EQEmulator Forums

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

revloc02c 04-16-2011 07:52 PM

Reduce Respawntime
 
I was thinking of reducing the respawn times on my server for everything in the entire database. Something like this:

Code:

UPDATE spawn2
        SET respawntime = ROUND(respawntime * 0.5, 0), variance = ROUND(variance * 0.5, 0);

Does anyone foresee any disastrous, disruptive, or catastrophic side effects from doing this?

ChaosSlayerZ 04-16-2011 08:09 PM

backup before running ;)


All times are GMT -4. The time now is 03:12 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.