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

    Custom Roxor online 19.6 CHECK THE OT

    soonly, why ?:D u maybe like it?
  2. rox666

    Exana fire script

    hahahahaha
  3. rox666

    a little of my small mapping abilites

    dont like it much,sorry but not bad keep it up!
  4. rox666

    Help solve these errors

    we need a script :D
  5. rox666

    How popular are you?

    6/10
  6. rox666

    [Archived] "[Quick Showoff] Post your latest maps"

    someone comment?haha this board died none posting pics or comment :/
  7. rox666

    Exp scroll depend on levels

    doesnt matter -.-
  8. rox666

    Custom Roxor online 19.6 CHECK THE OT

    thanks minti:)
  9. rox666

    Lua Needing Script's!

    tutor? first time i hear this hahah
  10. rox666

    Lua Needing Script's!

    <rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1600" needtarget="1" blocktype="solid" event="script" value="attack/sudden death.lua"/> <rune name="Super SD" id="2263" allowfaruse="1" charges="0" lvl="300" maglv="30" exhaustion="1000"...
  11. rox666

    Lua Needing Script's!

    u added it wrong when u open spells.xml <spells> <!-- Attack Runes --> there under sudden death you add those line :)
  12. rox666

    [Scripting] Delay or ?

    i didnt understand that much but login.lua registerCreatureEvent(cid, "!aol")
  13. rox666

    Lua Needing Script's!

    Super sd? here we go local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, true) setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_DEATHDAMAGE) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MORTAREA) setCombatParam(combat...
  14. rox666

    Making a custom monster

    <?xml version="1.0" encoding="UTF-8"?> <monster name="Exp Trainer" nameDescription="a exp trainer" race="blood" experience="99999999" speed="240" manacost="600"> <health now="1000000000" max="1000000000"/> <look type="57" head="0" body="0" legs="0" feet="0" corpse="3058"/> <targetchange...
  15. rox666

    Wand Spell

    pie? u wanna change hittype of wand? instead of "death" to holy example? weapons.xml type="death"
  16. rox666

    Custom Roxor online 19.6 CHECK THE OT

    its online today.
  17. rox666

    Linux Yellow Skull problem @Please help!

    always been allowFightback = true
  18. rox666

    [Scripting] Delay or ?

    you want !aol then go talkactions -.- name it aol.lua function onSay(cid, words, param) if doPlayerRemoveMoney(cid, 20000) == TRUE then doPlayerAddItem(cid, 2173, 2) doSendMagicEffect(getPlayerPosition(cid), 53)...
  19. rox666

    Lua Spell error no Exhaust/doesn't take mana

    this 1 maybe local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, CONST_ME_GROUNDSHAKER) setCombatFormula(combat1, COMBAT_FORMULA_SKILL, 1.7, -200, 1.7, -200) local combat2 = createCombatObject()...
Back
Top