Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Turn all stackables into any stack you want

Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
3 - Turn all stackables into any stack you want - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
17
Just wondering if anyone figured out how to make larger stacks inside the bank? I've searched and tried, but cannot figure it out.
 
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
How is this stack can't it go to the bank.
did you change it here DataCenter_Final_EUR.dat
 
Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
17
How is this stack can't it go to the bank.
did you change it here DataCenter_Final_EUR.dat
Let me explain this to you in fine detail.

1) I changed this on the server file: ItemTemplate.xml
1685794505559 - Turn all stackables into any stack you want - RaGEZONE Forums


2) I changed *ALL* of these in the Client file: ItemData folder
1685794629417 - Turn all stackables into any stack you want - RaGEZONE Forums

like this:
1685794671468 - Turn all stackables into any stack you want - RaGEZONE Forums


3) Now here is what I actually mean, inside the game, all of the stacks will go up to 99,999 inside my inventory. But, whenever I put them into the bank, then they will *NOT* go over 10,000 per stack. Look at these screenshots to see what I mean:
Here they're in my inventory: 12038, 40632, 16371, 25823, 13038, 10759 (total for each stack over 10,000).
1685794786793 - Turn all stackables into any stack you want - RaGEZONE Forums

Now I'll add them to the bank:
1685794894413 - Turn all stackables into any stack you want - RaGEZONE Forums


This is what I mean... So, this only changes the stack size inside the inventory, not the bank. In my inventory they will all stack up to 99,999, but with the same item it will only stack to 10,000 inside the bank.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
Let me explain this to you in fine detail.

1) I changed this on the server file: ItemTemplate.xml
View attachment 236660

2) I changed *ALL* of these in the Client file: ItemData folder
View attachment 236661
like this:
View attachment 236662

3) Now here is what I actually mean, inside the game, all of the stacks will go up to 99,999 inside my inventory. But, whenever I put them into the bank, then they will *NOT* go over 10,000 per stack. Look at these screenshots to see what I mean:
Here they're in my inventory: 12038, 40632, 16371, 25823, 13038, 10759 (total for each stack over 10,000).
View attachment 236663
Now I'll add them to the bank:
View attachment 236664

This is what I mean... So, this only changes the stack size inside the inventory, not the bank. In my inventory they will all stack up to 99,999, but with the same item it will only stack to 10,000 inside the bank.
I have never tried for the bank but I will take care of it.
 
Last edited:
Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
17
I have never tried for the bank but I will take care of it.
There is no ItemTemplate.xml in the client.....
1685799293721 - Turn all stackables into any stack you want - RaGEZONE Forums


There is a ItemData folder with ItemData-xxxxx.xml files and --

I literally said: 2) I changed *ALL* of these in the Client file: ItemData folder

I even posted a screenshot showing that I changed every single file inside the clients ItemData folder.

This only seems to effect the stacks inside the inventory.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Oct 2, 2018
Messages
105
Reaction score
18
yes i didn't see the picture, i wanted to say client itemdata, sorry it's my fault.
I need this bank thing too

we have to ask our most knowledgeable friend, he is argeus99

soon the answer will come
 
Last edited:
Junior Spellweaver
Joined
May 7, 2023
Messages
103
Reaction score
17
I found it and figured it out.
1685833362871 - Turn all stackables into any stack you want - RaGEZONE Forums


You need to go into: WorldData.xml server side ONLY! There is no listing for this in client side.
1) Find this line: WarehouseConfig maxItemAmount="10000" and put whatever number you want.
1685833510941 - Turn all stackables into any stack you want - RaGEZONE Forums

2) YES! You MUST restart your server in order for it to work!!

Fixed and working!
 

Attachments

You must be registered for see attachments list
Last edited:
Back
Top