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

Linux Monsters

LoLaye

Active Member
Joined
Dec 23, 2008
Messages
3,774
Solutions
1
Reaction score
44
Location
Sweden
Hello,

Yesterday when i and SpiderOt was fixing my linux dedi, when we tried to run the server, i get some errors, it doesnt load some monsters.. tells me Couldn't load "Wyrm"

monster/lizards/high templar cobrass.xml"
[Warning - Monsters::loadMonster] Cannot load monster (high templar cobrass) file (data/monster/lizards/high templar cobrass.xml).
Info: failed to load external entity "data/monster/lizards/high templar cobrass.xml"

many more

Any solution?
 
Look for example, when monster file is called Lolaye.xml, it has to be:
Code:
<monster name="Lolaye" file="Lolaye.xml"/>

THIS IS WRONG:
Code:
<monster name="Lolaye" file="lolaye.xml"/>

And names have to be same in map editor as in monsters.xml, same letters case etc.
 
Back
Top