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

    DONOR SD Rune

    This is a donor sd rune that hits double a normal sd and is 2x faster than the normal one local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat...
  2. B

    Random Monster Outfit

    This is a action script that allows u to use a christmas token and turn into any monster outfit :) function isAtRange(from, to, value) return from <= value and value <= to end local null, range = {0,1,135,225,30,75,266,302,336,335,329,328}, {161,191} function onUse(cid, item...
  3. B

    Full Strike Attack

    In Attack/Full Strike.lua --Scripted by Legend-- local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT,5) setCombatParam(combat1, COMBAT_PARAM_DISTANCEEFFECT, 3) setCombatFormula(combat1...
Back
Top