Thread
:
Would anyone know how to clear zones of all npcs? Perma
View Single Post
#
2
05-01-2005, 01:39 AM
RangerDown
Demi-God
Join Date: Mar 2004
Posts: 1,066
If you want to clear all spawns from all zones you can simply execute these commands at a mysql prompt:
Code:
DELETE FROM spawn2; DELETE FROM spawngroup; DELETE FROM spawnentry;
If you want to selectively delete spawns don't use this code!
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
RangerDown
View Public Profile
Send a private message to RangerDown
Find all posts by RangerDown