• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[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