EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Archive::General Discussion (https://www.eqemulator.org/forums/forumdisplay.php?f=613)
-   -   mob list? (https://www.eqemulator.org/forums/showthread.php?t=1278)

Crash Gordon 04-18-2002 06:53 PM

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)

ibleet 04-19-2002 02:09 AM

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

strychn 04-19-2002 11:40 AM

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....

Fantasm 04-20-2002 12:20 AM

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.

ibleet 04-20-2002 03:08 AM

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?

Fantasm 04-20-2002 04:59 AM

Well...you could #permaclass 4

That turns you into a ranger. :)

Other then that....

ibleet 04-20-2002 06:17 AM

Ummmm....that was a question for the dev's....Thanks


All times are GMT -4. The time now is 07:44 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.