custom respawn?
is there a script that i could use to change all respawn timers of all mobs that are above 1 hour to make them all one hour? so that no mobs in my whole server take longer than an hour to respawn? i dont want to change the respawn timers of anything less than an hour...any help would be greatly appreciated thanks
|
Code:
UPDATE spawn2 SET respawntime=3600 WHERE respawntime>3600 Respawntime is in seconds. 60 seconds per minute * 60 minutes per hour = 60 * 60 = 3600 seconds in an hour. This changes about 1733 mobs' respawn times, some of which are over a week normally. Heh. |
thanks for the response!
|
All times are GMT -4. The time now is 07:45 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.