EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::Windows Servers (https://www.eqemulator.org/forums/forumdisplay.php?f=587)
-   -   custom respawn? (https://www.eqemulator.org/forums/showthread.php?t=28366)

kimura0715 05-28-2009 01:12 PM

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

Shendare 05-28-2009 01:42 PM

Code:

UPDATE spawn2 SET respawntime=3600 WHERE respawntime>3600
Entered into Navicat or MySQL Query Browser.

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.

kimura0715 05-28-2009 08:37 PM

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.