ServUO Version
Publish 57
Ultima Expansion
Endless Journey
Where do I need to look to increase any container, bag or backpack storage from 125 items to whatever I want? I am at a loss on this. Thanks. I'm using the newest ServUO if that helps.
 
I believe (last time I played with it, anyway) you change the value of MaxItems to whatever you want. This can be accessed in Props or in the constructible (if you plan on scripting it).
 
I want to do it individually per bag, chest, etc. I would need to add a line like this to each item/script, right?
this.MaxItems = 25;
I got that line from the strongbox.cs and it has been the only one I could find with any maxitems.
 
I want to do it individually per bag, chest, etc. I would need to add a line like this to each item/script, right?
this.MaxItems = 25;
I got that line from the strongbox.cs and it has been the only one I could find with any maxitems.
For individual containers yes, other than using [props in game and changing them manually.
 
Back