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

teleport

  1. Crixpx

    Lua [action]Teleport monster

    I have this script works this way: when clicking would have to teleport a few monsters that are in a coordinate to other coordinates, the problem is: the script does not teleport nothing i'm using tfs 1.3 Someone could give me an idea of what is going on ;) this is the script function...
  2. G

    Add quest requirements (Wrath and Warzones/GCTS)

    Hi All, Long time reader first time poster :). TFS 1.3 Just wonder how I edit the these scripts so you have to do the required quests to enter the teleports? Wrath of the Emperor (So you have do first 2 missions to enter Rebel Camp and Mission 5 to enter Lizard City) local config = {...
  3. shisus420

    Doors.lua and teleport.lua error

    Hi, I can't use doors, ladders etc. Screenshot of errors: And scripts: 1. doors.lua unlockedDoors = { } local function isDoorLocked(keyId, position) if keyId == 0 then return false end if unlockedDoors[keyId] then for i = 1, #unlockedDoors[keyId] do...
  4. C

    Teleport if have item on backpack.

    I need a script to player only can enter in teleport if he have a item in backpack. After takes the item and pass in the teleport he wins acess to this teleport all time. (and loose the item) This is like Deeper Banuta Shortcut, in global tibia need one egg of the many
  5. Saper1995

    TFS 1.2 TP to Waypoint.

    Hi, i'm trying to make talkaction command /goto waypoint like in old tfs version and i have a problem couse nothing happend. function onSay(player, words, param) local target = Creature(param) local waypoint = getWaypointPositionByName(param) if not...
  6. Acrenactive

    It refuses to teleporting players

    Hello Guys! i use 0.4 tfs and is 8.6 I have now solved my old problem with this script but I now have a new problem, why it would not teleporting players to the position. that it say in script a position there should tp the players to. can someone help me with this why this dont work? :rolleyes:
  7. Acrenactive

    Solved Globalevent tp boss

    Hello guys! ------------------------ TFS - 0.4 3777 Client 8.6 ------------------------ I have a problem with a script, Would appreciate if anyone could help me. I want a boss tp should spawn when the countdown has counted one minute. But my script works with countdown. But teleport dont...
  8. Colandus

    Teleport players from area (optionally offline)

    Teleport players from a certain area to a new position... Also has the option to teleport offline players. Usage is simple: doTeleportPlayersFromArea(fromPos, toPos, newPos, offlinePlayers --[[ = false]]) set offlinePlayers to true to enable offline players teleport!! do -- Function by...
Back
Top