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

Windows Stairs>Floorchange>South

Griffin0750

New Member
Joined
Sep 16, 2008
Messages
34
Reaction score
0
How do i make stairs take me up to next floor(south)?
I have the attribute key right i believe but is there something more to it than that?


<item id="7924" name="stone stairs">
<attribute key="floorchange" value="south"/>
</item>
 
these stairs act a little different,
<item id="7924" name="stone stairs">
<attribute key="floorchange" value="southalt" />
</item>
<item id="7925" name="stone stairs">
<attribute key="floorchange" value="eastalt" />

Heres an image how it works, hope it helps you understand.
s4tbp2.jpg
 
Last edited:
Ok i put what you said but now character stand on top of it like it would a parcel without going up next floor
<item id="7924" name="stone stairs">
<attribute key="floorchange" value="southalt"/>
</item>
<item id="7925" name="stone stairs">
<attribute key="floorchange" value="eastalt"/>
</item>
 
client and server version? maybe its enginee problem?

Try with spacebars and without after southalt and easalt
<item id="7924" name="stone stairs">
<attribute key="floorchange" value="southalt "/>
</item>
<item id="7925" name="stone stairs">
<attribute key="floorchange" value="eastalt "/>
 
Last edited:
Back
Top