• 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 Teleport scroll tfs 1.2

    Working now! Thank you guys both :)
  2. V

    Lua Teleport scroll tfs 1.2

    Not working :/ can use with battle. <action itemid="1953" script="tpscroll.lua"/>
  3. V

    Lua Teleport scroll tfs 1.2

    I can still use with battle :/
  4. V

    Lua Teleport scroll tfs 1.2

    Still not working
  5. V

    Lua Teleport scroll tfs 1.2

    This is not the problem with pz. I want that u can't use it while battle(from monsters) like when you need logout and u can't cuz of battle
  6. V

    Lua Teleport scroll tfs 1.2

    Hi to all. I want modify this script, because when someone is trying to kill someone he use tp and back to temple without die. savePos = {} local function sendEffects(pos, eff, pid) if savePos[pid] then local player = Player(pid) if isPlayer(player) then...
  7. V

    Gooey Mass ITEM

    Perfect, thank you :)
  8. V

    Gooey Mass ITEM

    Now, how to put totalrate to 100? :p @edit I think i know now. 5 items: 1 = 25 rate 2 = 15 rate 3 = 20 rate 4 = 20 rate 5 = 20 rate total rate = 100% right?
  9. V

    Gooey Mass ITEM

    local sumOfRate = {} How can i know that 70 is equal 70% if there is a 4k+ rate? { rate = 4745, item = 6576, count = { const = 1 }}, --fireworks rocket { rate = 2072, item = 6394, count = { const = 1 }}, -- cream cake 4745 is 4745% rate? hmmm
  10. V

    Gooey Mass ITEM

    It doesn't work. there isn't a base of a math random from 1 to 100
  11. V

    Gooey Mass ITEM

    Oh, sorry man :( tfs 1.2 - action script - random item with rate. local config = { -- surprise bag red [6571] = { { rate = 4745, item = 6576, count = { const = 1 }}, --fireworks rocket { rate = 2072, item = 6394, count = { const = 1 }}, -- cream cake { rate =...
  12. V

    Gooey Mass ITEM

    I do not want a new script, i want to know how can i set a chance for every item :/ so i think it should be in support not request
  13. V

    Gooey Mass ITEM

    Hi all, how can I know the change of those items? [15572] = { -- gooey mass chances = { {from = 1, to = 2}, {from = 3, to = 2167, itemId = 15487, count = 10}, {from = 2168, to = 4243, itemId = 2152, count = 2}, {from = 4244, to = 6196...
  14. V

    Lua NPC PROBLEM

    Problem solved myself. Close thread.
  15. V

    Lua NPC PROBLEM

    Hi to all :) I want that NPC's don't count the money in bank balance, only money inside backpack. How can I do it? Thank you!
  16. V

    NPC - When all task finish

    Now its working, thank you very much! BTW: do you know why NPC doesn't remove money from bank when i bought something? npc give items but doesn't remove gold from bank.
  17. V

    NPC - When all task finish

    hard script... 23:13 x [1]: hi 23:13 Tasker: If you have completed all the tasks then you may restart them all again, is that what you wish? 23:13 x [1]: yes 23:13 Tasker: What? 23:13 x [1]: restart 23:13 Tasker: What?
  18. V

    NPC - When all task finish

    cannot load script tasker.lua 'end' expected (to close 'function' at line 40) near 'elseif' Tasker.lua local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) local xmsg = {} function onCreatureAppear(cid)...
  19. V

    NPC - When all task finish

    Still same :/ 21:48 x [1]: hi 21:48 Tasker: You already did all tasks, I have nothing for you to do anymore, good job though. 21:48 x [1]: restart 21:48 Tasker: What? 21:48 x [1]: restart 21:48 Tasker: What?
  20. V

    NPC - When all task finish

    Hi :) 21:29 x [1]: restart 21:29 Tasker: What? 21:29 x [1]: restart 21:29 Tasker: What?
Back
Top