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

    Lua [TFS 1.2] Cooldown on specific spell

    Thanks. It's working now, but what do I have to do in order to appear the countdown box in the UI? https://imgur.com/a/nylNz
  2. H

    Lua [TFS 1.2] Cooldown on specific spell

    local function targetEffect(cid) local player = Player(cid) if not player then return end local effect = CONST_ANI_REDSTAR local orig = player:getPosition() local d1, d2 = {z = orig.z}, {z = orig.z} d1.x = orig.x - 5 d2.x = orig.x + 5 for i = -2, 2...
  3. H

    Lua Cant sell new item ID to NPC

    It's not a fluid container. I've checked it in Item Editor Image: https://imgur.com/a/xenGO
  4. H

    Lua Cant sell new item ID to NPC

    Since I'm using TFS 1.2, it shouldn't be a problem. I'm still getting error. That's how my npc.xml is: <?xml version="1.0" encoding="UTF-8"?> <npc name="Thorin" script="loot.lua" walkinterval="2000" floorchange="0"> <health now="150" max="150"/> <look type="66"/> <parameters> <parameter...
  5. H

    Lua Cant sell new item ID to NPC

    Yea, I've seen that if condition... it seems that the itemid in the getShopItem function is null
  6. H

    Lua Cant sell new item ID to NPC

    Those items are already working in-game dude, the problem is that it seems that it can't be sold.
  7. H

    Lua Cant sell new item ID to NPC

    Hi, I added some new items to my OT (itens.otb and items.xml) and they're just fine. However, when I try to sell those new itens to a NPC, it just doesnt sell and gives me an error: https://imgur.com/a/qg7it
  8. H

    Lua Can't sell custom item ID to NPC

    BUMP OMG
  9. H

    Lua Can't sell custom item ID to NPC

    bumpppppppp
  10. H

    Lua Can't sell custom item ID to NPC

    bump!
  11. H

    Lua Can't sell custom item ID to NPC

    Hi, I added some new items to my OT (itens.otb and items.xml) and they're just fine. However, when I try to sell those new itens to a NPC, it just doesnt sell and gives me an error: https://imgur.com/a/qg7it
  12. H

    Lua IsWalkable flag (Revive system)

    I have seen this flag in one flag generator from another forum, but then I went on this website: http://opentibia.net/page/flagcalculator.html and didn't find isWalkable flag. I think I will give up on revival system since players can't walk through the corpse ):
  13. H

    Lua IsWalkable flag (Revive system)

    Hi guys, Im using the Revive System by spell (Tfs 1.2) and I've made some modifications. However, I've noticed that while the body is on revival countdown, you can't walk through it. So I've noticed that it's due to the group's flag: <group id="0" name="player_dead" flags="13194139558159"...
  14. H

    TFS 1.X Bounty Hunter System

    There is a lua script inside the database quotation that should NOT be there. It's a bit messy. I dont know where it should be either.
  15. H

    NPC Marriage system 8.6+ [Fixed]

    I had the same problem as oliamx.
  16. H

    Broadcast message when using an item

    Thanks a lot Limos, I got a bit confused to explain what I really wanted. I was actually looking for a script like a /b message, but for players and using an item when the player sends the message. Example: !message Hello everyone And then the item would be removed. But your script is just...
  17. H

    Broadcast message when using an item

    My apologies. I'm using TFS 0.4. And where am I suppose to place it by the way?
  18. H

    Broadcast message when using an item

    Hi guys, I tried to do a script that whenever a play uses a certain item, the item will be removed and he will be able to send a broadcast message just like a GM. Can someone help me out with that script? Thanks a lot!
Back
Top