Sounds like you are attempting to rebuild an entire zone? It's messy but it can be done. Using SQL, you can wade through the Spawn2/Spawnentry tables to figure out which npc's are found on that zone, then delete that spawn entry, so they don't spawn in that zone. You'll have a few joins involved in that sql query...
Another way to delete them would be to create a character, give it GM capabilities, load the character in your game and go around deleting all the spawns.
p.s. Go take a look at GM Commands for EQEMU, for details about what commands to use and how to use them...
Good luck,
Riklin
|