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

When edit map gets like this how i can remove this problem

Well about warnings is just for the Monsters name and for Ali Aman, you need remove that shooteffect.

Try this.
 
@Zell my problem rme no monster
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..
 
Maybe that teleport item are not from the same version and your server cant start because its not recognized
 
Remove that item you say thats creates Crash on start.
 
Always make backup

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.
 
Last edited:
Back
Top