View Single Post
  #75  
Old 01-02-2019, 07:24 PM
djeryv
Hill Giant
 
Join Date: Apr 2008
Posts: 234
Default

Get rid of this part and you will be all set

Code:
-- This increases spawn rates for the quick spawning monsters
-- It allows you to clear dungeons easier

UPDATE spawn2 SET respawntime=1800 WHERE respawntime<1800;
...or reduce the time.
Reply With Quote