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
  #7  
Old 08-20-2012, 07:04 PM
Mariomario
Hill Giant
 
Join Date: Jul 2004
Posts: 143
Default

The only thing I can do is just laugh at this thread...well done.

Within GeorgeS NPC editor you can adjust spawn timers based on zone as well. Just go into Grid_SpawnGroup_Tools and then Spawngroup Editor. It can search for NPCs based on ID or zone, or by using the ALL function with a particular zone shortname.

For editing your ENTIRE server just do like Tabasco suggested. You really dont want respawn times to fall under 10 mins. Just remember the respawntime variable is expressed in seconds.

For my server as an example I wanted everything with over 1 day spawn to have a 3 hour timer, so I used:

UPDATE spawn2 SET respawntime = 10800 WHERE respawntime > 86400;

Everything with between 1 hour and 1 day to have a 1 hour spawntimer:

UPDATE spawn2 SET respawntime = 3600 WHERE respawntime <= 86400 AND respawntime > 3600;

Again you can manipulate those to your liking.
__________________
Wrath - Lead Admin and Owner of Enlightened Dark: Ascension

Enlightened Dark: Ascension
Reply With Quote
 

Thread Tools
Display Modes

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 07:56 PM.


 

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