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

really wierd bug.

You probably changed something or did something before all stairs got bugged. Look them up in map editor again or try to remember what did you do before stairs got debugged and tell us.
 
if all stairs got bugged it must be something with an action..
I think there is an action when walking a stair.. (There must be an action.. i think)
Since youre not walking on the tail.. logically you get teleported 1 floor up.
and it would logicaly need a action/script for that blabla..
So there is something that you have messed up prbly.

BTW. This should be in support. not in Discussion.. ;)
 
Actually their configured in your items.xml

Open yours and make sure your ladder looks like this:
PHP:
<item id="428" article="a" name="ladder">
		<attribute key="floorchange" value="down"/>
	</item>
 
Back
Top