• 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!

movements

  1. M

    Lua how i can add time in antitrash script

    this scripts for remove items on ground i need add time for remove in 30 seconds if is possible msg for player Tfs 1.2 events player>onMoveItem local cls = Tile(toPosition) if cls and not cls:getHouse() then if cls:hasFlag(TILESTATE_PROTECTIONZONE) then item:remove() return...
  2. Crixpx

    Lua [movement][help] telepor every 24 hours

    hola!! I would like to know if anyone can edit this script for me :D Is a war zone script But what I want is that it can only be used every 24 hours My idea is to make an area where you can only enter every 24 hours for vip players :D this is my base script I'm using OTX 3 for 10.90 ot...
  3. pasiak12

    Lua Custom ring function

    I would like to replace stealth ring with new item called 'mana ring'. I have edited items.xml <item id="2202" article="a" name="mana ring&#10;(1% max mana / sec)"> <attribute key="weight" value="100" /> <attribute key="slotType" value="ring" /> <attribute...
Back
Top