Ir para conteúdo

lugk123

Campones
  • Total de itens

    59
  • Registro em

  • Última visita

Tudo que lugk123 postou

  1. Teleport's falantes: 1°Vá em Data-Globalevents-Script, Copie um arquivo lua de lá e renomeie para texto.lua e copie isso: local config = { positions = { ["[color=#0000ff]Welcome[/color]"] = { x = [color=#00ff00]160[/color], y = [color=#00ff00]54[/color], z = [color=#00ff00]7[/color]}, } } function onThink(cid, interval, lastExecution) for text, pos in pairs(config.positions) do doSendAnimatedText(pos, text, math.random(1, 255)) end return TRUE end 2° Depois vá em Data-Globalevents-Globalevents.xml, e coloque isto: <globalevent name="texto" interval="1" script="texto.lua" /> Azul=Texto que irá sair Verde=Localização do tp _________________________________________________ Efeito no teleport: 1°Vá em Data-Globalevents-Script, copie um arquivo lua de lá e renomeie para placa1 e copie isso nele: [color=#282828][font=helvetica, arial, sans-serif]local pos =[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]{[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]{{x = [/font][/color][color=#0000FF][font=helvetica, arial, sans-serif]160[/font][/color][color=#282828][font=helvetica, arial, sans-serif], y = [/font][/color][color=#0000FF][font=helvetica, arial, sans-serif]54[/font][/color][color=#282828][font=helvetica, arial, sans-serif], z = [/font][/color][color=#0000FF][font=helvetica, arial, sans-serif]7[/font][/color][color=#282828][font=helvetica, arial, sans-serif]}, {x = 160, y = 54, z = 7, stackpos = 253}},[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]}[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]function onThink(cid, interval, lastExecution)[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]for _, positions in pairs(pos) do[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]doSendMagicEffect(positions[1], [/font][/color][color=#00FF00][font=helvetica, arial, sans-serif]35[/font][/color][color=#282828][font=helvetica, arial, sans-serif])[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]if getThingFromPos(positions[2]).itemid > 0 then[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]for _, name in pairs(getOnlinePlayers()) do[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]local player = getPlayerByName(name)[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]doSendAnimatedText(positions[1], "", 18)[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]end[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]end[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]end[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]return TRUE[/font][/color] [color=#282828][font=helvetica, arial, sans-serif]end[/font][/color] 2°Vá em Data-Globalevents-Globalevent.xml, e cole isso: <globalevent name="MagicEffect2" interval="1" script="placa1.lua" /> Azul=Localização do tp Verde=Número do efeito (para ver basta digitar /z)
  2. ----Spell Made By Therenanzinhuu---- local combat1 = createCombatObject() setCombatParam(combat1, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat1, COMBAT_PARAM_EFFECT, 29) setCombatFormula(combat1, COMBAT_FORMULA_LEVELMAGIC, -100, -200, -390, -200) local combat2 = createCombatObject() setCombatParam(combat2, COMBAT_PARAM_TYPE, COMBAT_ENERGYDAMAGE) setCombatParam(combat2, COMBAT_PARAM_EFFECT, 30) setCombatFormula(combat2, COMBAT_FORMULA_LEVELMAGIC, -100, -200, -390, -200) local combat3 = createCombatObject() setCombatParam(combat3, COMBAT_PARAM_TYPE, COMBAT_PHYSICALDAMAGE) setCombatParam(combat3, COMBAT_PARAM_EFFECT, 53) setCombatFormula(combat3, COMBAT_FORMULA_LEVELMAGIC, -100, -200, -390, -200) arr1 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}} arr2 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}} arr3 = { {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0, 0}, {0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0}, {0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}} local area1 = createCombatArea(arr1) local area2 = createCombatArea(arr2) local area3 = createCombatArea(arr3) setCombatArea(combat1, area1) setCombatArea(combat2, area2) setCombatArea(combat3, area3) local function onCastSpell1(parameters) doCombat(parameters.cid, combat1, parameters.var) end local function onCastSpell2(parameters) doCombat(parameters.cid, combat2, parameters.var) end local function onCastSpell3(parameters) doCombat(parameters.cid, combat3, parameters.var) end function onCastSpell(cid, var) local parameters = { cid = cid, var = var} addEvent(onCastSpell1, 100, parameters) addEvent(onCastSpell2, 600, parameters) addEvent(onCastSpell3, 800, parameters) local reset_storage = 2310 -- coloque o storage do seu sistema de reset local quant_reset = 2 -- quantidade de resets para poder passar if (getPlayerStorageValue(cid, reset_storage) < quant_reset) then return true end return TRUE end ----------------------------------- Aí fica assim ?
  3. Ui, estou nos creditos, realmente este script é muito bom, estou usando no meu server. REPP +
  4. E onde coloca isso ? no final, no meio , no começo ? antes do que ? depois do que ?
  5. Preciso de um script de magias que requerem resets, tipo: 2 resets pode usar 1 magia, etc storage reset=2310
  6. lugk123

    Auto Save

    Valeu GuizitoG, deu certinho. +REPPP
  7. lugk123

    Auto Save

    Preciso de um auto save, pois no do OT que baixei não está pegando.(globalevents save.lua)
  8. Porque o spells.xml dos seus OT são "bagunçados" ??? Pois tem alguns que é tudo separadin.(não entendo mto disso, desculpe se a pergunta foi besta."
  9. Belo OT, cara. Vou baixar e da uma modificada no templo.
  10. Como colocar itens de tibia 9.0 para 8.6 ??? tipo a wand of dimensions
  11. Server totalmente livre de bugs ??? Vou baixar se tiver bom, dou +REP
  12. Agora deu um erro aki e n sei resolver veja : spells.xml: <!--?xml version="1.0" encoding="UTF-8"?--> <spells> <!-- Attack Runes --> <rune name="Poison Field" id="2285" allowfaruse="1" charges="3" lvl="14" maglv="0" exhaustion="2000" blocktype="solid" event="script" value="attack/poison field.lua"> <rune name="Poison Bomb" id="2286" allowfaruse="1" charges="2" lvl="25" maglv="4" exhaustion="2000" blocktype="solid" event="script" value="attack/poison bomb.lua"> <rune name="Poison Wall" id="2289" allowfaruse="1" charges="4" lvl="29" maglv="5" exhaustion="2000" blocktype="solid" event="script" value="attack/poison wall.lua"> <rune name="Fire Field" id="2301" allowfaruse="1" charges="3" lvl="15" maglv="1" exhaustion="2000" blocktype="solid" event="script" value="attack/fire field.lua"> <rune name="Firebomb" id="2305" allowfaruse="1" charges="2" lvl="27" maglv="5" exhaustion="2000" blocktype="solid" event="script" value="attack/fire bomb.lua"> <rune name="Fire Wall" id="2303" allowfaruse="1" charges="4" lvl="33" maglv="6" exhaustion="2000" blocktype="solid" event="script" value="attack/fire wall.lua"> <rune name="Soulfire" id="2308" allowfaruse="1" charges="3" lvl="27" maglv="7" exhaustion="2000" needtarget="1" blocktype="solid" event="script" value="attack/soul fire.lua"> <rune name="Fireball" id="2302" allowfaruse="1" charges="5" lvl="27" maglv="4" exhaustion="2000" needtarget="1" blocktype="solid" event="script" value="attack/fireball.lua"> <rune name="Great Fireball" id="2304" allowfaruse="1" charges="4" lvl="30" maglv="4" exhaustion="2000" blocktype="solid" event="script" value="attack/great fireball.lua"> <rune name="Energy Field" id="2277" allowfaruse="1" charges="3" lvl="18" maglv="3" exhaustion="2000" blocktype="solid" event="script" value="attack/energy field.lua"> <rune name="Energybomb" id="2262" allowfaruse="1" charges="2" lvl="37" maglv="10" exhaustion="2000" blocktype="solid" event="script" value="attack/energy bomb.lua"> <rune name="Energy Wall" id="2279" allowfaruse="1" charges="4" lvl="41" maglv="9" exhaustion="2000" blocktype="solid" event="script" value="attack/energy wall.lua"> <rune name="Light Magic Missile" id="2287" allowfaruse="1" charges="10" lvl="15" exhaustion="2000" maglv="0" needtarget="1" blocktype="solid" event="script" value="attack/light magic missile.lua"> <rune name="Heavy Magic Missile" id="2311" allowfaruse="1" charges="10" lvl="25" exhaustion="2000" maglv="3" needtarget="1" blocktype="solid" event="script" value="attack/heavy magic missile.lua"> <rune name="Explosion" id="2313" allowfaruse="1" charges="6" lvl="31" maglv="6" exhaustion="2000" blocktype="solid" event="script" value="attack/explosion.lua"> <rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="1000" needtarget="1" blocktype="solid" event="script" value="attack/sudden death.lua"> <rune name="Icicle" id="2271" allowfaruse="1" charges="5" lvl="28" maglv="4" exhaustion="2000" needtarget="1" event="script" value="attack/icicle.lua"> <rune name="Avalanche" id="2274" allowfaruse="1" charges="4" lvl="30" maglv="4" exhaustion="2000" event="script" value="attack/avalanche.lua"> <rune name="Stone Shower" id="2288" allowfaruse="1" charges="4" lvl="28" maglv="4" exhaustion="2000" event="script" value="attack/stone shower.lua"> <rune name="Thunderstorm" id="2315" allowfaruse="1" charges="4" lvl="28" maglv="4" exhaustion="2000" event="script" value="attack/thunderstorm.lua"> <rune name="Stalagmite" id="2292" allowfaruse="1" charges="10" lvl="24" maglv="3" exhaustion="2000" needtarget="1" event="script" value="attack/stalagmite.lua"> <rune name="Holy Missile" id="2295" allowfaruse="1" charges="5" lvl="27" maglv="4" exhaustion="2000" needtarget="1" blocktype="solid" event="script" value="attack/holy missile.lua"> <vocation id="3"> <vocation id="7" showindescription="0"> </vocation></vocation></rune> <!-- Healing Runes --> <rune name="Antidote Rune" id="2266" allowfaruse="1" charges="1" lvl="15" maglv="0" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/antidote rune.lua"> <rune name="Intense Healing Rune" id="2265" allowfaruse="1" charges="1" lvl="15" maglv="1" exhaustion="1000" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/intense healing rune.lua"> <rune name="Ultimate Healing Rune" id="2273" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="725" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/ultimate healing rune.lua"> <!-- Summon Runes --> <rune name="Convince Creature" id="2290" allowfaruse="1" charges="1" lvl="16" maglv="5" exhaustion="2000" needtarget="1" blocktype="solid" event="function" value="convince"> <rune name="Animate Dead" id="2316" allowfaruse="1" charges="1" lvl="27" maglv="4" exhaustion="2000" blocktype="solid" event="script" value="summon/animate dead rune.lua"> <!-- Support Runes --> <rune name="Desintegrate" id="2310" allowfaruse="0" charges="3" lvl="21" maglv="4" exhaustion="2000" range="1" event="script" value="support/desintegrate rune.lua"> <rune name="Destroy Field" id="2261" allowfaruse="1" charges="3" lvl="17" maglv="3" exhaustion="1000" aggressive="0" range="5" event="script" value="support/destroy field rune.lua"> <rune name="Chameleon" id="2291" allowfaruse="1" charges="1" lvl="27" maglv="4" exhaustion="1000" aggressive="0" selftarget="1" blocktype="solid" event="function" value="chameleon"> <rune name="Magic Wall" id="2293" allowfaruse="1" charges="3" lvl="32" maglv="9" exhaustion="1000" blocktype="all" event="script" value="support/magic wall rune.lua"> <rune name="Wild Growth" id="2269" allowfaruse="1" charges="2" lvl="27" maglv="8" exhaustion="1000" blocktype="all" event="script" value="support/wild growth rune.lua"> </rune> <rune name="Paralyze" id="2278" allowfaruse="1" charges="1" lvl="54" maglv="18" exhaustion="2000" mana="1400" needtarget="1" blocktype="solid" event="script" value="support/paralyze rune.lua"> <vocation id="2"> <vocation id="6" showindescription="0"> </vocation></vocation></rune> <!-- Attack Spells --> <instant name="Cancel Magic Shield" words="utamo ina" lvl="14" mana="50" aggressive="0" selftarget="1" script="canel_manashield.lua"> <vocation name="Master Sorcerer"> <vocation name="Elder Druid"> <vocation name="Royal Paladin"> <vocation name="baiak Sorcerer"> <vocation name="baiak Druid"> <vocation name="baiak Paladin"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Death Strike" words="exori mort" lvl="16" mana="20" prem="1" range="3" castertargetordirection="1" blockwalls="1" exhaustion="1000" needlearn="0" event="script" value="attack/death strike.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Flame Strike" words="exori flam" lvl="12" mana="20" prem="1" range="3" castertargetordirection="1" blockwalls="1" exhaustion="1000" needlearn="0" event="script" value="attack/flame strike.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Rin'negan: Shinra Tensei" words="Shinra Tensei" lvl="99999" mana="100" prem="1" exhaustion="1000" needlearn="0" blockwalls="1" enabled="1" event="script" value="attack/FUS RO DAH !.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Energy Strike" words="exori vis" lvl="12" mana="20" prem="1" range="3" castertargetordirection="1" blockwalls="1" exhaustion="1000" needlearn="0" event="script" value="attack/energy strike.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Whirlwind Throw" words="exori hur" lvl="15" mana="40" prem="1" range="5" needtarget="1" blockwalls="1" needweapon="1" exhaustion="1000" needlearn="0" event="script" value="attack/whirlwind throw.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <instant name="Fire Wave" words="exevo flam hur" lvl="18" mana="25" direction="1" exhaustion="1000" needlearn="0" event="script" value="attack/fire wave.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Ethereal Spear" words="exori con" lvl="23" mana="25" prem="1" range="5" needtarget="1" exhaustion="1000" blockwalls="1" needlearn="0" event="script" value="attack/ethereal spear.lua"> <vocation id="3"> <vocation id="7"> </vocation></vocation></instant> <instant name="Energy Beam" words="exevo vis lux" lvl="23" mana="40" direction="1" exhaustion="1000" needlearn="0" event="script" value="attack/energy beam.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Great Energy Beam" words="exevo gran vis lux" lvl="29" mana="110" direction="1" exhaustion="1000" needlearn="0" event="script" value="attack/great energy beam.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Groundshaker" words="exori mas" lvl="33" mana="160" prem="1" needweapon="1" exhaustion="1000" needlearn="0" event="script" value="attack/groundshaker.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <instant name="Berserk" words="exori" lvl="35" mana="115" prem="1" needweapon="1" exhaustion="1500" needlearn="0" event="script" value="attack/berserk.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <instant name="Energy Wave" words="exevo vis hur" lvl="38" mana="170" direction="1" exhaustion="1500" needlearn="0" event="script" value="attack/energy wave.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Exori Rock" words="Exori Rock" lvl="5500" mana="500" selftarget="1" prem="1" exhaustion="1200" needlearn="0" event="script" value="attack/Exori Rock.lua"> <vocation id="4"> <vocation id="8"> <vocation id="12"> </vocation></vocation></vocation></instant> <instant name="Deathfire" words="Deathfire" lvl="400" mana="300" selftarget="1" prem="1" exhaustion="1250" needlearn="0" event="script" value="attack/Deathfire.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> <vocation id="9"> <vocation id="10"> <vocation id="11"> <vocation id="12"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Mega Attack" words="Mega Attack" lvl="11000" mana="1100" selftarget="1" prem="1" exhaustion="1000" needlearn="0" event="script" value="attack/Mega Attack.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> <vocation id="9"> <vocation id="10"> <vocation id="11"> <vocation id="12"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Holy Attack" words="Holy Attack" lvl="5500" mana="500" selftarget="1" prem="1" exhaustion="1200" needlearn="0" event="script" value="attack/Holy Attack.lua"> <vocation id="3"> <vocation id="7"> <vocation id="11"> </vocation></vocation></vocation></instant> <instant name="Divine Black" words="Divine Black" lvl="5500" mana="500" selftarget="1" prem="1" exhaustion="1200" needlearn="0" event="script" value="attack/Divine Black.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> <vocation id="9"> <vocation id="10"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Rage of the Skies" words="exevo gran mas vis" lvl="55" mana="650" selftarget="1" prem="1" exhaustion="1500" needlearn="0" event="script" value="attack/rage of the skies.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Fierce Berserk" words="exori gran" lvl="70" mana="340" prem="1" needweapon="1" exhaustion="1500" needlearn="0" event="script" value="attack/fierce berserk.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <instant name="Hells Core" words="exevo gran mas flam" lvl="60" mana="1200" prem="1" exhaustion="1500" selftarget="1" needlearn="0" event="script" value="attack/hells core.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Divine Missile" words="exori san" lvl="40" mana="20" prem="1" range="4" castertargetordirection="1" needlearn="0" blockwalls="1" exhaustion="1500" event="script" value="attack/divine missile.lua"> <vocation id="3"> <vocation id="7"> </vocation></vocation></instant> <instant name="Divine Caldera" words="exevo mas san" lvl="50" mana="160" prem="1" selftarget="1" exhaustion="1500" needlearn="0" event="script" value="attack/divine caldera.lua"> <vocation id="3"> <vocation id="7"> </vocation></vocation></instant> <instant name="Eternal Winter" words="exevo gran mas frigo" lvl="60" mana="1200" prem="1" selftarget="1" exhaustion="1500" needlearn="0" event="script" value="attack/eternal winter.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <instant name="Ice Strike" words="exori frigo" lvl="15" mana="20" prem="1" range="3" castertargetordirection="1" blockwalls="1" exhaustion="1500" needlearn="0" event="script" value="attack/ice strike.lua"> <vocation id="1"> <vocation id="5"> <vocation id="2"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Ice Wave" words="exevo frigo hur" lvl="18" mana="25" direction="1" exhaustion="1500" needlearn="0" event="script" value="attack/ice wave.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <instant name="Terra Strike" words="exori tera" lvl="13" mana="20" prem="1" range="3" castertargetordirection="1" blockwalls="1" exhaustion="1500" needlearn="0" event="script" value="attack/terra strike.lua"> <vocation id="1"> <vocation id="5"> <vocation id="2"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Terra Wave" words="exevo tera hur" lvl="38" mana="210" direction="1" exhaustion="1500" needlearn="0" event="script" value="attack/terra wave.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <instant name="Wrath of Nature" words="exevo gran mas tera" lvl="55" mana="770" prem="1" selftarget="1" exhaustion="1500" needlearn="0" event="script" value="attack/wrath of nature.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <!-- Healing Spells --> <instant name="Exana Flam" words="exana flam" lvl="10" mana="30" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/exanaflam.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Exura Kina" words="Exura Kina" lvl="3000" mana="0" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/Exura Kina.lua"> <vocation id="4"> <vocation id="8"> <vocation id="12"> </vocation></vocation></vocation></instant> <instant name="Exura Pally" words="Exura Pally" lvl="300" mana="0" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/Exura Pally.lua"> <vocation id="3"> <vocation id="7"> <vocation id="11"> </vocation></vocation></vocation></instant> <instant name="Exura Sorc" words="Exura Sorc" lvl="300" mana="0" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/Exura Sorc.lua"> <vocation id="1"> <vocation id="5"> <vocation id="9"> </vocation></vocation></vocation></instant> <instant name="Exura Mana" words="Exura Mana" lvl="3000" mana="0" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/Exura mana.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> <vocation id="9"> <vocation id="10"> <vocation id="11"> <vocation id="12"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Exura Mage" words="Exura Mage" lvl="3000" mana="0" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/exura mage.lua"> <vocation id="2"> <vocation id="6"> <vocation id="10"> <vocation id="1"> <vocation id="6"> <vocation id="9"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Light Healing" words="exura" lvl="9" mana="20" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/light healing.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Antidote" words="exana pox" lvl="10" mana="30" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/antidote.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Intense Healing" words="exura gran" lvl="11" mana="70" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/intense healing.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="5"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Heal Friend" words="exura sio" lvl="18" mana="140" prem="1" aggressive="0" needtarget="1" params="1" exhaustion="1500" needlearn="0" event="script" value="healing/heal friend.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <instant name="Ultimate Healing" words="exura vita" lvl="20" mana="160" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="healing/ultimate healing.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="5"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Mass Healing" words="exura gran mas res" lvl="36" mana="150" prem="1" aggressive="0" exhaustion="1000" needlearn="0" event="script" value="healing/mass healing.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <instant name="Divine Healing" words="exura san" lvl="35" mana="210" prem="1" selftarget="1" aggressive="0" exhaustion="1000" needlearn="0" event="script" value="healing/divine healing.lua"> <vocation id="3"> <vocation id="7"> </vocation></vocation></instant> <instant name="Wound Cleansing" words="exana mort" lvl="30" mana="65" prem="1" selftarget="1" aggressive="0" exhaustion="1000" needlearn="0" event="script" value="healing/wound cleasing.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <!-- Support Spells --> <instant name="Light" words="utevo lux" lvl="8" mana="20" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/light.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Find Person" words="exiva" lvl="8" mana="20" aggressive="0" params="1" exhaustion="1000" needlearn="0" event="function" value="searchPlayer"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Magic Rope" words="exani tera" lvl="9" mana="20" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/magic rope.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Levitate" words="exani hur" lvl="12" mana="50" prem="1" aggressive="0" exhaustion="1000" params="1" needlearn="0" event="function" value="Levitate"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Great Light" words="utevo gran lux" lvl="13" mana="60" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/great light.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Magic Shield" words="utamo vita" lvl="14" mana="50" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/magic shield.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="5"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Haste" words="utani hur" lvl="14" mana="60" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/haste.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Charge" words="utani tempo hur" lvl="25" mana="100" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/charge.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <instant name="Swift Foot" words="utamo tempo san" lvl="55" mana="400" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/swift foot.lua"> <vocation id="3"> <vocation id="7"> </vocation></vocation></instant> <instant name="Challenge" words="exeta res" lvl="20" mana="30" prem="1" aggressive="0" exhaustion="1000" needlearn="0" event="script" value="support/challenge.lua"> <vocation id="8"> </vocation></instant> <instant name="Utani Mega Hur" words="Utani Mega Hur" lvl="10" mana="200" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/megga haste.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="4"> <vocation id="5"> <vocation id="6"> <vocation id="7"> <vocation id="8"> <vocation id="9"> <vocation id="10"> <vocation id="11"> <vocation id="12"> </vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Strong Haste" words="utani gran hur" lvl="20" mana="100" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/strong haste.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Creature Illusion" words="utevo res ina" lvl="23" mana="100" aggressive="0" params="1" exhaustion="1000" needlearn="0" event="function" value="Illusion"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Ultimate Light" words="utevo vis lux" lvl="26" mana="140" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/ultimate light.lua"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Cancel Invisibility" words="exana ina" lvl="26" mana="200" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/cancel invisibility.lua"> <vocation id="1"> <vocation id="5"> </vocation></vocation></instant> <instant name="Invisibility" words="utana vid" lvl="35" mana="440" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/invisible.lua"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="5"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></vocation></vocation></instant> <instant name="Sharpshooter" words="utito tempo san" lvl="60" mana="450" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/sharpshooter.lua"> <vocation id="3"> <vocation id="7"> </vocation></vocation></instant> <instant name="Protector" words="utamo tempo" lvl="55" mana="200" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/protector.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <instant name="Blood Rage" words="utito tempo" lvl="60" mana="290" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="support/blood rage.lua"> <vocation id="4"> <vocation id="8"> </vocation></vocation></instant> <!-- Party Spells --> <instant name="Train Party" words="utito mas sio" lvl="32" mana="60" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="party/train.lua"> <vocation id="8"> </vocation></instant> <instant name="Protect Party" words="utamo mas sio" lvl="32" mana="90" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="party/protect.lua"> <vocation id="7"> </vocation></instant> <instant name="Heal Party" words="utura mas sio" lvl="32" mana="120" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="party/heal.lua"> <vocation id="6"> </vocation></instant> <instant name="Enchant Party" words="utori mas sio" lvl="32" mana="120" prem="1" aggressive="0" selftarget="1" exhaustion="1000" needlearn="0" event="script" value="party/enchant.lua"> <vocation id="5"> </vocation></instant> <!-- Summon Spells --> <instant name="Summon Creature" words="utevo res" lvl="25" params="1" exhaustion="1500" needlearn="0" event="function" value="summonMonster"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></instant> <instant name="Undead Legion" words="exana mas mort" lvl="30" mana="500" prem="1" exhaustion="1500" needlearn="0" event="script" value="summon/undead legion.lua"> <vocation id="2"> <vocation id="6"> </vocation></vocation></instant> <!-- Conjure Spells --> <conjure name="Conjure Arrow" words="exevo con" lvl="13" mana="100" soul="1" conjureid="2544" conjurecount="10" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Food" words="exevo pan" lvl="14" mana="120" soul="1" exhaustion="1000" needlearn="0" event="function" value="conjureFood"> <vocation id="2"> <vocation id="3"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Poisoned Arrow" words="exevo con pox" lvl="16" mana="130" soul="2" conjureid="2545" conjurecount="7" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Conjure Bolt" words="exevo con mort" lvl="17" mana="140" soul="2" prem="1" conjureid="2543" conjurecount="5" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Conjure Sniper Arrow" words="exevo con hur" lvl="24" mana="160" soul="3" prem="1" conjureid="7364" conjurecount="5" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Explosive Arrow" words="exevo con flam" lvl="25" mana="290" soul="3" conjureid="2546" conjurecount="8" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Conjure Piercing Bolt" words="exevo con grav" lvl="33" mana="180" soul="3" prem="1" conjureid="7363" conjurecount="5" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Enchant Staff" words="exeta vis" lvl="41" mana="80" prem="1" conjureid="2433" reagentid="2401" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="5"> </vocation></conjure> <conjure name="Enchant Spear" words="exeta con" lvl="45" mana="350" soul="3" prem="1" conjureid="7367" reagentid="2389" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <conjure name="Power Bolt" words="exevo con vis" lvl="59" mana="800" soul="4" prem="1" conjureid="2547" conjurecount="10" exhaustion="1000" needlearn="0" event="function" value="conjureItem"> <vocation id="7"> </vocation></conjure> <conjure name="Poison Field" words="adevo grav pox" lvl="14" mana="200" soul="1" reagentid="2260" conjureid="2285" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Light Magic Missile" words="adori min vis" lvl="15" mana="120" soul="1" reagentid="2260" conjureid="2287" conjurecount="10" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Fire Field" words="adevo grav flam" lvl="15" mana="240" soul="1" reagentid="2260" conjureid="2301" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Fireball" words="adori flam" lvl="27" mana="460" soul="3" prem="1" reagentid="2260" conjureid="2302" conjurecount="5" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> </vocation></vocation></conjure> <conjure name="Energy Field" words="adevo grav vis" lvl="18" mana="320" soul="2" reagentid="2260" conjureid="2277" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Stalagmite" words="adori tera" lvl="24" mana="400" soul="2" prem="2" reagentid="2260" conjureid="2292" conjurecount="10" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> <vocation id="2"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Great Fireball" words="adori mas flam" lvl="30" mana="530" soul="3" reagentid="2260" conjureid="2304" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> </vocation></vocation></conjure> <conjure name="Heavy Magic Missile" words="adori vis" lvl="25" mana="350" soul="2" reagentid="2260" conjureid="2311" conjurecount="10" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> <vocation id="2"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Poison Bomb" words="adevo mas pox" lvl="25" mana="520" soul="2" prem="1" reagentid="2260" conjureid="2286" conjurecount="2" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Firebomb" words="adevo mas flam" lvl="27" mana="600" soul="4" reagentid="2260" conjureid="2305" conjurecount="2" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Soulfire" words="adevo res flam" lvl="27" mana="600" soul="3" prem="1" reagentid="2260" conjureid="2308" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Poison Wall" words="adevo mas grav pox" lvl="29" mana="640" soul="3" reagentid="2260" conjureid="2289" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Explosion" words="adevo mas hur" lvl="31" mana="570" soul="4" reagentid="2260" conjureid="2313" conjurecount="6" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Fire Wall" words="adevo mas grav flam" lvl="33" mana="780" soul="4" reagentid="2260" conjureid="2303" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Energybomb" words="adevo mas vis" lvl="37" mana="880" soul="5" prem="1" reagentid="2260" conjureid="2262" conjurecount="2" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> </vocation></vocation></conjure> <conjure name="Energy Wall" words="adevo mas grav vis" lvl="41" mana="1000" soul="5" reagentid="2260" conjureid="2279" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Sudden Death" words="adori gran mort" lvl="45" mana="985" soul="5" reagentid="2260" conjureid="2268" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> </vocation></vocation></conjure> <conjure name="Antidote Rune" words="adana pox" lvl="15" mana="200" soul="1" reagentid="2260" conjureid="2266" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Intense Healing Rune" words="adura gran" lvl="15" mana="240" soul="2" reagentid="2260" conjureid="2265" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Ultimate Healing Rune" words="adura vita" lvl="24" mana="400" soul="3" reagentid="2260" conjureid="2273" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Convince Creature" words="adeta sio" lvl="16" mana="200" soul="3" reagentid="2260" conjureid="2290" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Animate Dead" words="adana mort" lvl="27" mana="600" soul="5" prem="1" reagentid="2260" conjureid="2316" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="5"> <vocation id="6"> </vocation></vocation></vocation></vocation></conjure> <conjure name="Chameleon" words="adevo ina" lvl="27" mana="600" soul="2" reagentid="2260" conjureid="2291" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Destroy Field" words="adito grav" lvl="17" mana="120" soul="2" reagentid="2260" conjureid="2261" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="5"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></vocation></vocation></conjure> <conjure name="Desintegrate" words="adito tera" lvl="21" mana="200" soul="3" prem="1" reagentid="2260" conjureid="2310" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="2"> <vocation id="3"> <vocation id="5"> <vocation id="6"> <vocation id="7"> </vocation></vocation></vocation></vocation></vocation></vocation></conjure> <conjure name="Magic Wall" words="adevo grav tera" lvl="32" mana="750" soul="5" prem="1" reagentid="2260" conjureid="2293" conjurecount="3" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> </vocation></vocation></conjure> <conjure name="Wild Growth" words="adevo grav vita" lvl="27" mana="600" soul="5" prem="1" reagentid="2260" conjureid="2269" conjurecount="2" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Paralyze" words="adana ani" lvl="54" mana="1400" soul="3" prem="1" reagentid="2260" conjureid="2278" conjurecount="1" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Icicle" words="adori frigo" lvl="28" mana="460" soul="3" prem="1" reagentid="2260" conjureid="2271" conjurecount="5" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Avalanche" words="adori mas frigo" lvl="30" mana="530" soul="3" reagentid="2260" conjureid="2274" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Stone Shower" words="adori mas tera" lvl="28" mana="430" soul="3" prem="1" reagentid="2260" conjureid="2288" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="2"> <vocation id="6"> </vocation></vocation></conjure> <conjure name="Thunderstorm" words="adori mas vis" lvl="28" mana="430" soul="3" prem="1" reagentid="2260" conjureid="2315" conjurecount="4" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="1"> <vocation id="5"> </vocation></vocation></conjure> <conjure name="Holy Missile" words="adori san" lvl="27" mana="350" soul="3" prem="1" reagentid="2260" conjureid="2295" conjurecount="5" exhaustion="1000" needlearn="0" event="function" value="conjureRune"> <vocation id="3"> <vocation id="7"> </vocation></vocation></conjure> <instant name="suden death" words="exevo gran mas mort" lvl="55" mana="650" selftarget="1" prem="1" exhaustion="1500" needlearn="0" event="script" value="attack/suden death.lua"> </instant> <rune name="Mana Rune" id="2276" allowfaruse="1" charges="5" lvl="80" exhaustion="500" maglv="1" aggressive="0" needtarget="1" blocktype="solid" script="manarune.lua"> <rune name="Super Mana Rune" id="2284" allowfaruse="1" charges="5" lvl="5000" exhaustion="500" maglv="1" aggressive="0" needtarget="1" blocktype="solid" script="super mana rune.lua"> <rune name="liferune" id="2275" allowfaruse="1" charges="5" lvl="80" exhaustion="500" maglv="1" aggressive="0" needtarget="1" blocktype="solid" script="liferune.lua"> <rune name="Super Life Rune" id="2283" allowfaruse="1" charges="5" lvl="80" exhaustion="500" maglv="1" aggressive="0" needtarget="1" blocktype="solid" script="super life rune.lua"> </spells>
  13. Alguem pode me dizer oq é esse erro e a solução ? eu reinincei meu ot e quando fui abrir deu isso
  14. lugk123

    System Vip

    Alguém tem um script de system VIP para mim por no meu server ?
  15. Como posso colocar varias broadcasts diferentes aleatorias, tipo:mudei as mensagens como eu queria nesse script : function onThink(interval, lastExecution) -- Configurações local cor = 23 -- Defina a cor da mensagem (22 = branco) local mensagens ={ [[bem Vindo Ao : Nosso ot: Membros Da Staff Sempre On NÃO Importa Cm,Gm,God,Tutor Sempre Com Help Aberto! Sugestoes No Help E Duvidas E Bugs Para Serem Reportados Sempre No Help! Bom Jogo]] } -- Fim de Configurações doBroadcastMessage(mensagens[math.random(1,table.maxn(mensagens))], cor) return TRUE end mais ela só manda 1 broadcast dessa mensagem, sendo que fiz bastante, como posso fazer ?
  16. Não funciona, eu mato o monster e não aparece o tp. Não sei no que estou errando ;s
  17. To querendo muito um script que, quando matem o monstro aparece um tp, por que senao seria muito facil correr pela quest e não matar o monstro. Já vi tutoriais aki no xtibia mais nenhum deles deu certo, eu mato o monstro mais n aparece o tp meu ot é 8.60
  18. Quero saber como trocar o lugar aonde nasce o Account Manager no meu server, não aonde nasce o player criado por ele, eu quero mudar aonde ele nasce.
  19. MEU OT É >>>8.60<<< Alguém aquí tem um script que, quando upa, aparece um efeito ???
  20. Como posso fazer magias que requer reset para ser usada ???? Tipo, 10 resets tem uma magia, 20 resets tem outra?
  21. Mais eu quero assim, por exemplo: lvl 1000~2000, cura x, lvl 2000~4000, cura x, da pra fazer assim ?
  22. Mais isso funciona em OT 8.60 ?
  23. O script da minha mana rune está: local combat = createCombatObject() setCombatParam(combat, COMBAT_PARAM_TYPE, COMBAT_MANADRAIN) setCombatParam(combat, COMBAT_PARAM_EFFECT, CONST_ME_SLEEP) setCombatParam(combat, COMBAT_PARAM_TARGETCASTERORTOPMOST, 1) setCombatParam(combat, COMBAT_PARAM_AGGRESSIVE, 0) setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 4, 3, 2) function onCastSpell(cid, var) return doCombat(cid, combat, var) end Não entendo mto dessa linha:"setCombatFormula(combat, COMBAT_FORMULA_LEVELMAGIC, 5, 4, 3, 2)". Queria saber como faz para fazer a mana rune curar por level.
  24. Como faço minha Great Mana Potion curar o player conforme o level ?
  • Quem Está Navegando   0 membros estão online

    • Nenhum usuário registrado visualizando esta página.
×
×
  • Criar Novo...