• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Cannot go truth teleport

tuduras

Well-Known Member
Joined
Jun 4, 2017
Messages
340
Solutions
2
Reaction score
58
In temple I have got few teleports Hunts Quests etc. I cannot entry to Hunts teleport . It says "Sorry not possible"
save.webp
 
In temple I have got few teleports Hunts Quests etc. I cannot entry to Hunts teleport . It says "Sorry not possible"
It looks like map bug. If it's not multi-floor view and that wall is not floor below, your RME auto-border/wall (that brown 'dirt wall') is under teleport. This item is kind of 'wall', so it's not walkable, so it shows 'sorry not possible', like when you try to walk into a wall.

If it's not map bug, then we got to know what kind of teleport it is.
There are 2 kinds of teleports on OTS:
  • defined in OTS map .otbm - they work by default, you can view their destination position in map editor (RME).
  • defined by Lua script - teleport item/tile item has assigned Action ID or Unique ID that is defined in movements.xml or in scripts and it executes code that teleport player
You must check in RME all items on that tile (remove 1 by 1 and look on item), to find out if teleport/ground has AID/UID other than 0.
 
Back
Top