Onde está o erro desse spells.xml?
eu executo e dá o erro: Parser error : premature end of data in tag spells line 3
já tentei de tudo, não consigo... me digam o que preciso mudar dele:
<?xml version="1.0" encoding="UTF-8"?>
<spells>
<!-- Healing Spells -->
<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"/>
<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"/>
<!-- Attack Spells -->
<instant name="Energy Strike" words="exori vis" lvl="12" mana="20" prem="1" range="3" casterTargetOrDirection="1"
blockwalls="1" exhaustion="2000" needlearn="0" event="script" value="attack energy strike.lua"/>
<vocation id="1"/>
<vocation id="2"/>
<instant name="Whirlwind Throw" words="exori hur" lvl="15" mana="40" prem="1" range="5" needtarget="1"
blockwalls="1" needweapon="1" exhaustion="2000" needlearn="0" event="script" value="attack whirlwind throw.lua"/>
<vocation id="4"/>
<instant name="Ethereal Spear" words="exori con" lvl="23" mana="25" prem="1" range="5" needtarget="1" exhaustion="2000"
blockwalls="1" needlearn="0" event="script" value="attack ethereal spear.lua"/>
<vocation id="3"/>
<!-- 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"/>
<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"/>
<spells/>