• 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!

Windows Problem with spells, Can't load my spells. ERROR

Hiighwon

New Member
Joined
Mar 2, 2011
Messages
30
Reaction score
0
Hi i need help with my spells, i am starting my ot but it stos and says can't load spells, then my server shut off, and it says wrong at the 614 line,


This is how it look on my spells. this is 614 line

<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"/>
</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"/>
</conjure>
</spells> THIS IS LINE 614




And it says like this when im starting my server:


[04/07/2011 07:17:21] [Warning - BaseEvents::loadFromXml] Cannot open spells.xml file.
[04/07/2011 07:17:21] Line: 614, Info: Premature end of data in tag spells line 2


[04/07/2011 07:17:21] > ERROR: Unable to load Spells!




Plz help me guys.
 
Then try this

And what kind of TFS do you use?

<spells>
<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"/>
</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"/>
</conjure>
</spells>
 
It will not let me load spells either, when i try to start up the server it gives me error

"[26/01/2013 18:12:48] Warning: [BaseEvents::loadFromXml] Can not open spells.xml
[26/01/2013 18:12:48] > ERROR: Unable to load Spells!"

Can anyone help fix?
 
Thanks for the reply, here is the error :

bi5kx3.png




And here is the spells.xml : <?xml version="1.0" encoding="UTF-8"?> <spells> <!-- Attack Runes --> <rune - Pastebin.com I didn't know how to do it properly so I put it in pastebin.
 
Best is to just start with copy and paste other spell lines that are similar to the ones you want to add, edit it and read the words to check if you need it. Else comparing them with the other lines also helps to figure out what's wrong.
 
Back
Top