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

    TFS 1.X+ All Boss in one teleport.

    BUUUUMP
  2. BooYare

    TFS 1.X+ All Boss in one teleport.

    TFS 1.2 Hi, can anyone tell me how to make all boss in one teleport? Its my task script (Grizzly Adams) local function roomIsOccupied(centerPosition, rangeX, rangeY) local spectators = Game.getSpectators(centerPosition, false, true, rangeX, rangeX, rangeY, rangeY) if #spectators ~= 0...
  3. BooYare

    TFS 1.X+ Categories Avatars.

    YEEES :D
  4. BooYare

    TFS 1.X+ Categories Avatars.

    Thanks you so much! :****
  5. BooYare

    TFS 1.X+ Categories Avatars.

    How to change categoria avatars? Where to put them in and what resolution they should have?
  6. BooYare

    OTClient Something with outfit/addon

    @Static_ How can I contact with you? Maybe you know how to fix my mistake by the way? TFS 1.X+ - I can't sell tibia coins on market. Of course, not for free.
  7. BooYare

    TFS 1.X+ I can't sell tibia coins on market.

    Hi, can anyone tell me where the problem is? All items can be sold and bought and only tibia coins are affected. Market sees the offer but after pressing "Create" nothing happens. Could someone tell me what file the error might be? I do not even know what files should show :D TFS 1.2
  8. BooYare

    OTClient Something with outfit/addon

    Your mounts prabably give bonus. Check all creaturecripts
  9. BooYare

    Lua Gentle system task improvement

    Bump! I can paid for IT.
  10. BooYare

    Lua Gentle system task improvement

    Uppp
  11. BooYare

    Lua Gentle system task improvement

    Hi, i just wanna make limit on normal task, like on RL Tibia. On my server i have 80 normal task and i wanna for example that if player y make task x he can do this task up to three times. And after this time if he try make one more task x npc told him "You have already done it three times...
  12. BooYare

    Lua Gentle system task improvement

    please help me or give me tip
  13. BooYare

    Lua Gentle system task improvement

    Bump! :))
  14. BooYare

    Lua Gentle system task improvement

    TFS 1.2 How should I change the code? that a normal task could be taken up to 3 times max. local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end...
  15. BooYare

    Lua Outfit NPC, gives addon only if you have outfit

    Up, Anyone can help me? Or has a different script for 1.2 for one npc
  16. BooYare

    Lua Outfit NPC, gives addon only if you have outfit

    Lua Script Error: [Npc interface] data/npc/scripts/addons.lua:onCreatureSay data/npc/scripts/addons.lua:30: attempt to index global 'player' (a nil value) stack traceback: [C]: in function '__index' data/npc/scripts/addons.lua:30: in function 'callback'...
  17. BooYare

    Lua Outfit NPC, gives addon only if you have outfit

    Thanks! :) Maybe you know some functions that check outfit tfs 1.2 ?
  18. BooYare

    Lua Outfit NPC, gives addon only if you have outfit

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)...
  19. BooYare

    Disappearing items from the backpack.

    Hi, I use it : mattyx14/otxserver (Patch 10_9) All work great, but problem is with cap and disappearing items. Example 1 -i have 40 open cap at the moment - -i try to take my Giant Sword from my backpack to my hand (gs is 180 oz.) - gs disappear -when i have more than 180 cap this problem...
Back
Top