View Single Post
  #3  
Old 12-26-2008, 08:25 AM
demonstar55
Demi-God
 
Join Date: Apr 2008
Location: MA
Posts: 1,164
Default

if you're using the newest PEQ DB (rev 245) you do one of the following queries:
TRUNCATE TABLE respawn_times;
DELETE FROM respawn_times;

and it will remove everything from there and therefore be spawnable, if you're using an older DB you can do
UPDATE spawn2 SET timeleft = 0;

and also check if they're even in the spawn tables as someone else said
Reply With Quote