alejandro762
Well-Known Member
- Joined
- Sep 6, 2021
- Messages
- 242
- Reaction score
- 68
I started to see if there is possible to add many slots on client and TFS.
Got working all slots till number 15, above on Slot number 16, i see on visual says:
C++ enum SlotPositionBits::SLOTP_SLOT16 = 65536U
I see on OTC: &position: {x=65535, y=16, z=0}
Is there the 65536, the same as 65535 , so the cap is 15 slots on client side ?
There is a possibility to go higher?
Client returns: Cannot dress this object here
Since cannot equip any item on slot16, slot17, slot18...
Slot add with this script: TFS 1.X+ - Help new inventory slot TFS 1.3 and OTClient (https://otland.net/threads/help-new-inventory-slot-tfs-1-3-and-otclient.264537/)
12, 13, 14, 15 works perfect, above 15 won't work TFS 1.4 using otcv8
Got working all slots till number 15, above on Slot number 16, i see on visual says:
C++ enum SlotPositionBits::SLOTP_SLOT16 = 65536U
I see on OTC: &position: {x=65535, y=16, z=0}
Is there the 65536, the same as 65535 , so the cap is 15 slots on client side ?
There is a possibility to go higher?
Client returns: Cannot dress this object here
Since cannot equip any item on slot16, slot17, slot18...
Slot add with this script: TFS 1.X+ - Help new inventory slot TFS 1.3 and OTClient (https://otland.net/threads/help-new-inventory-slot-tfs-1-3-and-otclient.264537/)
12, 13, 14, 15 works perfect, above 15 won't work TFS 1.4 using otcv8
Last edited: