Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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!
try to remove the format from your config if it was like this
Markdown (GitHub flavored):
mapName = "Mosa"
change to
Markdown (GitHub flavored):
mapName = "Mosa.otbm"
or if it was like this
Markdown (GitHub flavored):
mapName = "Mosa.otbm.otbm"
change to
Markdown (GitHub flavored):
mapName = "Mosa.otbm"
not sure how it works on your tfs because u didn't post the version
if none of them didn't work post your config below because that's the common issues i know about this error..
1. Open new map in RME
2. Change new map's Tibia client version to what is your (In RME -> Map -> Propheries)
3. Import your old map
4. Use cleanup (In RME -> Map -> Cleanup)
5. Save new map into new file.
6. Load your new file in TFS.
Make sure your items.xml and items.otb in server/data/items/ arent bugged. Items.otb should be the same in both server/data/items/ and in RME/data/client_version/
Maybe in your case they are different. OTB in RME allows you to make item with teleport destination and when server is trying to load that item, it's using different otb where this item cannot have destination and this causing bug.
You can copy server's items.otb to your RME, or viceversa. After that repeat all steps 1-6.