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

Walkable railings

Maziajka

Excellent OT User
Joined
Mar 4, 2009
Messages
1,711
Reaction score
618
Location
Hamburg
Is it possible to make it like walkable, it's not possible right now to make exani hur up/down like on rl tibia. I put this in the items.xml


<item fromid="5314" toid="5319" article="a" name="wooden railing" walkable="1">
<attribute key="primarytype" value="walls"/>
</item>

but it still does not work, not sure what else I would have to add..
 

Attachments

Is it possible to make it like walkable, it's not possible right now to make exani hur up/down like on rl tibia. I put this in the items.xml




but it still does not work, not sure what else I would have to add..
Edit
Items.otb

Hur is to change floors

Additional support or information outside of that would require you to follow the support rules and guides that provide us with information regarding your server and the actually purpose of this modification.
 
I am using canary 3.1.2 version, not sure what other information you need :P. I basically want to be able to exani hur up/down on the wooden railings, like it works on rl tibia.
 
I am using canary 3.1.2 version, not sure what other information you need :P. I basically want to be able to exani hur up/down on the wooden railings, like it works on rl tibia.
I’m not familiar with canary as I’m trying to use my free time to work on my project, but walkable circumstantially only functions would be related to c++ code, try to find walkable tile information in your c++ code and see if there is even a function existing for it.
Then you will have to check the function used for hur and make sure there is a function to get onto “walls” and not just change floors.
Post automatically merged:

I’m not familiar with canary as I’m trying to use my free time to work on my project, but walkable circumstantially only functions would be related to c++ code, try to find walkable tile information in your c++ code and see if there is even a function existing for it.
Then you will have to check the function used for hur and make sure there is a function to get onto “walls” and not just change floors.
If you can piece that together and share it here we can certainly try together to make it functional.
 
Last edited:
Back
Top