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

Windows Invalid Monsters HELP!

AnarchGov

Member
Joined
Oct 3, 2011
Messages
263
Reaction score
6
Well, somewhere down the lines i added a million monsters to my map that my server wont seem to recognize for some reason and ofcourse they ALL show up on the server when i start it. I have tried to fix the problem so i can just use the monsters, but no 8.6 client monsters.xml worked. No idea why. Anyways my question is...is there any possible way to delete all of these monsters from my map in an easier fashion than actually going through and deleting them one by one? That would take hours. I appreciate your time everyone! <3

REP++
 
You can try leaving blank your /data/world/-spawn.xml:

XML:
<?xml version="1.0" encoding="UTF-8"?>
<spawns>
</spawns>
 
What are the errors you get? Is it that the name doesn't exist or the name can't be loaded (then you have monsters without names as error)? If the names don't exist you can add them yourself to the monsters.xml and to the monster maps. If the names won't load or you just want to delete the monsters anyway, you can delete them in your spawn.xml, use ctrl f to find them easy.
 
If you want to fix your going to have to take the time. The best thing i can think to do, is

Control +f while in the spawns folder, and change all of the monsters names that you dont want to spawn, to nothing at all.

Then go through the list, it will be easy to see which spawns dont have a monster name in it.

As far as i know there is no way to delete all specific monsters from RME, or SME.
 
Back
Top