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

Cave Entrances

TiuTalk

PHP Developer
Joined
Jan 7, 2009
Messages
89
Reaction score
0
Location
Rio de Janeiro - Brasil
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:
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:
 
Back
Top