Thread: My errors
View Single Post
  #4  
Old 03-02-2005, 06:49 AM
RangerDown
Demi-God
 
Join Date: Mar 2004
Posts: 1,066
Default

Run a SELECT query on spawn2 to see if there are any NPC spawns in the Arena2.

Code:
SELECT id FROM spawn2 WHERE zone='arena2';
Your zones may be crashing from NPC spawns. If that's the case, you may need to get newer source from the CVS and recompile.
__________________
<idleRPG> Rogean ate a plate of discounted, day-old sushi. This terrible calamity has slowed them 0 days, 15:13:51 from level 48.
Reply With Quote