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) |
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 |
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.... |
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. |
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?
|
Well...you could #permaclass 4
That turns you into a ranger. :) Other then that.... |
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.