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

Stair Bug!

freak15

Professional Hoster
Joined
Dec 31, 2008
Messages
356
Reaction score
2
Location
Sweden
Hello i got tfs 0.3+ crying demson real tibia map 8.42
but when i start server go to an stair and press it
or its calld "ladder" ipress it i get 1 floor down instead of up!
i have changed from
HTML:
	<item id="428" article="a" name="ladder">
		<attribute key="floorchange" value="down"/>
	</item>

To
PHP:
	<item id="428" article="a" name="ladder">
		<attribute key="floorchange" value="up"/>
	</item>
 
That happen for me too.
Then I deleted an old outdated roller coaster script from ACTIONS.xml, and it suddenly worked.
I've no idea what the roller coaster script had to do with the ladders but it worked afterwards. (and I also changed the value to UP first. Don't do it, change 'em back. Because that's not ladders it's LADDER HOLES.)
 

Similar threads

Back
Top