• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. Opatulek

    Lua [TFS 1.3] Free Scripting Service 📝

    if you keep helping, I'll be grateful if you change calculating method in this: local runeTest = Spell(SPELL_RUNE) function runeTest.onCastSpell(creature, variant) local target = Tile(variant:getPosition()):getTopVisibleCreature(creature) if not target or not target:isPlayer() then...
  2. Opatulek

    Lua tfs 1.3 manarune from % to standard calculating value

    Hello! If anyone can help me with change calculating value in this script I I will be grateful: local runeTest = Spell(SPELL_RUNE) function runeTest.onCastSpell(creature, variant) local target = Tile(variant:getPosition()):getTopVisibleCreature(creature) if not target or not...
Back
Top