View Single Post
  #1  
Old 01-30-2014, 08:23 PM
EqEmuSoloist
Fire Beetle
 
Join Date: Jan 2014
Posts: 8
Default How to Respawn All Monsters on a Timer

I could never find anything on this here so I thought I would put it out there,

To repop all monsters in all zones (at the same time) you can use this query:

Code:
UPDATE respawn_times
SET duration = 1
WHERE duration >= 2;
It sets all active monster timers to 1, which then tick to 0. On your server type #reloadworld and they should all repop.
Reply With Quote