• 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. Caio Cesar

    Lua invencible

    I searched in otland, but found nothing about it. Have any function or way to make player invencible for x seconds? If yes, would like edit it to be random chances for sucess, like: Cast spell: Invincibility Chance to success 20-50%, 5 seconds invencible :)
  2. Caio Cesar

    [TFS 1.0 / 1.2] LUA Functions

    Is this list updated or outdated? Last edited by a moderator: Jul 13, 2014
  3. Caio Cesar

    Solved Teleport spell

    local effects = { [0] = 83, [1] = 84, [2] = 85, [3] = 86 } local posx = creature:getPosition() posx:sendMagicEffect(effects[creature:getDirection()]) Try this :)
  4. Caio Cesar

    Solved Teleport spell

    local Pos = creature:getPosition() local position = Position(Pos.x , Pos.y, Pos.z):sendMagicEffect(X) end addEvent(Func, 100, nil)
  5. Caio Cesar

    Solved Teleport spell

    I think thats not possible as he dont answered :(
  6. Caio Cesar

    Solved Teleport spell

    I also would like have this script :D but no idea in how do it :( can you help us @Limos?
  7. Caio Cesar

    Tibia (animations delay)

    bump
  8. Caio Cesar

    Solved Player position

    Solved: local target = creature:getTarget() Position(target:getPosition() + Position(1, 0, 0)):sendMagicEffect(74) I meant to the effect happen in the target instead myself
  9. Caio Cesar

    Solved Player position

    What the constant to get targetposition in tfs1.0? Cant find there: https://otland.net/threads/tfs-1-0-lua-functions.197202/
  10. Caio Cesar

    Solved Player position

    Its because my sprite is too big and its going outside the correct location :( It should be above the red square: https://imgur.com/cW67ewj
  11. Caio Cesar

    Solved Player position

    creature:getPosition():sendMagicEffect(74) How i add +1 in x or y or z in tfs1.0? Like this: local pos = getPlayerPosition(cid) local pos2 = {x = pos.x + 1, y = pos.y, z = pos.z} I want the script get the creatureposition and add the effect from the position +1 in x
  12. Caio Cesar

    Tibia (animations delay)

    bump
  13. Caio Cesar

    Tibia (animations delay)

    bump
  14. Caio Cesar

    Tibia (animations delay)

    bump
  15. Caio Cesar

    Tibia (animations delay)

    bump
  16. Caio Cesar

    Fixed animated frame time

    i too want know that
  17. Caio Cesar

    Tibia (animations delay)

    bump
  18. Caio Cesar

    Tibia (animations delay)

    bump
  19. Caio Cesar

    Tibia (animations delay)

    bump
  20. Caio Cesar

    Tibia (animations delay)

    As got no solution, and no one answered -Close-
Back
Top