• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Unable Load Spells.XML

Joined
May 23, 2010
Messages
185
Reaction score
23
Hi guys, i haveing an error, but i don't know where is it o.0

The error is:

Extra Concent in the end of the Document , but i search in the hold script and don't found anything !

Here:

Code:
<?xml version="1.0" encoding="UTF-8"?>
<spells>

Índice
(Magias Feitas)
Druid (OK)
Sorcerer (OK)
Knight (OK)





                                                                                                                                     - Magias Naturalist (Ice) - 






<instant name="Ice Strike 1" words="is1" lvl="10" mana="0" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/is1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Strike 2" words="is2" lvl="19" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/is2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Strike 3" words="is3" lvl="27" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/is3.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Wave 1" words="iw1" lvl="16" mana="0" prem="0" direction="1" exhaustion="0" needlearn="0" event="script" value="druid/iw1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Wave 2" words="iw2" lvl="21" mana="0" prem="1" direction="1" exhaustion="0" needlearn="0" event="script" value="druid/iw2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Cyclone 1" words="ic1" lvl="17" prem="0" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/ic1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Cyclone 2" words="ic2" lvl="29" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/ic2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Tornado 1" words="it1" lvl="35" prem="0" mana="0" selftarget="1" exhaustion="2000" needlearn="0" event="script" value="druid/it1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Tornado 2" words="it2" lvl="42" prem="1" mana="0" selftarget="1" exhaustion="2000" needlearn="0" event="script" value="druid/it2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Bomb" words="ib" lvl="34" mana="0" prem="1" range="6" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/ib.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Ice Storm" words="is" lvl="55" mana="0" prem="1" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/is.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>





                                                                                                                                     - Magias Naturalist (Earth) - 







<instant name="Earth Strike 1" words="es1" lvl="10" mana="0" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/es1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Strike 2" words="es2" lvl="19" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/es2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Strike 3" words="es3" lvl="27" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/es3.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Wave 1" words="ew1" lvl="16" mana="0" prem="0" direction="1" exhaustion="0" needlearn="0" event="script" value="druid/ew1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Wave 2" words="ew2" lvl="21" mana="0" prem="1" direction="1" exhaustion="0" needlearn="0" event="script" value="druid/ew2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Curse 1" words="ec1" lvl="15" mana="0" prem="0" range="5" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/ec1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Curse 2" words="ec2" lvl="27" mana="0" prem="1" range="5" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/ec2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Trap 1" words="et1" lvl="13" mana="0" prem="0" range="5" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/et1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth Trap 2" words="et2" lvl="21" mana="0" prem="1" range="7" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/et2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth 1" words="it1" lvl="35" prem="0" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/e1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earth 2" words="it2" lvl="42" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/e2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Earthquake" words="eq" lvl="55" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/eq.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Nature Sounds" words="eq" lvl="59" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/nt.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>





                                                                                                                                     - Magias Naturalist (Support) - 





<instant name="Pacify" words="pacify" lvl="61" prem="1" mana="0" aggressive="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/pacify.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Heal Friend" words="es1" lvl="10" mana="0" aggressive="0" prem="0" range="5" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/h1.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Sacred Healing" words="es2" lvl="19" mana="0" aggressive="0" prem="1" range="6" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="druid/h2.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>
<instant name="Divine Healing" words="eq" lvl="44" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="druid/divine.lua">
		<vocation id="2"/>
		<vocation id="6"/>
		<vocation id="10"/>
	</instant>





                                                                                                                                     - Magias Mage (Fire) - 






<instant name="Fire Strike 1" words="fs1" lvl="10" mana="0" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/fs1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Strike 2" words="fs2" lvl="19" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/fs2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Strike 3" words="fs3" lvl="27" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/fs3.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Wave 1" words="fw1" lvl="16" mana="0" prem="0" direction="1" exhaustion="0" needlearn="0" event="script" value="sorc/fw1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Wave 2" words="fw2" lvl="21" mana="0" prem="1" direction="1" exhaustion="0" needlearn="0" event="script" value="sorc/fw2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Hell Invocation 1" words="fc1" lvl="21" mana="0" aggressive="0" prem="0" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/fc1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Hell Invocation 2" words="fc2" lvl="37" mana="0" aggressive="0" prem="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/fc2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Ring 1" words="fr1" lvl="44" prem="0" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="sorc/fr1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Ring 2" words="fr2" lvl="53" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="sorc/fr2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Ocean" words="fs" lvl="57" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="sorc/fo.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Fire Storm" words="fs" lvl="61" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="sorc/fs.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>



                                                                                                                                     - Magias Mage (Energy) - 






<instant name="Energy Strike 1" words="en1" lvl="10" mana="0" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/en1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Strike 2" words="en2" lvl="19" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/en2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Strike 3" words="en3" lvl="27" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/en3.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Wave 1" words="enw1" lvl="16" mana="0" prem="0" direction="1" exhaustion="0" needlearn="0" event="script" value="sorc/enw1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Wave 2" words="enw2" lvl="21" mana="0" prem="1" direction="1" exhaustion="0" needlearn="0" event="script" value="sorc/enw2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Wave 3" words="enw2" lvl="33" mana="0" prem="1" direction="1" exhaustion="0" needlearn="0" event="script" value="sorc/enw3.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Thunder 1" words="enc1" lvl="41" mana="0" prem="1" selftarget="1" exhaustion="0" needlearn="0" event="script" value="sorc/enc1.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Thunder 2" words="enc2" lvl="53" mana="0" prem="1" selftarget="1"exhaustion="0" needlearn="0" event="script" value="sorc/enc2.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Energy Storm" words="ens" lvl="61" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="sorc/ens.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>
<instant name="Nightmare" words="nm" lvl="55" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="sorc/nightmare.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>






                                                                                                                                     - Magias Mage (Support) - 



<instant name="Invisible" words="invis" lvl="35" prem="1" mana="0" exhaustion="0" needlearn="0" event="script" value="sorc/invisible.lua">
		<vocation id="1"/>
		<vocation id="5"/>
		<vocation id="9"/>
	</instant>





                                                                                                                                     - Magias Warrior (Physical) - 


<instant name="Physical Strike 1" words="ps1" lvl="10" mana="0" prem="0" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/ps1.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Strike 2" words="ps2" lvl="19" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/ps2.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Weapon 1" words="ps1" lvl="12" mana="0" prem="0" range="5" casterTargetOrDirection="1" needweapon="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/pw1.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Weapon 2" words="ps2" lvl="20" mana="0" prem="1" range="6" casterTargetOrDirection="1" needweapon="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/pw2.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Exori 1" words="pe1" lvl="29" mana="0" prem="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="kina/pe1.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Exori 2" words="pe2" lvl="34" mana="0" prem="1" selftarget="1"exhaustion="0" needlearn="0" event="script" value="kina/pe2.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Exori 3" words="pe3" lvl="41" prem="1" mana="0" selftarget="1" exhaustion="0" needlearn="0" event="script" value="kina/pe3.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Cyclone 1" words="pc1" lvl="25" mana="0" prem="1" selftarget="1" exhaustion="0" needlearn="0" event="script" value="kina/pc1.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Cyclone 2" words="pc2" lvl="31" mana="0" prem="1" selftarget="1"exhaustion="0" needlearn="0" event="script" value="kina/pc2.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Earthquake" words="pea1" lvl="33" mana="0" prem="1" selftarget="1"exhaustion="0" needlearn="0" event="script" value="kina/pea1.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Rock 1" words="pr1" lvl="18" mana="0" prem="0" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/pr1.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Rock 2" words="pr2" lvl="27" mana="0" prem="1" range="4" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/pr2.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
<instant name="Physical Last Day" words="pld" lvl="47" mana="0" prem="0" range="1" casterTargetOrDirection="1" blockwalls="1" exhaustion="0" needlearn="0" event="script" value="kina/pld.lua">
		<vocation id="4"/>
		<vocation id="8"/>
		<vocation id="12"/>
	</instant>
</spells>
 
Back
Top