• 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!

C++ Slot in the right place

esnio12

Member
Joined
Oct 2, 2010
Messages
65
Reaction score
15
Hello guys, I need help on my server, I'm trying to put the system of slots on the right place, ex: Shields only in the right hand, weapons only in the left hand, ammunition only in the slots of ammunition, but I'm not getting, someone owns the code or can help me with that? Thank you

I am using TFS 0.4 (8.60)
 
In config.lua just set
Lua:
classicEquipmentSlots = true
This should work, If you don't have that option find
Lua:
tibiaClassicSlots = true
If you don't have both then you'll have to do source edits exactly like this
Tibia classic slots
 
My config lua and sourcers do not have that option, i have already tried using this tutorial from the other guy, however when compiling the soucers gives problem
 
Which source you are using? Give github link it should be very similar.
 
Compile this source and then add this to your config.lua and everything will be alright
Lua:
classicEquipmentSlots = true
 

Attachments

Back
Top