• 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

    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...
  2. 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
  3. 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
  4. 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"...
  5. 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