• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

OTClient Change Inventory Slots

tuxico

Member
Joined
Aug 2, 2010
Messages
52
Solutions
1
Reaction score
7
i change in gamelib/player.lua and const.h in sources, but otclient doenst open more...
I deleted game_inventory too.

InventorySlotOther = 0
InventorySlotOne = 1
InventorySlotTwo = 2
InventorySlotThree = 3
InventorySlotFour = 4
InventorySlotFive = 5
InventorySlotSix = 6
InventorySlotBackpack = 7
InventorySlotEight = 8
InventorySlotNine = 9
InventorySlotTen = 10
InventorySlotEleven = 11
 
Back
Top