• 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 Teleporter bug/server crash

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 just added a new teleporter in my server and when I use it I do get teleported but am unable to move. If I drag myself to another sqm I get the following crash report of my server and my server shuts down.CRASH.png

All my other teleporters keep working normally.

If anyone has any idea whats wrong here I would love to hear it.
 
I already changed the destination of the teleporter and no change

I think I found the problem (no clue how to solve it yet)

I moved the teleporter to a different sqm and now it works perfectly. But I still want it on the other sqm.

The sqm it should be on also has the following ids on it: 8211 'cave entrance'; 8260 'walk-able mountain'; 4411 'rock soil'

Removed the cave entrance and it stopped bugging so probably i have a double script running that way making it go down a floor and teleporting. Have to check my files :p

Fixed it. removed the following line within the items.xml file
Code:
         <attribute key="floorchange" value="down"/>
 
Last edited by a moderator:
I had a "funny" crash on a server im helping develop, he had set the positions on the teleport in rme while I teleported the player via the lua script.
That way the client crashed and I went back there was a copy of my char, moving like me but having the "mayNotMove" active :p

So a question is do you use a movement script for that teleporter? Got any actions / uids on that position you are trying to teleport from / to?
 
He already solved it :p
He had something similar because of the <attribute key="floorchange" value="down"/> in items.xml.
 
Back
Top