View Single Post
  #2  
Old 01-18-2010, 07:00 PM
nilbog
Hill Giant
 
Join Date: Nov 2007
Posts: 198
Default

If you wanted to change the spawn time for *everything* in tov, it would be as simple as an sql query :

Code:
update spawn2 set respawntime = 10800 where zone like templeveeshan
respawntime is calculated in seconds
Reply With Quote