Increase stacksizes of Ore, Herbs etc.

styfos

Gold Supporter
Verified Member
25
2019
7
Hi Emucoach Community,

i want to sare a litle sql script witch invreases the stacksizes. Usualy one of the first things i do by setting up a new Release.
Simply execute the sript on the 'world.db'. this will increase the stacksize to 500 each.


Cheers
 

Attachments

  • increase_stacksizes.zip
    348 bytes · Views: 213

Jenniy

I collect profile flairs.
Silver Supporter
Senior User
351
2020
70
Not technically blizzlike, but I always appreciate these succinct little SQL scripts that add in QoL updates and patches!

P.S.
For anyone interested, you can also alter the stack size further by opening the .sql file in your favorite text editor and changing that 500 to whatever your desired quantity may be (within some semblance of reason - there is an integer limit on the database's table entries after all).
 
Top