Go Back   EQEmulator Home > EQEmulator Forums > Support > Support::Windows Servers

Support::Windows Servers Support forum for Windows EQEMu users.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 08-20-2012, 06:45 PM
Tabasco's Avatar
Tabasco
Discordant
 
Join Date: Sep 2009
Posts: 269
Default

The table you're looking for is spawn2, fields are respawntime and variance. Values are in seconds.

Code:
UPDATE spawn2 SET respawntime = respawntime/2, variance = variance/2 WHERE respawntime > 1200
That would cut spawn times in half globally unless they are less than 20 minutes. For most purposes you probably don't want a spawn time to fall under 10 minutes.

In that past I've ran simple queries to cap spawn times, like
Code:
UPDATE spawn2 SET respawntime = 14400, variance = 2400 WHERE respawntime > 14400
This would effectively set a max spawn time of 4 hours.

Of course, using pop lyrics in your sig makes me want to suggest DROP TABLE spawn2.
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

   

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


 

Everquest is a registered trademark of Daybreak Game Company LLC.
EQEmulator is not associated or affiliated in any way with Daybreak Game Company LLC.
Except where otherwise noted, this site is licensed under a Creative Commons License.
       
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3