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

Solved [PROBLEM] - [Spawn::addMonster] Can not find Monster

Gal

New Member
Joined
Sep 4, 2013
Messages
84
Reaction score
1
Hello.

I've searched the forum but I guess I'm not very good at searching :p

When I start the server I get a messege -

Cant load monsters, continue anyways?

and then the list of the spawns names not working -

[28/09/2013 23:59:56] [Spawn::addMonster] Can not find Lost Husher



Thanks in advance.
 
Do you have a monster with that name added in your server? In both monsters.xml and the folder. If not, add it.
But it's probable saying this about every monsters if your server is unable to load monsters.xml.
About your other error, post the exact error, not just the description.
 
http://speedy*****malware.localhost/xWggq/monsters.xml

The < under the Mutated Human line was causing it.
Code:
  <!-- Mutated -->
  <monster name="Mutated Bat" file="Mutated/mutated bat.xml"/>
  <monster name="Mutated Human" file="Mutated/mutated human.xml"/>
  <

  <!-- Necromancers -->
  <monster name="Necromancer" file="Necromancers/necromancer.xml"/>
  <monster name="Priestess" file="Necromancers/priestess.xml"/>
 
Back
Top