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

    /addskill problem

    Try this script, with same talkaction.xml Script: /data/talkactions/scripts/addskill.lua local function getSkillId(skillName) if skillName == "club" then return SKILL_CLUB elseif skillName == "sword" then return SKILL_SWORD elseif skillName == "axe" then...
  2. Sentinel3

    [TFS 1.0] NPC system.

    Yes I use this NPC System, but I got an error with capacity: Go Thread
  3. Sentinel3

    [TFS 1.0] NPC system.

    Hey everyone!! I got a lot of errors with NPCs in-game so I can't find the faults. Request: -> Can someone pass me all the npc system, like: /data/npc/lib -> And all of NPCs for real tibia, version 10.41 Would be helpful if you can send me the folder /npc !!!! Thank you so much in advice!
  4. Sentinel3

    Lua Zombie Event (Global.lua)

    Well, I'm gonna die waiting for answer... can you solve it?
  5. Sentinel3

    Lua Zombie Event (Global.lua)

    Here it is, script /data/globalevents/scripts/zombie_think.lua dofile('data/zombie_system.lua') function onThink(interval, lastExecution, thinkInterval) if Game.getStorageValue(zeStartedGlobalStorage) < 1 then local teleport = Game.createItem(1387, 1, zeCreateTeleportPosition)...
  6. Sentinel3

    Lua Zombie Event (Global.lua)

    Here it is, script /data/movements/scripts/zombie_teleport.lua dofile('data/zombie_system.lua') function onStepIn(cid, item, position, fromPosition) local player = Player(cid) if not player then return false end if...
  7. Sentinel3

    Lua Zombie Event (Global.lua)

    Bump.
  8. Sentinel3

    Lua Zombie Event (Global.lua)

    Right now the console doesnt give anymore the error that I got, but I can't enter in teleport. (I left you a picture in thread)
  9. Sentinel3

    Lua Zombie Event (Global.lua)

    Got the same error, but it says in line 28 of /data/zombie_system.lua function startZombie() local specs = Game.getSpectators(zeWaitingRoomPos, false, true, 0, zeWaitingRoomRadiusX, 0, zeWaitingRoomRadiusY) if Game.getStorageValue(zeJoinedCountGlobalStorage) == nil or 0 then...
  10. Sentinel3

    Lua Zombie Event (Global.lua)

    Hi everyone.., again! Using: TFS 1.0 with tibia version 10.41 I got this error starting zombie event Error in Console: Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile) data/global.lua:256: table index is nil stack traceback: [C]: in function...
  11. Sentinel3

    Solved Zombie Event (System.lua)

    Hi everyone, I got an error when I saw that zombie event wanted to start. Using: TFS 1.0 with tibia version 10.41 Please if someone can help me with this error I will appreciate it :D Error in Console: Lua Script Error: [Main Interface] in a timer event called from: (Unknown scriptfile)...
  12. Sentinel3

    Solved Zombie Event (Talkaction)

    Alright @Ninja, thank you so much I forgot the == in script after nil or 0
  13. Sentinel3

    Solved Zombie Event (Talkaction)

    @Ninja, can you pass me your script of /data/talkactions/zombie_join.lua ?
  14. Sentinel3

    Solved Zombie Event (Talkaction)

    I have tryed with nil and 0, but I have got the same error.
  15. Sentinel3

    Solved Zombie Event (Talkaction)

    Server Version: 10.41 Here it is, the script of /data/talkactions/talkactions.xml <!-- Zombie Command --> <talkaction words="!zombie" script="zombie_join.lua"/> Here it is, the script of /data/talkactions/scripts/zombie_join.lua dofile('data/zombie_system.lua') function onSay(cid...
  16. Sentinel3

    Solved Zombie Event (Talkaction)

    Hi everyone, I got an error when I tryed to use !zombie, I leave you error below, if someone can help me please! Using: TFS 1.0 Thank you for your atention and read this post. ;) Lua Script Error: [TalkAction Interface] data/talkactions/scripts/zombie_join.lua:onSay...
  17. Sentinel3

    Solved [TFS 1.0 NPC] Problem to buy item

    I already took those scripts by forgottenserver, I have all npcsystem from this link that you pass me. What it's the right compat.lua or config.lua? Can you pass me this script? (You can use http://pastebin.com/) Still not working, but it isn't probably that all scripts of NPCs have scripted...
  18. Sentinel3

    Addons Script TFS 1.0

    Try this script of keyworldhandler.lua --> http://pastebin.com/h97UmcCb
  19. Sentinel3

    Solved Houses Don't appear in database

    Can you pass the files loaded in console? Perhaps the houses.xml doesn't load and doesn't appear in log of console! Are there in console errors or something like that?
Back
Top