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

    TFS 1.X+ [Lua]AutoGold Exchange

    Hello, i've got this code to change Gold Coin into Platinum Coin automatically, but there's no console error and the gold it's not changing. function onThink(creature, interval) local player = creature:getPlayer() if not player then return false end if...
  2. LightTenshimaru

    Lua Gain X% Attributes When Equiped.[Creaturescript]

    I'm making a script that when equipping [Wand + Shield], [Sword, Axe, Mace + Shield], [Crossbow] have an attribute bonus in [ML], [SWORD, AXE, MACE], [DISTANCE] respectively. But I have a lot of problems, the first is that activation message creature: say ("Damage Bonus", TALKTYPE_MONSTER_SAY...
  3. LightTenshimaru

    Lua Summon With Corpse

    I need a code that makes summon's have bodies on dying. Can someone help me?
Back
Top