View Full Version : 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
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
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
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.