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

Recent content by 53tytan

  1. 5

    Teleport last pozition died tfs 1.5

    Have you added a nologout zone on the map? try this again: local STORAGE = { DEATH_X = 90000, DEATH_Y = 90001, DEATH_Z = 90002, TP_DAY = 90003, TP_COUNT = 90004 } local DAILY_LIMIT = 2 -- Zapis pozycji śmierci local deathEvent = CreatureEvent("StoreDeathPosition") function...
  2. 5

    Teleport last pozition died tfs 1.5

    local STORAGE = { DEATH_X = 90000, DEATH_Y = 90001, DEATH_Z = 90002, TP_DAY = 90003, TP_COUNT = 90004 } local DAILY_LIMIT = 2 -- Zapis pozycji śmierci local deathEvent = CreatureEvent("StoreDeathPosition") function deathEvent.onPrepareDeath(creature, killer) local player =...
  3. 5

    Teleport To last died tfs 1.5 tibia 8.6

    Here you have a modified script, add your item in id12345, or change it to the English version when it comes to commands when something cannot be done local STORAGE = { DEATH_X = 90000, DEATH_Y = 90001, DEATH_Z = 90002, TP_DAY = 90003, TP_COUNT = 90004 } local DAILY_LIMIT = 2...
  4. 5

    Teleport To last died tfs 1.5 tibia 8.6

    I have something like this, see if it works, if necessary let me know what errors, just replace the item ID 12345 and reset the server data/scripts/teleport_last_death.lua local STORAGE = { DEATH_X = 90000, DEATH_Y = 90001, DEATH_Z = 90002, TP_DAY = 90003, TP_COUNT = 90004 } local...
  5. 5

    Teleport To last died tfs 1.5 tibia 8.6

    Hi, tell me what Lua your server supports, probably 5.2, and does the server automatically load scripts from data/script?
Back
Top