• 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. dgprado

    Solved [TFS1.1] Problem with shop.lua

    Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/shop.lua:onThink data/globalevents/scripts/shop.lua:14: attempt to call global 'getPlayerByName' (a nil value) stack traceback: [C]: in function 'getPlayerByName' data/globalevents/scripts/shop.lua:14: in...
  2. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    Yes, but fixes comes all the days, report the errors you found and keep your data pack updated.
  3. dgprado

    [TFS1.1] Script to open teleport in local x when monster x dies

    local config = { ["bossname"] = {time = 60, toPos = {x = 100, y = 100, z = 7}, tpPos = {x = 100, y = 100, z = 7}} } local function deleteTeleport(tp) local teleport = getTileItemById(tp, 1387).uid if(teleport > 0) then doRemoveItem(teleport) doSendMagicEffect(tp...
  4. dgprado

    [TFS1.1] Script to open teleport in local x when monster x dies

    I did some random attempts, no idea what to do, ;/
  5. dgprado

    [TFS1.1] Script to open teleport in local x when monster x dies

    I had already tried to upgrade the functions, but without success.
  6. dgprado

    [TFS1.1] Script to open teleport in local x when monster x dies

    I need a script to open teleport in local x when monster x dies. For TFS 1.1
  7. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    I am running this data pack and this have 0 errors. Everthing is working.
  8. dgprado

    [TFS 1.0] Edala script?

    http://tibia.wikia.com/wiki/Edala
  9. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    meybe not =p, sorry
  10. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    I had already done that, and he pay 1/2
  11. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    Rashid is paying 1/2 of the price in items {name = 'Dragon Scale Mail', id = 2492, sell = 40000, buy = 0}, but he pay 20k
  12. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    Magic wall duration = 5 seconds Rush wood = 11 seconds
  13. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    Sorry i am not programmer. I dont understand what have to be changed. Maybe some one fix this in the repository.
  14. dgprado

    [10.77][TFS 1.2] ORTS, a real map project

    Lua Script Error: [Action Interface] data/actions/scripts/quests/system2.lua:onUse data/actions/scripts/quests/system2.lua:345: attempt to perform arithmetic on global 'weight' (a nil value) stack traceback: [C]: in function '__add' data/actions/scripts/quests/system2.lua:345: in...
  15. dgprado

    Solved Players can't connect to game world.

    Yessss. i love you man verryy thx. it works now.
  16. dgprado

    Solved Players can't connect to game world.

    # localhost name resolution is handled within dns itself. # 127.0.0.1 localhost # ::1 localhost 192.168.25.238 turbotibia.servegame.com in my config i use "177.18.46.135" and use turbotibia.servegame.com in ip changer.
  17. dgprado

    Solved Players can't connect to game world.

    Yes, now i can enter in my site using my no ip host, i can choose a character in character box but i cant enter in game world from my local network i get connection refused error 10061 if i use my global adrees in browser i get my router page.
  18. dgprado

    Solved Players can't connect to game world.

    The problem is if i use my ipv4 or my domain in same network of my server i will be redirect to my router.
  19. dgprado

    Solved Players can't connect to game world.

    Ok, i put my global adress and now players can login but i cant login from my local network.
Back
Top