View Single Post
  #6  
Old 02-26-2018, 03:17 PM
lctucker2999
Sarnak
 
Join Date: Jan 2018
Posts: 51
Default

Quote:
Originally Posted by epilz View Post
yes you can reset him, use this query on the DB.

update spawn_conditions set value = 1 where id = 1 and zone = 'sleeper';
update spawn_conditions set value = 0 where id = 2 and zone = 'sleeper';
update spawn_condition_values set value = 1 where id = 1 and zone = 'sleeper';
update spawn_condition_values set value = 0 where id = 2 and zone = 'sleeper';
delete from respawn_times where id = '25250';
delete from respawn_times where id = '58546';
delete from respawn_times where id = '58547';
delete from respawn_times where id = '58548';
delete from respawn_times where id = '58549';
delete from quest_globals where name = 'kerafyrm';
Sorry for resurrecting a dead topic but I tried this over the weekend and ST is totally empty... like not a single NPC to be found. Doing a #repop force doesn't seem to have any affect either. I'm still relatively new to the whole EQ Emu scene so I'm sure it's highly probable that there was some user error involved but I'm not smart enough to figure out what that might be.

Any advice? Thanks!
Reply With Quote