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

    Spell Curative Wave

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 3) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, 0.5, 50, 0.5, 50) local combat2 = createCombatObject() setCombatParam(combat2...
Back
Top