• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Solved Monster problem (Spells)

Aleada

Unknown Member
Joined
Mar 14, 2013
Messages
231
Reaction score
7
Hey, I just recently redid my whole spells folder including spells.xml but when I start the server I'm getting this error and I don't know how to fix it:

LUA:
[22/7/2013 19:2:11] [Error - Monsters::deserializeSpell] Shaburak Demon - Unknown spell name: Fire Wave
[22/7/2013 19:2:11] [Warning - Monsters::loadMonster] Cant load spell (data/monster/Demons/shaburak demon.xml).
[22/7/2013 19:2:11] [Error - Monsters::deserializeSpell] Shaburak Lord - Unknown spell name: Fire Wave
[22/7/2013 19:2:11] [Warning - Monsters::loadMonster] Cant load spell (data/monster/Demons/shaburak lord.xml).
[22/7/2013 19:2:11] [Error - Monsters::deserializeSpell] Shaburak Prince - Unknown spell name: Fire Wave
[22/7/2013 19:2:11] [Warning - Monsters::loadMonster] Cant load spell (data/monster/Demons/shaburak prince.xml).
[22/7/2013 19:2:11] [Error - Monsters::deserializeSpell] Mad Scientist - Unknown spell name: energy strike
[22/7/2013 19:2:11] [Warning - Monsters::loadMonster] Cant load spell (data/monster/Sorcerers/mad scientist.xml).

And here's my spells.xml: (Have to shorten - The text that you have entered is too long (50391 characters). Please shorten it to 37500 characters long.)

XML:
<?xml version="1.0" encoding="UTF-8"?>
<spells>
	<instant name="Fire Wave" words="exevo flam hur" lvl="18" mana="25" direction="1" exhaustion="2000" groups="1,2000" icon="19" needlearn="0" event="script" value="Mage/attack/fire wave.lua">
		<vocation id="3;8"/>
	</instant>	
	<instant name="Energy Strike" words="exori vis" lvl="12" mana="20" prem="1" range="3" casterTargetOrDirection="1" blockwalls="1" exhaustion="2000" groups="1,2000" icon="88" needlearn="0" event="script" value="Mage/attack/energy strike.lua">
		<vocation id="3;8"/>
	</instant>			
</spells>

Thank you to anyone who helps! I've searched and people have just been saying delete the spell.. but I don't want to delete it :/
 
Nah it didn't have anything to do with my monsters they were perfectly fine.. I fixed it:
I went through my spell.xml and found extra "/>" in there as well as "</rune>" & </instant> so I deleted and fixed it up a bit... It works now!
 
Back
Top