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

Compiling Stackboxes

Santy

Member
Joined
Aug 14, 2007
Messages
654
Reaction score
22
How can I make it so that the player can't go through 2 stacked boxes, the way it used to be? What files should I be looking in? After hours of thorough internet and file searching, nothing. Help, plx?

Obviously this is a C++ related question.
 
1) you have to edit the tibia.dat of the client whit tibia dat editor
1.1) add a new item called stacked boxes
1.2) customize and make it look like are 2 boxes stacked
1.3) makr "bloking" on the item stats
1.4) save the tibia dat​
2) make and a script that when you put a box on other box it will transform to the new item that you make called "stacked boxes"
3) make another script that when you move that item it will trasnform it self in 2 diferent boxes

thats a nice idea to how make stacked boxes, try scripting your self if you need help on it just say me
 
Last edited:
Thanks for showing another way, although I want to do it through C++. If I find no other way I'll have to do it like that though.
 
Last edited:
Back
Top