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

TFS 0.4 not find any monster

supermortaliz

Member
Joined
Jan 26, 2014
Messages
76
Solutions
6
Reaction score
12
[Spawn::addMonster] Cannot find "Darkness Knight"
[Spawn::addMonster] Cannot find "Darkness Knight"
This error has all monsters on my server
I checked monsters.xml and everything is fine
all the monsters were in their respective folders

<?xml version="1.0" encoding="UTF-8"?>
<monsters>
<monster name="Darkness Knight" file="boss/darkness knight.xml"/>
</monsters>

<?xml version="1.0" encoding="UTF-8"?>
<spawns>
<spawn centerx="399" centery="1495" centerz="2" radius="5">
<monster name="Darkness Knight" x="-3" y="-3" z="2" spawntime="60"/>
<monster name="Darkness Knight" x="-2" y="3" z="2" spawntime="60"/>
</spawn>
</spawns>

Please Help me
 
[Spawn::addMonster] Cannot find "Darkness Knight"
[Spawn::addMonster] Cannot find "Darkness Knight"
This error has all monsters on my server
I checked monsters.xml and everything is fine
all the monsters were in their respective folders

<?xml version="1.0" encoding="UTF-8"?>
<monsters>
<monster name="Darkness Knight" file="boss/darkness knight.xml"/>
</monsters>

<?xml version="1.0" encoding="UTF-8"?>
<spawns>
<spawn centerx="399" centery="1495" centerz="2" radius="5">
<monster name="Darkness Knight" x="-3" y="-3" z="2" spawntime="60"/>
<monster name="Darkness Knight" x="-2" y="3" z="2" spawntime="60"/>
</spawn>
</spawns>

Please Help me
Not too sure but try too
(IF YOU ARE USING 0.4 you have to match with both capital, So the xml in the boss must be named darkness knight with no big capitals)
data/monsters/boss/ Open Darkness Knight
Check the name
Code:
<monster name="Darkness Knight" namedescription="a Darkness Knight"
Make sure its no other name or spaces etc

lata
 
<monster name="Darkness Knight" nameDescription="a Darkness Knight" race="blood" experience="23900" speed="650" manacost="480">
[Spawn::addMonster] Cannot find "Darkness Knight"
[Spawn::addMonster] Cannot find "Darkness Knight"

the error persists
 
<monster name="Darkness Knight" nameDescription="a Darkness Knight" race="blood" experience="23900" speed="650" manacost="480">
[Spawn::addMonster] Cannot find "Darkness Knight"
[Spawn::addMonster] Cannot find "Darkness Knight"

the error persists
Is the name on the xml exactly "darkness knight.xml" ? it gotta be in 0.4
 
Back
Top