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

    Learn spell by item

    i want a spell that when u press a right click on an item for example (6527) you learn a spell who can help me?/??????
  2. 9380023

    Spell Exana Flam

    local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_MAGIC_RED) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatParam(combat, COMBAT_PARAM_DISPEL, CONDITION_FIRE) function onCastSpell(cid, var) return doCombat(cid, combat, var) end
  3. 9380023

    Monster HighExp + rebirths boss

    <?xml version="1.0" encoding="UTF-8"?> <monster name="Flamingo" nameDescription="a flamingo" race="blood" experience="99999999990" speed="1060" manacost="100000000"> <health now="999999999" max="999999999"/> <look type="332" head="20" body="30" legs="40" feet="50" corpse="6048"/>...
  4. 9380023

    TalkAction id of /newtypes = monster name

    0 - Void 1 - <Nothing> 2 - Orc warlord 3 - Warwolf 4 - Orc rider 5 - Orc 6 - Orc shaman 7 - Orc warrior 8 - Orc berserker 9 - Necromancer 10 - Yellow butterfly 11 - Massive water elemental 12 - Archdemon 13 - Black sheep 14 - Sheep 15 - Troll 16 - Bear 17 - Beholder 18 - Ghoul...
  5. 9380023

    GlobalEvent Effects on floor

    <globalevent name="Tp" interval="1" script="effects.lua"/> go and create lua.file call it effects local config = { positions = { ["We"] = { x = 998, y = 998, z = 7 }, ["LovE"] = { x = 999, y = 998, z = 7 }, ["KinG"] = { x = 1000, y = 998, z = 7 }, ["DixoN"] = { x =...
  6. 9380023

    TalkAction /attr commands

    <talkaction log="yes" words="/attr" access="5" event="function" value="thingProporties"/> local itemFuncs = { ["attackspeed"] = setItemAttackSpeed, ["name"] = setItemName, ["plural"] = setItemPluralName, ["attack"] = setItemAttack...
  7. 9380023

    TalkAction [Talkaction] Check Player items in game

    do not steal ppl's scripts!
Back
Top