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

    HElp in 2 Scripts

    #1 I need a script (NPC) I give him item (id XXXX) and second item (ID YYYY) and he give me new item (ID ZZZZ) [For all professions (all voc have other 1st item and the same 2nd item and ALL VOCATIONS HAVE OTHER NEW ITEM!] #2 How edit this script to use this rune only Elite Knight...
  2. S

    Spell !! Searching Script

    Refresh!!
  3. S

    Spell !! Searching Script

    1. My English is not good.:P 2. I need a script. When I use rune on item XXXX i learned new spell. 1 item for all voc
  4. S

    Need Spells

    refresh!! Please help me!!
  5. S

    Need Spells

    Refresh!
  6. S

    Need Spells

    I need spell that will shoot only monster (without people).Please Link or Script. :) Sorry for my bad English. I am learning. //Edit: R E F R E S H
  7. S

    Spell Spell For Elite Knight :)

    local scom1 = createCombatObject() local scom2 = createCombatObject() local scom3 = createCombatObject() local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 34) setCombatParam(combat1...
  8. S

    Spell Spell For Elder Druid :D

    local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_ICEDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 43) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -18.9, 0, -17.9, 0) local combat2 = createCombatObject() setCombatParam(combat2...
  9. S

    Spell Spell for Knight or Palladin :)

    Spell For Knight or Pall [Animated I NO HAVE SCREENS] local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_HOLYDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 34) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -12.8, 0, -11.5, 0) local...
Back
Top