Hi again RZ noob here^^ just wanna ask how to increase max item stacks like perins mines max stack is 99 also in other stackable items, How or where can i edit and increase this? thanks in advance :)
Hi again RZ noob here^^ just wanna ask how to increase max item stacks like perins mines max stack is 99 also in other stackable items, How or where can i edit and increase this? thanks in advance :)
http://forum.ragezone.com/f483/item-...3/#post8754014
There are two methods listed on this page, comment #4 from Raventh is probably the easiest way to go about it.
Use a editor like notepad++ and do a replace of the following:
With:Code:1 99 IK1_
To edit the shop aspect in the source (WndShop.cpp)Code:1 999 IK1_
Find:
Replace With:Code:const int MAX_BUY_ITEMCOUNT = 99;
Code:const int MAX_BUY_ITEMCOUNT = 999;
thanks guys helped so much :)