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!

[HELP] Starting Inventory Open Slot

Newbie Spellweaver
Joined
Dec 19, 2020
Messages
22
Reaction score
1


Does anyone know where to edit the starting open slot for new created character on source or client?
I've tried looking on .charset .classconst .charclass no result.

Thanks guys!

 
Junior Spellweaver
Joined
Jan 6, 2009
Messages
185
Reaction score
6


Does anyone know where to edit the starting open slot for new created character on source or client?
I've tried looking on .charset .classconst .charclass no result.

Thanks guys!



In source:
You can change the value of EM_INVEN_DEF_SIZE_Y the default is 4.

In database:
Just find the inventory line column in the chainfo table then create something like a stored procedure to make this amount of inventory line to enable in character creation.
:)
 
Upvote 0
Newbie Spellweaver
Joined
Dec 19, 2020
Messages
22
Reaction score
1
In source:
You can change the value of EM_INVEN_DEF_SIZE_Y the default is 4.

In database:
Just find the inventory line column in the chainfo table then create something like a stored procedure to make this amount of inventory line to enable in character creation.
:)

Thank you my friend. You're the best!
 
Upvote 0
Back
Top