View Full Version : Would anyone know how to clear zones of all npcs? Perma
Dragoon01
04-30-2005, 06:20 PM
I need to find an easy way to remove mobs from zones permanently. I try #npcspawn delete or remove and nothing happens. Is there a program I can get that will allow this? or?
RangerDown
05-01-2005, 01:39 AM
If you want to clear all spawns from all zones you can simply execute these commands at a mysql prompt:
DELETE FROM spawn2;
DELETE FROM spawngroup;
DELETE FROM spawnentry;
If you want to selectively delete spawns don't use this code!
sdabbs65
05-02-2005, 04:31 AM
I was going to mention the PEQ Editor but it may be to complacated to figgure if your not apache/perl savy.
mystic414
05-02-2005, 09:10 AM
Apache/PHP shouldn't be a problem, since I posted a step-by-step tutorial for setting them up. Check out the editor and tutorials at http://www.projecteq.net/phpBB2/viewforum.php?f=29
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.