Ir para conteúdo
  • Cadastre-se

(RESOLVIDO) [Duvida] Erro nos itens editados


Posts Recomendados

Editei um set para cada parte (EXP: da +5 de cada skill e +2 de ml), mas nao ta adicionando os atributos, é como se os equipes nao desse os atributos!

O Scripting do item ta assim:

<item id="6095" article="a" name="Hyper Armor">

<attribute key="description" value="Este item pode ser adquirido através da Loja, fale com o {ADM}."/>

<attribute key="weight" value="2000" />

<attribute key="armor" value="20" />

<attribute key="slotType" value="body" />

<attribute key="skillclub" value="5" />

<attribute key="skillsword" value="5" />

<attribute key="skillaxe" value="5" />

<attribute key="skilldist" value="5" />

<attribute key="magiclevel" value="3" />

Alguem ai ajuda pf? REP ++

Editado por junin1 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites
<item id="6095" article="a" name="Hyper Armor">

<attribute key="description" value="Este item pode ser adquirido através da Loja, fale com o {ADM}."/>

<attribute key="weight" value="2000" />

<attribute key="armor" value="20" />

<attribute key="slotType" value="body" />

<attribute key="skillClub" value="5" />

<attribute key="skillSword" value="5" />

<attribute key="skillAxe" value="5" />

<attribute key="skillDist" value="5" />

<attribute key="magiclevelpoints" value="3" />

Link para o post
Compartilhar em outros sites

Cara eu não vejo nada alem do magiclevelpoints eu troquei é o erro continua o mesmo.

Editado por junin1 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Mude como eu botei, e você tem que fazer 2 movements.

    <movevent type="Equip" itemid="6095" slot="armor" event="function" value="onEquipItem"/>

    <movevent type="DeEquip" itemid="6095" slot="armor" event="function" value="onDeEquipItem"/>

Link para o post
Compartilhar em outros sites

mano depois q eu fiz isso q vc mandou ta dando erro ao iniciar o ot, aparece q n foi possivel ler o 'soulfire'... da erro no moviments.... pq ta dando isso?

Link para o post
Compartilhar em outros sites

no scripting do moviments coloquei assim do jeito q vc mandou

stftmmlw4blpp5eep975.png

e o erro q ta aparecendo é esse!

cxm0rx9zqvw160a265vx.png

Editado por junin1 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

deu erro na imagem upei elas na netupload ver o erro ai, ajuda aew mano pf =/

Link para o post
Compartilhar em outros sites

aew tirei do jeito q vc falou ainda ta dando msm erro!

7tt2ir2h1r2nfuvb0c29.png

onde coloco o end nesse scripitng?

f09ijbjccowrrgypoook.png

Link para o post
Compartilhar em outros sites

ainda ta dando msm erro =/.... mas isso do mana tem aver com o item tbm?

se tiver como passa o msn ai ! ^^

Link para o post
Compartilhar em outros sites

o scripting do mana.lua

function onSay(cid, words, param, channel)

if(param == "") then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "\nMana atual: " .. getCreatureMana(cid) .. "\nMana máxima: " .. getCreatureMaxMana(cid) .. "")

return true

end

if isPremium(cid) == TRUE then

local pid = getPlayerByNameWildcard(param)

if(not pid or (isPlayerGhost(pid) and getPlayerGhostAccess(pid) > getPlayerGhostAccess(cid))) then

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "O jogador com o nome " .. param .. " não esta online ou não existe.")

return true

end

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "\nMana de [ " .. getCreatureName(pid) .. " ] atual: " .. getCreatureMana(pid) .. "\nMana de [ " .. getCreatureName(pid) .. " ] máxima: " .. getCreatureMaxMana(pid) .. "")

return true

else

doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Apenas jogadores VIP podem utilizar este comando para visualizar informações de outros jogadores.")

return true

end

end

o erro q ta no server é esse

qeaifi9r15houloguyn9.png

Editado por junin1 (veja o histórico de edições)
Link para o post
Compartilhar em outros sites

Ok, o script que você me passou está correto, salve o arquivo lua que você abriu com o bloco de notas e de load nas talkactions denovo.

Vá em \data\spells\spells.xml e procure por "soulfire" e poste aqui.

Link para o post
Compartilhar em outros sites

o script ai :


<?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" groups="1,1500" icon="26" 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" groups="1,1500" icon="91" blocktype="solid" event="script" value="attack/poison bomb.lua"/>

<rune name="Poison Wall" id="2289" allowfaruse="1" charges="3" lvl="29" maglv="5" exhaustion="2000" groups="1,1500" icon="26" 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" groups="1,1500" icon="25" blocktype="solid" event="script" value="attack/fire field.lua"/>

<rune name="Firebomb" id="2305" allowfaruse="1" charges="2" lvl="27" maglv="5" exhaustion="2000" groups="1,1500" icon="17" blocktype="solid" event="script" value="attack/fire bomb.lua"/>

<rune name="Fire Wall" id="2303" allowfaruse="1" charges="3" lvl="33" maglv="6" exhaustion="2000" groups="1,1500" icon="25" blocktype="solid" event="script" value="attack/fire wall.lua"/>

<rune name="Soulfire" id="2308" allowfaruse="1" charges="3" lvl="27" maglv="7" exhaustion="2000" groups="1,1500" icon="50" needtarget="1" blocktype="solid" event="function" value="soulfire"/>

<rune name="Fireball" id="2302" allowfaruse="1" charges="5" lvl="27" maglv="3" exhaustion="2000" groups="1,1500" icon="15" needtarget="1" blocktype="solid" event="script" value="attack/fireball.lua"/>

<rune name="Great Fireball" id="2304" allowfaruse="1" charges="3" lvl="30" maglv="3" exhaustion="2000" groups="1,1500" icon="16" 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" groups="1,1500" icon="27" blocktype="solid" event="script" value="attack/energy field.lua"/>

<rune name="Energybomb" id="2262" allowfaruse="1" charges="2" lvl="37" maglv="10" exhaustion="2000" groups="1,1500" icon="55" blocktype="solid" event="script" value="attack/energy bomb.lua"/>

<rune name="Energy Wall" id="2279" allowfaruse="1" charges="3" lvl="41" maglv="9" exhaustion="2000" groups="1,1500" icon="33" blocktype="solid" event="script" value="attack/energy wall.lua"/>

<rune name="Light Magic Missile" id="2287" allowfaruse="1" charges="10" lvl="15" exhaustion="2000" groups="1,1500" icon="7" 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" groups="1,1500" icon="8" 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" groups="1,1500" icon="18" blocktype="solid" event="script" value="attack/explosion.lua"/>

<rune name="Sudden Death" id="2268" allowfaruse="1" charges="3" lvl="45" maglv="15" exhaustion="2000" groups= "1,2000" icon="21" needtarget="1" blocktype="solid" event="script" value="attack/sudden death.lua"/>

<rune name="Icicle" id="2271" allowfaruse="1" charges="5" lvl="28" maglv="3" exhaustion="2000" groups="1,1500" icon="114" needtarget="1" event="script" value="attack/icicle.lua"/>

<rune name="Avalanche" id="2274" allowfaruse="1" charges="3" lvl="30" maglv="3" exhaustion="2000" groups="1,1500" icon="115" event="script" value="attack/avalanche.lua"/>

<rune name="Stone Shower" id="2288" allowfaruse="1" charges="3" lvl="28" maglv="3" exhaustion="2000" groups="1,1500" icon="116" event="script" value="attack/stone shower.lua"/>

<rune name="Thunderstorm" id="2315" allowfaruse="1" charges="3" lvl="28" maglv="3" exhaustion="2000" groups="1,1500" icon="117" event="script" value="attack/thunderstorm.lua"/>

<rune name="Stalagmite" id="2292" allowfaruse="1" charges="10" lvl="24" maglv="3" exhaustion="2000" groups="1,1500" icon="77" needtarget="1" event="script" value="attack/stalagmite.lua"/>

<rune name="Holy Missile" id="2295" allowfaruse="1" charges="5" lvl="27" maglv="3" exhaustion="2000" groups="1,1500" icon="130" needtarget="1" blocktype="solid" event="script" value="attack/holy missile.lua">

  <vocation id="3"/>

  <vocation id="7" showInDescription="0"/>

</rune>

<!-- Healing Runes -->

<rune name="Antidote Rune" id="2266" allowfaruse="1" charges="1" lvl="15" maglv="0" exhaustion="1" groups="2,1000" icon="31" 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="1" groups="2,1000" icon="3" 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="3" exhaustion="1" groups="2,1000" icon="5" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/ultimate healing rune.lua"/>

<rune name="Super UH" id="2275" allowfaruse="1" charges="1" lvl="24" maglv="4" exhaustion="1" groups="2,1000" icon="5" aggressive="0" needtarget="1" blocktype="solid" event="script" value="healing/super uh rune.lua"/>

<!-- Summon Runes -->

<rune name="Convince Creature" id="2290" allowfaruse="1" charges="1" lvl="16" maglv="5" exhaustion="2000" groups="3,2000" icon="12" needtarget="1" blocktype="solid" event="function" value="convince"/>

<rune name="Animate Dead" id="2316" allowfaruse="1" charges="1" lvl="27" maglv="3" exhaustion="2000" groups="3,2000" icon="83" blocktype="solid" event="script" value="summon/animate dead rune.lua"/>

<!-- Support Runes -->

<rune name="Magic Prison Rune" id="2272" charges="1" maglv="10" exhaustion="2000" groups="3,2000" icon="86" blocktype="solid" allowfaruse="1" event="script" value="custom/magic prison.lua"/>

<rune name="Desintegrate" id="2310" allowfaruse="0" charges="3" lvl="21" maglv="3" exhaustion="2000" groups="3,2000" icon="78" range="1" event="script" value="support/desintegrate rune.lua"/>

<rune name="Destroy Field" id="2261" allowfaruse="1" charges="3" lvl="17" maglv="3" exhaustion="2000" groups="3,2000" icon="30" aggressive="0" range="5" event="script" value="support/destroy field rune.lua"/>

<rune name="Chameleon" id="2291" allowfaruse="1" charges="1" lvl="27" maglv="3" exhaustion="2000" groups="3,2000" icon="14" 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="2000" groups="3,2000" icon="86" 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="2000" groups="3,2000" icon="94" blocktype="all" event="script" value="support/wild growth rune.lua">

  <vocation id="2"/>

  <vocation id="6" showInDescription="0"/>

</rune>

<rune name="Paralyze" id="2278" allowfaruse="1" charges="1" lvl="54" maglv="18" exhaustion="2000" groups="3,2000" icon="54" mana="1400" needtarget="1" blocktype="solid" event="script" value="support/paralyze rune.lua">

</rune>

<!-- Attack Spells -->

<instant name="Death Strike" words="exori mort" lvl="16" mana="20" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="87" needlearn="0" event="script" value="attack/death strike.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</instant>

<instant name="Flame Strike" words="exori flam" lvl="12" mana="20" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="89" needlearn="0" event="script" value="attack/flame strike.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</instant>

<instant name="Energy Strike" words="exori vis" lvl="12" mana="20" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="88" needlearn="0" event="script" value="attack/energy strike.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</instant>

<instant name="Whirlwind Throw" words="exori hur" lvl="15" mana="40" prem="0" range="5" needtarget="1" blockwalls="1" needweapon="1" exhaustion="2000" groups="1,1500" icon="107" needlearn="0" event="script" value="attack/whirlwind throw.lua">

  <vocation id="4"/>

  <vocation id="8"/>

</instant>

<instant name="Fire Wave" words="exevo flam hur" lvl="18" mana="25" direction="1" exhaustion="2000" groups="1,1500" icon="19" needlearn="0" event="script" value="attack/fire wave.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Ethereal Spear" words="exori con" lvl="23" mana="35" prem="0" range="5" needtarget="1" exhaustion="2000" groups="1,1500" icon="111" blockwalls="1" needlearn="0" event="script" value="attack/ethereal spear.lua">

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Energy Beam" words="exevo vis lux" lvl="23" mana="40" direction="1" exhaustion="2000" groups="1,1500" icon="22" needlearn="0" event="script" value="attack/energy beam.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Great Energy Beam" words="exevo gran vis lux" lvl="29" mana="110" direction="1" exhaustion="2000" groups="1,1500" icon="23" needlearn="0" event="script" value="attack/great energy beam.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Groundshaker" words="exori mas" lvl="33" mana="160" prem="0" needweapon="1" exhaustion="2000" groups="1,1500" icon="106" needlearn="0" event="script" value="attack/groundshaker.lua">

  <vocation id="4"/>

  <vocation id="8"/>

</instant>

<instant name="Berserk" words="exori" lvl="35" mana="120" prem="0" needweapon="1" exhaustion="2000" groups="1,1500" icon="80" needlearn="0" event="script" value="attack/berserk.lua">

  <vocation id="4"/>

  <vocation id="8"/>

</instant>

<instant name="Energy Wave" words="exevo vis hur" lvl="38" mana="170" direction="1" exhaustion="2000" groups="1,1500" icon="13" needlearn="0" event="script" value="attack/energy wave.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Rage of the Skies" words="exevo gran mas vis" lvl="55" mana="1200" selftarget="1" prem="0" exhaustion="2000" groups="1,1500" icon="119" needlearn="0" event="script" value="attack/rage of the skies.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Fierce Berserk" words="exori gran" lvl="70" mana="340" prem="0" needweapon="1" exhaustion="2000" groups="1,1500" icon="105" needlearn="0" event="script" value="attack/fierce berserk.lua">

  <vocation id="4"/>

  <vocation id="8"/>

</instant>

  <instant name="Hells Core" words="exevo gran mas flam" lvl="60" mana="1200" prem="0" exhaustion="2000" groups="1,1500" icon="24" selftarget="1" needlearn="0" event="script" value="attack/hells core.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Divine Missile" words="exori san" lvl="40" mana="20" prem="0" range="3" casterTargetOrDirection="1" needlearn="0" blockwalls="1" exhaustion="2000" groups="1,1500" icon="122" event="script" value="attack/divine missile.lua">

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Divine Caldera" words="exevo mas san" lvl="50" mana="140" prem="0" selftarget="1" exhaustion="2000" groups="1,1500" icon="124" needlearn="0" event="script" value="attack/divine caldera.lua">

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Eternal Winter" words="exevo gran mas frigo" lvl="60" mana="1200" prem="0" selftarget="1" exhaustion="2000" groups="1,1500" icon="118" needlearn="0" event="script" value="attack/eternal winter.lua">

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Ice Strike" words="exori frigo" lvl="15" mana="20" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="112" needlearn="0" event="script" value="attack/ice strike.lua">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Ice Wave" words="exevo frigo hur" lvl="18" mana="25" direction="1" exhaustion="2000" groups="1,1500" icon="121" needlearn="0" event="script" value="attack/ice wave.lua">

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Terra Strike" words="exori tera" lvl="13" mana="20" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="113" needlearn="0" event="script" value="attack/terra strike.lua">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Terra Wave" words="exevo tera hur" lvl="38" mana="210" direction="1" exhaustion="2000" groups="1,1500" icon="120" needlearn="0" event="script" value="attack/terra wave.lua">

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Wrath of Nature" words="exevo gran mas tera" lvl="55" mana="1200" prem="0" selftarget="1" exhaustion="2000" groups="1,1500" icon="56" needlearn="0" event="script" value="attack/wrath of nature.lua">

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<!-- Healing Spells -->

<instant name="Light Healing" words="exura" lvl="9" mana="25" aggressive="0" selftarget="1" exhaustion="2000" groups="2,1000" icon="1" needlearn="0" event="script" value="healing/light healing.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="3"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="7"/>

  <vocation id="4"/>

  <vocation id="8"/>

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Cure Poison" words="exana pox" lvl="10" mana="30" aggressive="0" selftarget="1" exhaustion="1000" groups="2,1000" icon="29" needlearn="0" event="script" value="healing/cure poison.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="3"/>

  <vocation id="3"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="7"/>

  <vocation id="8"/>

  <vocation id="9"/>

  <vocation id="10"/>

</instant>

<instant name="Wound Cleansing" words="exana mort" lvl="30" mana="65" aggressive="0" selftarget="1" exhaustion="2000" groups="2,1000" icon="147" needlearn="0" event="script" value="healing/wound cleasing.lua">

  <vocation id="4"/>

  <vocation id="8"/>

  </instant>

<instant name="Intense Healing" words="exura gran" lvl="11" mana="70" aggressive="0" selftarget="1" exhaustion="2000" groups="2,1000" icon="2" 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"/>

</instant>

<instant name="Heal Friend" words="exura sio" lvl="18" mana="140" prem="0" aggressive="0" needtarget="1" params="1" exhaustion="2000" groups="2,1000" icon="84" needlearn="0" event="script" value="healing/heal friend.lua">

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Ultimate Healing" words="exura vita" lvl="20" mana="160" aggressive="0" selftarget="1" exhaustion="2000" groups="2,1000" icon="3" 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"/>

</instant>

<instant name="Mass Healing" words="exura gran mas res" lvl="36" mana="150" prem="0" aggressive="0" exhaustion="2000" groups="2,1000" icon="82" needlearn="0" event="script" value="healing/mass healing.lua">

  <vocation id="2"/>

  <vocation id="6"/>

</instant>

<instant name="Divine Healing" words="exura san" lvl="35" mana="210" prem="0" selftarget="1" aggressive="0" exhaustion="2000" groups="2,1000" icon="125" needlearn="0" event="script" value="healing/divine healing.lua">

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<!-- Support Spells -->

<instant name="Conjurar Almas" words="adori soul" lvl="200" mana="260" aggressive="0" soul="-1" prem="1" exhaustion="2000" groups="3,2000" icon="42"  needlearn="0" event="script" value="support/conjure soul.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="11"/>

  <vocation id="12"/>

</instant>

<instant name="Light" words="utevo lux" lvl="8" mana="20" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="10" 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 id="9"/>

  <vocation id="10"/>

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Find Person" words="exiva" lvl="8" mana="20" aggressive="0" params="1" exhaustion="1000" groups="3,2000" icon="20" 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 id="9"/>

  <vocation id="10"/>

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Magic Rope" words="exani tera" lvl="9" mana="20" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="76" 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 id="9"/>

  <vocation id="10"/>

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Levitate" words="exani hur" lvl="12" mana="50" prem="0" aggressive="0" exhaustion="1000" groups="3,2000" icon="81" 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 id="9"/>

  <vocation id="10"/>

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Great Light" words="utevo gran lux" lvl="13" mana="60" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="11" 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 id="9"/>

  <vocation id="10"/>

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Magic Shield" words="utamo vita" lvl="14" mana="50" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="44" needlearn="0" event="script" value="support/magic shield.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Haste" words="utani hur" lvl="14" mana="60" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="6" 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 id="12"/>

</instant>

<instant name="Charge" words="utani tempo hur" lvl="25" mana="100" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="131" needlearn="0" event="script" value="support/charge.lua">

  <vocation id="3"/>

  <vocation id="8"/>

</instant>

<instant name="Swift Foot" words="utamo tempo san" lvl="55" mana="200" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="134" needlearn="0" event="script" value="support/swift foot.lua">

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Challenge" words="exeta res" lvl="20" mana="30" prem="0" aggressive="0" groups="3,2000" exhaustion="1000" icon="93" needlearn="0" event="script" value="support/challenge.lua">

  <vocation id="8"/>

</instant>

<instant name="Strong Haste" words="utani gran hur" lvl="20" mana="100" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="39" needlearn="0" event="script" value="support/strong haste.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</instant>

<instant name="Creature Illusion" words="utevo res ina" lvl="23" mana="100" aggressive="0" params="1" exhaustion="1000" groups="3,2000" icon="38" needlearn="0" event="function" value="Illusion">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</instant>

<instant name="Ultimate Light" words="utevo vis lux" lvl="26" mana="140" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="75" needlearn="0" event="script" value="support/ultimate light.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="9"/>

  <vocation id="10"/>

</instant>

<instant name="Cancel Invisibility" words="exana ina" lvl="26" mana="200" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="90" needlearn="0" event="script" value="support/cancel invisibility.lua">

  <vocation id="1"/>

  <vocation id="5"/>

</instant>

<instant name="Invisibility" words="utana vid" lvl="35" mana="440" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="45" needlearn="0" event="script" value="support/invisible.lua">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="9"/>

  <vocation id="10"/>

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Sharpshooter" words="utito tempo san" lvl="60" mana="450" prem="0" aggressive="0" selftarget="1" exhaustion="10000" groups="3,2000" icon="135" needlearn="0" event="script" value="support/sharpshooter.lua">

  <vocation id="3"/>

  <vocation id="7"/>

</instant>

<instant name="Protector" words="utamo tempo" lvl="55" mana="200" prem="0" aggressive="0" selftarget="1" exhaustion="100" groups="3,2000" icon="132" needlearn="0" event="script" value="support/protector.lua">

  <vocation id="4"/>

  <vocation id="8"/>

</instant>

<instant name="Blood Rage" words="utito tempo" lvl="60" mana="290" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="133" needlearn="0" event="script" value="support/blood rage.lua">

  <vocation id="4"/>

  <vocation id="8"/>

</instant>

<!-- Party Spells -->

<instant name="Train Party" words="utito mas sio" lvl="32" mana="60" prem="0" aggressive="0" selftarget="1" exhaustion="2000" groups="3,2000" icon="126" needlearn="0" event="script" value="party/train.lua">

  <vocation id="8"/>

</instant>

<instant name="Protect Party" words="utamo mas sio" lvl="32" mana="90" prem="0" aggressive="0" selftarget="1" exhaustion="2000" groups="3,2000" icon="127" needlearn="0" event="script" value="party/protect.lua">

  <vocation id="7"/>

</instant>

<instant name="Heal Party" words="utura mas sio" lvl="32" mana="120" prem="0" aggressive="0" selftarget="1" exhaustion="2000" groups="3,2000" icon="128" needlearn="0" event="script" value="party/heal.lua">

  <vocation id="6"/>

</instant>

<instant name="Enchant Party" words="utori mas sio" lvl="32" mana="120" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="129" needlearn="0" event="script" value="party/enchant.lua">

  <vocation id="5"/>

  <vocation id="12"/>

</instant>

<!-- Summon Spells -->

<instant name="Summon Creature" words="utevo res" lvl="25" params="1" exhaustion="2000" groups="3,2000" icon="9" needlearn="0" event="function" value="summonMonster">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</instant>

<!-- Conjure Spells -->

<conjure name="Potion de Mana Medio" words="utamo grav mas" maglv="55" mana="500" soul="2" reagentId="7636" conjureId="7620" exhaustion="1000" groups="3,2000" icon="23" needlearn="0" function="conjureItem">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Potion de Mana Grande" words="utamo gran" maglv="65" mana="1000" soul="3" reagentId="7634" conjureId="7589" exhaustion="1000" groups="3,2000" icon="23" needlearn="0" function="conjureItem">"

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Potion de Mana Gigante" words="utamo gran mas" maglv="75" mana="2000" soul="4" reagentId="7635" conjureId="7590" exhaustion="1000" groups="3,2000" icon="23" needlearn="0" function="conjureItem">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Conjure Rune" words="adori blank" lvl="1" mana="120" soul="1" prem="0" conjureId="2260" conjureCount="1" exhaustion="1000" groups="3,2000" icon="23" needlearn="0" function="conjureRune">

  <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"/>

</conjure>

<conjure name="Conjure Arrow" words="exevo con" lvl="13" mana="100" soul="1" conjureId="2544" conjureCount="15" groups="3,2000" icon="51" needlearn="0" event="function" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<instant name="Food" words="exevo pan" lvl="14" mana="120" soul="0" aggressive="0" selftarget="1" groups="3,2000" icon="42" needlearn="0" event="script" value="support/conjure food.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"/>

</instant>

<conjure name="Poisoned Arrow" words="exevo con pox" lvl="16" mana="130" soul="2" conjureId="2545" conjureCount="12" groups="3,2000" icon="48" needlearn="0" event="function" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Conjure Bolt" words="exevo con mort" lvl="17" mana="140" soul="2" prem="0" conjureId="2543" conjureCount="10" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Conjure Sniper Arrow" words="exevo con hur" lvl="24" mana="160" soul="3" prem="0" conjureId="7364" conjureCount="10" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Explosive Arrow" words="exevo con flam" lvl="25" mana="290" soul="1" conjureId="2546" conjureCount="13" needlearn="0" groups="3,2000" icon="49" event="function" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Conjure Piercing Bolt" words="exevo con grav" lvl="33" mana="180" soul="3" prem="0" conjureId="7363" conjureCount="10" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Enchant Staff" words="exeta vis" lvl="41" mana="80" prem="0" conjureId="2433" reagentId="2401" needlearn="0" event="function" groups="3,2000" icon="23" value="conjureItem">

  <vocation id="1"/>

  <vocation id="5"/>

</conjure>

<conjure name="Enchant Spear" words="exeta con" lvl="45" mana="350" soul="1" prem="0" conjureId="7367" reagentId="2389" needlearn="0" event="function" groups="3,2000" icon="23" value="conjureItem">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Power Bolt" words="exevo con vis" lvl="59" mana="800" soul="3" prem="0" conjureId="2547" conjureCount="15" needlearn="0" event="function" groups="3,2000" icon="23" value="conjureItem">

  <vocation id="7"/>

</conjure>

<conjure name="Poison Field" words="adevo grav pox" lvl="14" mana="200" soul="0" reagentId="2260" conjureId="2285" conjureCount="3" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Light Magic Missile" words="adori min vis" lvl="15" mana="120" soul="0" reagentId="2260" conjureId="2287" conjureCount="10" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Fire Field" words="adevo grav flam" lvl="15" mana="240" soul="0" reagentId="2260" conjureId="2301" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Fireball" words="adori flam" lvl="10" mana="80" soul="1" prem="0" reagentId="2260" conjureId="2302" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Fireball Dec" words="adori flam dec" lvl="10" mana="325" soul="2" prem="0" reagentId="2260" conjureId="2302" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Fireball Mas Dec" words="adori flam mas dec" lvl="10" mana="812" soul="4" prem="1" reagentId="2260" conjureId="2302" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Energy Field" words="adevo grav vis" lvl="18" mana="320" soul="0" reagentId="2260" conjureId="2277" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Stalagmite" words="adori tera" lvl="24" mana="400" soul="0" prem="2" reagentId="2260" conjureId="2292" conjureCount="10" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Great Fireball" words="adori mas flam" lvl="10" mana="120" soul="1" reagentId="2260" conjureId="2304" conjureCount="2" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Great Fireball Dec" words="adori mas flam dec" lvl="10" mana="720" soul="2" reagentId="2260" conjureId="2304" conjureCount="2" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Great Fireball Mas Dec" words="adori mas flam mas dec" lvl="10" mana="1800" soul="4" prem="1" reagentId="2260" conjureId="2304" conjureCount="2" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Heavy Magic Missile" words="adori vis" lvl="10" mana="70" soul="0" reagentId="2260" conjureId="2311" conjureCount="5" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="2"/>

  <vocation id="6"/>

	 <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Heavy Magic Missile Dec" words="adori vis dec" lvl="10" mana="170" soul="1" reagentId="2260" conjureId="2311" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="2"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Heavy Magic Missile Mas Dec" words="adori vis mas dec" lvl="10" mana="425" soul="2" prem="1" reagentId="2260" conjureId="2311" conjureCount="5" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="2"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Poison Bomb" words="adevo mas pox" lvl="25" mana="520" soul="0" prem="0" reagentId="2260" conjureId="2286" conjureCount="2" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/> 

</conjure>

<conjure name="Firebomb" words="adevo mas flam" lvl="27" mana="600" soul="2" reagentId="2260" conjureId="2305" conjureCount="2" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Soulfire" words="adevo res flam" lvl="27" mana="600" soul="3" prem="0" reagentId="2260" conjureId="2308" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Poison Wall" words="adevo mas grav pox" lvl="29" mana="640" soul="1" reagentId="2260" conjureId="2289" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</conjure>

<conjure name="Explosion" words="adevo mas hur" lvl="10" mana="570" soul="3" reagentId="2260" conjureId="2313" conjureCount="6" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Explosion Dec" words="adevo mas hur dec" lvl="10" mana="1800" soul="6" reagentId="2260" conjureId="2313" conjureCount="20" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Explosion Mas Dec" words="adevo mas hur mas dec" lvl="40" mana="4500" soul="12" prem="1" reagentId="2260" conjureId="2313" conjureCount="20" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Fire Wall" words="adevo mas grav flam" lvl="33" mana="780" soul="2" reagentId="2260" conjureId="2303" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Energybomb" words="adevo mas vis" lvl="37" mana="880" soul="3" prem="0" reagentId="2260" conjureId="2262" conjureCount="2" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

</conjure>

<conjure name="Energy Wall" words="adevo mas grav vis" lvl="41" mana="1000" soul="3" reagentId="2260" conjureId="2279" conjureCount="4" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</conjure>

<conjure name="Sudden Death" words="adori gran mort" lvl="10" mana="220" soul="3" reagentId="2260" conjureId="2268" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Cure Poison Rune" words="adana pox" lvl="15" mana="200" soul="0" reagentId="2260" conjureId="2266" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Intense Healing Rune" words="adura gran" lvl="15" mana="240" soul="2" reagentId="2260" conjureId="2265" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Ultimate Healing Rune" words="adura vita" lvl="10" mana="100" soul="2" reagentId="2260" conjureId="2273" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Sudden Death Dec" words="adori gran mort dec" lvl="10" mana="2640" soul="6" reagentId="2260" conjureId="2268" conjureCount="20" exhaustion="1000" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

	 <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Ultimate Healing Rune Dec" words="adura vita dec" lvl="10" mana="1200" soul="4" reagentId="2260" conjureId="2273" conjureCount="20" exhaustion="1000" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Magic Wall Dec" words="adevo grav tera dec" lvl="32" mana="9000" soul="6" prem="0" reagentId="2260" conjureId="2293" conjureCount="20" exhaustion="1000" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

	 <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Magic Wall Mas Dec" words="adevo grav tera mas dec" lvl="32" mana="25000" soul="12" prem="1" reagentId="2260" conjureId="2293" conjureCount="20" exhaustion="1000" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

	 <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Sudden Death Mas Dec" words="adori gran mort mas dec" lvl="12" prem="1" mana="6600" soul="12" reagentId="2260" conjureId="2268" conjureCount="40" exhaustion="1000" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5r"/>

	 <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Ultimate Healing Rune Mas Dec" words="adura vita mas dec" lvl="10" prem="1" mana="3000" soul="8" reagentId="2260" conjureId="2273" conjureCount="40" exhaustion="1000" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Magic Wall" words="adevo grav mas tera dec" lvl="8" mana="18000" soul="12" prem="0" reagentId="2260" conjureId="2293" conjureCount="40" exhaustion="1000" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

	 <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Convince Creature" words="adeta sio" lvl="16" mana="200" soul="3" reagentId="2260" conjureId="2290" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Animate Dead" words="adana mort" lvl="27" mana="600" soul="3" prem="0" reagentId="2260" conjureId="2316" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="5"/>

  <vocation id="6"/>

</conjure>

<conjure name="Chameleon" words="adevo ina" lvl="27" mana="600" soul="2" reagentId="2260" conjureId="2291" conjureCount="1" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Destroy Field" words="adito grav" lvl="17" mana="120" soul="0" reagentId="2260" conjureId="2261" conjureCount="3" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="3"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="7"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Desintegrate" words="adito tera" lvl="21" mana="200" soul="3" prem="0" reagentId="2260" conjureId="2310" conjureCount="3" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="2"/>

  <vocation id="3"/>

  <vocation id="5"/>

  <vocation id="6"/>

  <vocation id="7"/>

</conjure>

<conjure name="Magic Wall" words="adevo grav tera" lvl="32" mana="750" soul="3" prem="0" reagentId="2260" conjureId="2293" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

  <vocation id="11"/>

  <vocation id="12"/>

</conjure>

<conjure name="Wild Growth" words="adevo grav vita" lvl="27" mana="600" soul="5" prem="0" reagentId="2260" conjureId="2269" conjureCount="2" needlearn="0" groups="3,2000" icon="23" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<instant name="Wild Growth" words="exevo grav vita" lvl="27" mana="220" direction="1" blocktype="all" exhaustion="2000" groups="3,2000" icon="23" needlearn="0" event="script" value="support/wild growth rune.lua">

  <vocation id="6"/>

</instant>

<conjure name="Paralyze" words="adana ani" lvl="54" mana="1400" soul="1" prem="0" reagentId="2260" conjureId="2278" conjureCount="1" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Icicle" words="adori frigo" lvl="10" mana="460" soul="1" prem="0" reagentId="2260" conjureId="2271" conjureCount="5" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Icicle Dec" words="adori frigo dec" lvl="10" mana="1810" soul="2" prem="0" reagentId="2260" conjureId="2271" conjureCount="5" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Icicle Mas Dec" words="adori frigo mas dec" lvl="10" mana="4525" soul="4" prem="1" reagentId="2260" conjureId="2271" conjureCount="5" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Avalanche" words="adori mas frigo" lvl="10" mana="390" soul="1" reagentId="2260" conjureId="2274" conjureCount="4" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Avalanche Dec" words="adori mas frigo dec" lvl="10" mana="2235" soul="2" reagentId="2260" conjureId="2274" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Avalanche Mas Dec" words="adori mas frigo mas dec" lvl="10" mana="5587" soul="4" prem="1" reagentId="2260" conjureId="2274" conjureCount="40" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Stone Shower" words="adori mas tera" lvl="28" mana="430" soul="3" prem="0" reagentId="2260" conjureId="2288" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Stone Shower Dec" words="adori mas tera dec" lvl="28" mana="2060" soul="1" prem="0" reagentId="2260" conjureId="2288" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Stone Shower Mas Dec" words="adori mas tera mas dec" lvl="28" mana="5150" soul="2" prem="1" reagentId="2260" conjureId="2288" conjureCount="40" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="2"/>

  <vocation id="6"/>

</conjure>

<conjure name="Thunderstorm" words="adori mas vis" lvl="28" mana="330" soul="0" prem="1" reagentId="2260" conjureId="2315" conjureCount="3" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

</conjure>

<conjure name="Thunderstorm Dec" words="adori mas vis dec" lvl="28" mana="2060" soul="2" prem="0" reagentId="2260" conjureId="2315" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

</conjure>

<conjure name="Thunderstorm Msa Dec" words="adori mas vis mas dec" lvl="28" mana="5150" soul="4" prem="1" reagentId="2260" conjureId="2315" conjureCount="40" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="1"/>

  <vocation id="5"/>

</conjure>

<conjure name="Holy Missile" words="adori san" lvl="27" mana="350" soul="3" prem="0" reagentId="2260" conjureId="2295" conjureCount="5" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Holy Missile Dec" words="adori san dec" lvl="27" mana="1365" soul="3" prem="0" reagentId="2260" conjureId="2295" conjureCount="20" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<conjure name="Holy Missile Mas Dec" words="adori san mas dec" lvl="27" mana="3412" soul="3" prem="1" reagentId="2260" conjureId="2295" conjureCount="40" groups="3,2000" icon="23" needlearn="0" event="function" value="conjureRune">

  <vocation id="3"/>

  <vocation id="7"/>

</conjure>

<!-- Spells RadBR -->

<!-- Drunou -->

<instant name="Drunou Intense Healing" words="cura-ja" lvl="8" mana="70" aggressive="0" selftarget="1" exhaustion="2000" groups="2,1000" icon="1" needlearn="0" script="healing/drunou light healing.lua">

  <vocation id="9"/>

  <vocation id="10"/>

</instant>

<instant name="Drunou Strong Haste" words="correr-ja" lvl="20" mana="180" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="39" needlearn="0" event="script" value="support/drunou haste.lua">

  <vocation id="9"/>

  <vocation id="10"/>

</instant>

<instant name="Drunou Heal Friend" words="vida-ja" lvl="22" mana="370" prem="0" aggressive="0" needtarget="1" params="1" exhaustion="2000" groups="2,1000" icon="84" needlearn="0" script="healing/drunou heal friend.lua">

  <vocation id="9"/>

  <vocation id="10"/>

</instant>

<instant name="Drunou Death Strike" words="morra-ja" lvl="26" mana="170" prem="0" range="2" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="87" needlearn="0" script="attack/drunou attack.lua">

  <vocation id="10"/>

</instant>

<instant name="Drunou Healing2" words="divinidade-ja" lvl="35" mana="420" prem="0" exhaustion="2000" groups="1,1500" icon="124" needlearn="0" script="attack/drunou divine spell.lua">

  <vocation id="10"/>

</instant>

<instant name="Habilidade Para Martelos" words="martelos-ja" lvl="32" mana="120" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="135" needlearn="0" script="party/drunou support club.lua">

  <vocation id="10"/>

</instant>

<instant name="Drunou Arvores Negras" words="florestanegra-ja" lvl="100" mana="3200" prem="0" selftarget="1" exhaustion="4000" groups="3,2000" icon="94" needlearn="0" script="attack/drunou floresta.lua">

  <vocation id="10"/>

</instant>


<!-- Infernalist -->

<instant name="Ataque Solo Fogo" words="fogo unico!" lvl="12" mana="32" prem="0" range="5" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,1500" icon="89" needlearn="0" script="attack/infernalist flame strike.lua">

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Ondas de Fogo" words="ondas de fogo!" lvl="18" mana="75" prem="0" direction="1" exhaustion="2000" groups="1,1500" icon="19" needlearn="0" script="attack/ondas flame.lua">

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<instant name="Parede de Fogo" words="parede de fogo!" lvl="51" mana="375" prem="0" direction="1" exhaustion="2000" groups="1,1500" icon="19" needlearn="0" script="attack/wall flame.lua">

  <vocation id="11"/>

  <vocation id="12"/>

</instant>

<conjure name="Runa do Inferno" words="inferno concentrado!" lvl="100" mana="3140" soul="6" reagentId="2260" conjureId="2307" conjureCount="1" exhaustion="1000" groups="3,2000" icon="23" needlearn="0" function="conjureRune">

  <vocation id="12"/>

</conjure>

<rune name="Runa do Inferno" id="2307" allowfaruse="1" charges="1" lvl="100" maglv="60" exhaustion="2000" groups= "1" icon="21" needtarget="1" blocktype="solid" script="attack/inferno.lua">

    <vocation id="12"/>

  </rune>

<instant name="Mega Ondas de Fogo" words="mega ondas de fogo!" lvl="120" mana="675" prem="0" direction="1" exhaustion="2000" groups="1,1500" icon="19" needlearn="0" script="attack/mega ondas flame.lua">

  <vocation id="12"/>

</instant>

<instant name="Rajada de Fogo" words="rajada de fogo!" lvl="150" mana="800" prem="0" direction="1" exhaustion="2000" groups="1,1500" icon="19" needlearn="0" script="attack/rajada ondas flame.lua">

  <vocation id="12"/>

</instant>

<instant name="Armadilha Explosiva" words="armadilha explosiva!" lvl="170" mana="1200" prem="0" soul="1" aggressive="1" exhaustion="10000" groups="3,2000" icon="94" needlearn="0" script="attack/armadilha.lua">

  <vocation id="12"/>

</instant>

<instant name="Espiritos do Inferno" words="espiritos do inferno!" lvl="200" mana="5320" prem="0" aggressive="1" exhaustion="10000" groups="1,1500" icon="24" needlearn="0" script="attack/ultimate.lua">

  <vocation id="12"/>

</instant>

<instant name="infernalist healing" words="sangue escuro!" lvl="14" mana="90" aggressive="0" selftarget="1" exhaustion="2000" groups="2,1000" icon="1" needlearn="0" script="healing/infernalist healing.lua">

  <vocation id="12"/>

</instant>

<instant name="infernalist haste" words="impulso infernal!" lvl="24" mana="80" soul="1" prem="0" aggressive="0" selftarget="1" exhaustion="1000" groups="3,2000" icon="39" needlearn="0" event="script" value="support/infernalist haste.lua">

  <vocation id="12"/>

</instant>

</spells>

Link para o post
Compartilhar em outros sites

Troque essa linha

<rune name="Soulfire" id="2308" allowfaruse="1" charges="3" lvl="27" maglv="7" exhaustion="2000" groups="1,1500" icon="50" needtarget="1" blocktype="solid" event="function" value="soulfire"/>
Por essa:
<rune name="Soulfire" id="2308" allowfaruse="1" charges="3" lvl="27" maglv="7" exhaustion="2000" groups="1,1500" icon="50" needtarget="1" blocktype="solid" event="script" value="attack/soul fire.lua"/>

Link para o post
Compartilhar em outros sites

Participe da conversa

Você pode postar agora e se cadastrar mais tarde. Se você tem uma conta, faça o login para postar com sua conta.

Visitante
Responder

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emojis são permitidos.

×   Seu link foi automaticamente incorporado.   Mostrar como link

×   Seu conteúdo anterior foi restaurado.   Limpar o editor

×   Não é possível colar imagens diretamente. Carregar ou inserir imagens do URL.

  • Quem Está Navegando   0 membros estão online

    Nenhum usuário registrado visualizando esta página.

×
×
  • Criar Novo...

Informação Importante

Confirmação de Termo