• 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 Problem with NPCs

    No, there isn't any error in console. Only NPC doesn't remove money from bank. So I want that none npc check the money from bank (only the money inside backpack) bump Problem solved myself. Close thread.
  2. V

    NPC - When all task finish

    bump
  3. V

    Lua Problem with NPCs

    bump
  4. V

    Lua (NPC) TASK making it repeatable

    I posted before your post my possible solution, but it doesn't work when I try it...
  5. V

    Lua Problem with NPCs

    No, if i got money with me, npc remove money from my backpack... But when I try bought something with bank balance, npc doesn't remove that money, but can buy items for free.... This is the npc.xml (it happens with all npc, not this one) <?xml version="1.0" encoding="UTF-8"?> <npc name="Xodet"...
  6. V

    NPC - When all task finish

    bump
  7. V

    Lua Problem with NPCs

    Hi, I've got a problem, If I got money in bank, npc sell me items but it doesn't remove from bank balance. How can I fix that? Thank you! Account balance: 200000 gold. NPC: 19:11 Bought 1x hallowed axe for 1000 gold. Account balance: 200000 gold NPC doesn't remove money from bank but It...
  8. V

    Lua Action script

    bump
  9. V

    NPC - When all task finish

    Bump
  10. V

    Lua Skull remover with time

    Thank you man!
  11. V

    Lua Skull remover with time

    Hi people! I want add a time that only can use it every 24 hour. function onUse(player, item, fromPosition, itemEx, toPosition, isHotkey) if isInArray({SKULL_RED, SKULL_BLACK}, player:getSkull()) then player:setSkull(SKULL_NONE) player:setSkullTime(0)...
  12. V

    Lua (NPC) TASK making it repeatable

    npcHandler:say("You already did all tasks, I have nothing for you to do anymore, good job though.", cid) end elseif player:getStorageValue(storage) == 1 then for k, x in pairs(monsters) do if player:getStorageValue(x.storage) ==...
  13. V

    Lua Action script

    Tested both and don't work. Still can use it with battle :/
  14. V

    Lua (NPC) TASK making it repeatable

    But where I should put that? Or how can I make that when you finish all the task, can repeat all again? but only when all is finished
  15. V

    Lua Action script

    Hello! I want transform this script if not player:isPzLocked() then to if not player:isBattle???() then I want that players can't use it if got battle. Tfs 1.2 Thank you!
  16. V

    NPC - When all task finish

    bump help please :/
  17. V

    Action [TFS 1.2] Teleport Scroll

    if not player:isPzLocked() then how can I change it to, if player is on battle? All players when someone going pk use it and going temple without die.
  18. V

    NPC - When all task finish

    Hi, I want modify this script that when you done all the task, you can do it all again. scriptnpc.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local xmsg = {} function onCreatureAppear(cid)...
  19. V

    Lua (NPC) TASK making it repeatable

    Pref a week, but if not possible, 24 hour. Also, if is possible, can repeat task when you have all done. Not before bump, help please :$ Bump none?
Back
Top