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

Search results

  1. E

    [Help] Position on storage

    thank you guys @Evil Hero , @Arkam and @Mummrik =)
  2. E

    [Help] Position on storage

    works!!!
  3. E

    [Help] Position on storage

    @Evil Hero like this ? local WINDOW_ID = 4203 local BUTTON_ACCEPT = 0 local BUTTON_CLOSE = 1 local storage = 15636 -- < --- storage local WAYPOINTS_STORAGE = 41875 local WAYPOINTS = { [1] = { name = "Rhyves Town", position = Position(32984, 31284, 6) }, [2] = { name =...
  4. E

    [Help] Position on storage

    hello dear friends, how can i save the player position in a storage? and after this, get this position back in another script... ps: i need this to work in a "waypoint back" action script i'm using TFS 1.3, to 10.98 version I've tried these lines of code: but I had this error:
  5. E

    Movement Script to ActionScript

    i have done... thx
  6. E

    MoveEvent [TFS 1.X] Waypoints like in Diablo

    amazing work, +rep could you help me to transform this movement script in a Action script? --- edit i get it, works on action object.. thanks! =)
  7. E

    Movement Script to ActionScript

    Hello guys, Can someone helpme to transform this movements script in to Action Script? i'm using TFS 1.3 i get it from oen432 waypoint system by @oen432
Back
Top