EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   named npc's not spawning (https://www.eqemulator.org/forums/showthread.php?t=27093)

krez 12-26-2008 06:46 AM

named npc's not spawning
 
Most zones such as kael or solusek b etc. that have named mobs in them are never up. I know the #depopzone and #repop commands, but it still doesnt make mobs like tormax or nagafen spawn. Any ideas?

chrsschb 12-26-2008 07:29 AM

Get GeorgeS SpawnEditor and see if they are on the spawn tables. If not, add them.

demonstar55 12-26-2008 08:25 AM

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

krez 12-26-2008 11:12 AM

Quote:

Originally Posted by demonstar55 (Post 161941)
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;


this fixed it. thanks

demonstar55 12-27-2008 10:14 PM

Quote:

Originally Posted by krez (Post 161949)
this fixed it. thanks

so that just means everything wasn't up yet :P I use those commands on my server since it's just for screwing around while PEQ is down :P


All times are GMT -4. The time now is 11:13 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.