TiuTalk
PHP Developer
Hi there pple...
I'm using RealMap in TFS 0.3.4 and my cave entrances (in kazz dwarf mines for example) are crazy!
They're moving the char to floor 6 (1 above the ground) and not floor 8 (1 below).. :blink:
In my items.xml I can find this:
:thumbup:
I'm using RealMap in TFS 0.3.4 and my cave entrances (in kazz dwarf mines for example) are crazy!
They're moving the char to floor 6 (1 above the ground) and not floor 8 (1 below).. :blink:
In my items.xml I can find this:
Code:
<item id="8210" name="cave entrance">
<attribute key="floorchange" value="north"/>
</item>
<item id="8211" name="cave entrance">
<attribute key="floorchange" value="west"/>
</item>
<item id="8212" name="cave entrance">
<attribute key="floorchange" value="west"/>
</item>
<item id="8213" name="cave entrance">
<attribute key="floorchange" value="west"/>
</item>
:thumbup: