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.

Reply
 
Thread Tools Display Modes
  #1  
Old 04-18-2002, 06:53 PM
Crash Gordon
Fire Beetle
 
Join Date: Apr 2002
Posts: 13
Default mob list?

Is there a way to get a list of the npcs who can spawn in a specified zone, like : Umbral Plains - Rumblecrush?

looking for the # command (if there is any)
Reply With Quote
  #2  
Old 04-19-2002, 02:09 AM
ibleet
Hill Giant
 
Join Date: Feb 2002
Posts: 106
Default

You could probably get some of that info from a spawned database but I doubt it would be sorted by zone.


____________________________________________
Patience is a virtue most people don't have time for.

Ibleet
Reply With Quote
  #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
  #4  
Old 04-20-2002, 12:20 AM
Fantasm
Fire Beetle
 
Join Date: Apr 2002
Posts: 3
Default

Try #listnpcs 1 30

It lists up to 27 i think. Not sure,but it also tells you how many NPC's are in the zone total.

Hope that helps.
Reply With Quote
  #5  
Old 04-20-2002, 03:08 AM
ibleet
Hill Giant
 
Join Date: Feb 2002
Posts: 106
Default

I personally liked it better with the command #listnpcs and it listed them all. I'm having trouble finding some spawns now. Wouldn't it be great if every GM+ had tracking? Is that possible?
Reply With Quote
  #6  
Old 04-20-2002, 04:59 AM
Fantasm
Fire Beetle
 
Join Date: Apr 2002
Posts: 3
Default

Well...you could #permaclass 4

That turns you into a ranger.

Other then that....
Reply With Quote
  #7  
Old 04-20-2002, 06:17 AM
ibleet
Hill Giant
 
Join Date: Feb 2002
Posts: 106
Default

Ummmm....that was a question for the dev's....Thanks
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 08: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