Quote:
Originally Posted by adrienmarine081213
Good evening how to change the maximum per lot from 99 to 255?
(Stack) max 
|
OpenNos.GameObject/Inventory.cs
Line 32 "private const byte MaxItemAmount = 99;" Change to "private const byte MaxItemAmount = 255;"