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

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

Reply
 
Thread Tools Display Modes
  #1  
Old 08-30-2011, 08:25 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default Been away, have some questions

I haven't messed around w/my mini login eq emu in some time, nor am I an expert. I have navicat installed, but what I want to do is figure out what the re-spawn times are on certain mobs and alter them if needed. Can someone point me in the direction to figure this out? Also can you tell me what the time is in, such as seconds, minutes, etc. Thanks
Reply With Quote
  #2  
Old 08-31-2011, 03:54 PM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

anyone able to help here?
Reply With Quote
  #3  
Old 08-31-2011, 04:07 PM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

the respawntime column is in the spawn2 table
the timers are added to the respawn_times table in duration column
i believe it is in seconds
__________________
The Realm
Reply With Quote
  #4  
Old 08-31-2011, 04:10 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Code:
select distinct n.id, n.name, s.respawntime from npc_types n
       inner join spawnentry se on n.id = se.npcID
       inner join spawn2 s on se.spawngroupID = s.spawngroupID
       where s.zone = 'fearplane' and n.name like '%cazic%';

+-------+-------------+-------------+
| id    | name        | respawntime |
+-------+-------------+-------------+
| 72003 | Cazic_Thule |      281232 |
+-------+-------------+-------------+
1 row in set (0.00 sec)

mysql>
Just replace 'fearplane' with the short name of the zone you are interested in, and %cazic% with the mob name. The % signs are wildcards.

There is also a 'variance' column in the spawn2 table to allow the mob to spawn within a window around it's 'respawntime'.

Last edited by Derision; 08-31-2011 at 04:24 PM..
Reply With Quote
  #5  
Old 09-01-2011, 12:15 AM
Bdiddy
Sarnak
 
Join Date: Sep 2010
Posts: 77
Default

Thx for the replies, now what if there is a window, say for example cazic thure has a window +/- X amount of hours he can spawn in
Reply With Quote
Reply


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 04:51 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 - 2024, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3