Go Back   EQEmulator Home > EQEmulator Forums > Archives > Archive::General > Archive::General Discussion

Archive::General Discussion Archive area for General Discussion's posts that were moved here after an inactivity period of 90 days.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 04-19-2002, 11:40 AM
strychn
Hill Giant
 
Join Date: Feb 2002
Posts: 129
Default

you could get the spawns for a particular zone using a sql query that just references the right tables. if you mean which models are available in which zones, i dont know about that.
but i use:
select spawn2.zone, spawn2.spawngroupid, spawnentry.npcid, npc_types.name from spawn2, spawnentry, npc_types where spawn2.zone= [zonenamehere] and spawn2.spawngroupid=spawnentry.spawngroupid and spawnentry.npcid=npc_types.id

to get a list of spawn entries by zone.
not sure if that's what you mean.
just replace [zonenamehere] with the zone you want.
someone would have to make it into a # command and recompile the zone.exe though....
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 09:36 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