enriel
Big L
How can I change stair direction of item id [7924], who can help me?
<item id="7924" name="stairs">
<attribute key="floorchange" value="north"/>
goto data/items/tems.xml
and change the value
PHP:<item id="7924" name="stairs"> <attribute key="floorchange" value="north"/>
<item id="7924" name="stairs">
<attribute key="floorchange" value="south"/>
so try
PHP:<item id="7924" name="stairs"> <attribute key="floorchange" value="south"/>