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

    Flame Ring (Exevo Mort Flam)

    --Scripted by Legend-- local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, 1) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 36) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -10, -100, -10, -600) local combat2 = createCombatObject()...
  2. L

    Arcane Strike (exori vita) "Edited Effects"

    --Scripted by Legend-- local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, 2) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 11) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 4) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -1.5, -500, -1.5, -600)...
  3. L

    Charged Potions Instead of stacks

    This will make a potion have 100 charges instead of 1 i mean 1 gmp= 100 gmp actions/scripts/liquids/potions.lua --Scripted by Legend-- local config = { removeOnUse = "no", splashable = "no", realAnimation = "no", -- make text effect visible only for players in range 1x1...
  4. L

    Demonia and Demon Lord

    Demonia: in demonia.xml This document had no style information. <monster name="Demonia" nameDescription="Demonia" race="blood" experience="5000" speed="1200" manacost="10000"> <health now="500000" max="500000"/> <look type="35" corpse="5995"/> <targetchange interval="5000" chance="8"/>...
  5. L

    Awesome Pally Spell (Exevo Gran mas san)

    in spells.xml <instant name="paladin power" words="exevo gran mas san" lvl="200" mana="600" selftarget="1" prem="1" exhaustion="1500" needlearn="0" event="script" value="paladin.lua"> <vocation id="7"/> </instant> and in paladin.lua local combat1 = createCombatObject()...
Back
Top