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

ladder Bug

freak15

Professional Hoster
Joined
Dec 31, 2008
Messages
356
Reaction score
2
Location
Sweden
Hello Scripters Wake up!! :D i need some help
Iam Using cryingdamson3-gui841-2
I using rl map made by Ates.
This is The Problem..

Unable To load items.otbm
Solved i putted in a newer version of items.otbm
next problem is coused by the first problem.
when i right click for go up from a ladder
i get 1 step down instead... help rep++ for the one who's Help
 
Hello Scripters Wake up!! :D i need some help
Iam Using cryingdamson3-gui841-2
I using rl map made by Ates.
This is The Problem..

Unable To load items.otbm
Solved i putted in a newer version of items.otbm
next problem is coused by the first problem.
when i right click for go up from a ladder
i get 1 step down instead... help rep++ for the one who's Help

Change the ladder to a ladder which teleports up:
Code:
<item id="ID" article="a" name="ladder">
		<attribute key="floorchange" value="up"/>
	</item>
 
Back
Top