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

    SCRIPTS FOR DRUID 8.60 OTCLIENT -> strongerfusion.servebeer.com

    -- config local Spells = { {name = "new ice age", cast = true, range = 10, buffSpell = false, manaCost = 0, level = 0},} -- script macro(100, "Spells Attack", function() if not g_game.isAttacking() then return end local target = g_game.getAttackingCreature() local distance =...
  2. kasgosc

    SCRIPTS FOR SORCERER 8.60 OTCLIENT #2 -> prestige-imperia.sytes.net

    -- config local Spells = { {name = "azure water", cast = true, range = 10, buffSpell = false, manaCost = 0, level = 0},} -- script macro(1, "Spells Attack", function() if not g_game.isAttacking() then return end local target = g_game.getAttackingCreature() local distance =...
  3. kasgosc

    SCRIPTS FOR DRUID 8.60 OTCLIENT #1 -> prestige-imperia.sytes.net

    -- config local Spells = { {name = "prestige celestial", cast = true, range = 10, buffSpell = false, manaCost = 0, level = 0},} -- script macro(200, "Spells Attack", function() if not g_game.isAttacking() then return end local target = g_game.getAttackingCreature() local distance =...
Back
Top