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

Can not find monster?

Infallible

New Member
Joined
Nov 14, 2011
Messages
16
Reaction score
0
Hello, I'm using forgotten server 9.31, and I changed the map and changed the spawn.xml and the house.xml, but when I try to run it I get this huge list that takes a good 5 mins to finish loading the errors,



[17/11/2011 23:52:35] >> Loading map
[17/11/2011 23:52:37] > Map size: 2048x2048.
[17/11/2011 23:52:53] > Map loading time: 17.556 seconds.
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Water Elemental
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Water Elemental
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Water Elemental
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Water Elemental
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Water Elemental
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Water Elemental
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Efreet
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Valkyrie
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Valkyrie
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Grim Reaper
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Grim Reaper
[17/11/2011 23:52:54] [Spawn::addMonster] Can not find Grim Reaper

The list keeps going on, I figured it was because the .xml files of the monsters werent in the folder, I added them and it still gives me the error, and some of the monsters are still on the OT anywat lol, is there a way to stop this error? Help will be appreciated.
 
Can not find Water Elemental, means that "Water Elemetnal" is not registered in data/monsters/monsters.xml
and if it isn't there, chance is big you don't have the monster at all
 
ye, just make sure you make the linker right
PHP:
<monster name="Water Elemental" file="data/whate_ever/Water Elemental.xml"/>
 
Back
Top