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

Search results

  1. V

    Lua (NPC) TASK making it repeatable

    Yea, want players do every task again. But with a delay of 1 week. (or 24h)
  2. V

    Lua (NPC) TASK making it repeatable

    Hello guys, I need help with this script to do repeatable when all tasks finished, if possible, or everone. (REPEAT EVERY WEEK IF POSSIBLE) Thank you! -- Monster Tasks by Limos local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler)...
  3. V

    Lua Autoloot doesn't work

    bump
  4. V

    Regen stamina while train online.

    Thank you very much!
  5. V

    Regen stamina while train online.

    Hello! I'm searching for a script to train with training monk online and stamina become up. Thank you :)
  6. V

    Lua Autoloot doesn't work

    Bump
  7. V

    Lua Autoloot doesn't work

    Its already added. Still not working <event type="kill" name="AutoLoot" script="autoloot.lua" /> In login.lua already added, too But not work :/
  8. V

    Lua Autoloot doesn't work

    Hello community :) I've got a problem with this script. No errors, all commands work fine, but the loot didn't get looted :/ creaturescripts/autoloot.lua local function scanContainer(cid, position) local player = Player(cid) if not player then return end local...
  9. V

    AutoLoot System for tfs 1.x

    I can use all the commands, its work, without error in console. But items didn't get looted. Fix? Thanks.
  10. V

    tfs 1.2 - GET REWARD EVERY 30 MIN ONLINE(SOLVED)

    Thank you very much!
  11. V

    Lua Repeatable task.

    Hello :) I want make a repeatable tasks, not only one time. But I don't know how can I do it :/ -- Monster Tasks by Limos local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local xmsg = {} function...
  12. V

    tfs 1.2 - GET REWARD EVERY 30 MIN ONLINE(SOLVED)

    I this globalevent? Or creaturescripts? What should put in xml?
  13. V

    NPC [TFS 1.1] Monster Tasks

    I love your script!! BTW: how can I do for repeat tasks? ex: when u did demon task, you can do it again.
  14. V

    Lua This script to tfs 1.2 (SOLVED)

    Ops sorry. Done!
  15. V

    tfs 1.2 - GET REWARD EVERY 30 MIN ONLINE(SOLVED)

    Hello community. I'm searching for a globalevent that every 30 min/1 hour all players give 5 tokens. Thank in avance :)
  16. V

    Lua This script to tfs 1.2 (SOLVED)

    Thank you so much! :D
  17. V

    Need - RANDOM REWARD QUEST.

    bump
  18. V

    Lua This script to tfs 1.2 (SOLVED)

    Yes, I've try but not working. Got this error when try open. Lua Script Error: [Action Interface] data/actions/scripts/timechest.lua:onUse data/actions/scripts/timechest.lua:23: attempt to index global 'exhaustion' (a nil value) stack traceback: [C]: in function '__index'...
  19. V

    Lua This script to tfs 1.2 (SOLVED)

    Hello! I'm trying to change this script to ver 1.2 tfs but I can't make it work :/ - Time Chest by Limos local config = { exhausttime = 7200, -- time in seconds exhauststorage = 2301, level = 50 -- minimum level to open the chest } function onUse(cid, item, fromPosition, itemEx...
Back
Top