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

Solved Item ID 7940 "Cave Entrance" does not work.

Exoltes

Novia OTserv Developer
Joined
Jul 2, 2009
Messages
563
Reaction score
47
Location
Belgium
I'm working on a 8.54 Open Tibia Server using The Forgotten Server - Version 0.2.7 (Mystic Spirit).

I was building a new cave but when I went to test the entrance it does not work. I'm unable to step on the sqm.

I've checked in the items.xml:
Code:
    <item id="7940" name="cave entrance">
        <attribute key="floorchange" value="down"/>
    </item>
And in the items.otb:
Here is only 'Block pathfind' and 'Not Moveable' enabled.

Does anyone know what is missing or has any idea how to fix this or go around it and make it work?

Thanks in advance.
 
You have to add a stair hole under it, for example ID 479, then use walkable mountain (ID 8260) on the mountain part next to it.
 
Back
Top