Spawn Data Variety
Hi guys,
I set up a new server this week and I was just curious about a couple of NPC spawn related items. I noticed recently while playing in Innothule that I never see any skeletons or frogloks with equipped weapons. I dug in a little bit and this is what I found: Code:
select ld.*, lde.*, i.name I took a little time and figured out how the data structure works for NPC spawn points. Just for fun I took the distinct NPCID's of our above resultset and compared it to the spawn points in Innothule: Code:
select * When I went back and looked at my first query only restricted to that specific NPCID, I found out why I only ever get skeletons carrying bone chips in Innothule. I found the frogloks similar, except they are only NPCID 46015, which has a loottableID of 0 (drops nothing). So, that said, here is my real question: Is this indicative of the data for most zones (somewhat vanilla) and the developers are assuming that server administrators wish to customize their own loot tables, or is this, perhaps, just an oversight in some select zones? Is anyone else experiencing complaints on their servers of this nature? If the answer to the above question is "yes, it's pretty vanilla across the board", then is there an effort going on right now to update the spawn data in order to more closely mirror the 'production' game's spawn and loot data? I know that the loot from certain mobs (especially low level) is pretty crucial to a new player's game experience. If you can't get gear from drops, the cash grind gets to be pretty nasty. Also... In the event that I wanted to contribute data scripts diversifying some of this (based on Allakhazam's mob drop lists, ie http://everquest.allakhazam.com/db/npc.html?id=28990), would the submissions run through the same channels as code commits or is there a separate oversight for data? Thanks! Haggzor |
The PEQ database is (now) populated from Magelo which used an application to monitor the items looted. ZAM is all user submission and generally quite useless for making detailed loot tables.
This NPC should be usng the data on this page for loot: http://eq.magelo.com/npc/178635 i just attempted to update the NPC on PEQ and it did not do it, so I will drop this on Cavedude to look at the script. |
ok the reason the mobs in innothule are not updated is because the zone no longer exists on live and magelo only reflects innothuleb (zone 413).
If you look in your database for the loot in innothuleb the mobs you are specifying do have their loot tables. You can simply apply the loot tables from innothuleb to the same mobs in innothule to achieve what you want. If you want to feed back to the community, you can create a SQL script to update the NPC's in innothule and post it here and we'll update the PEQ DB. |
Excellent!
Thank you very much. It is much appreciated. I'll just copy the spawn data for innothuleb into innothule for all existing mobs. Also, I'd be happy to post the script back here once I get it written.
Thanks again! Nick |
This isn't a perfect fix, but I'm too lazy to write all new loot tables. This query will update *most* of the NPCs in Innothule (Classic, pre-revamp) to spawn with the loot tables (MAGELO-GEN) from their equivalents in InnothuleB (revamped Innothule). From there you can pick and choose individual items from the tables, but this covers most of it.
Code:
/* UPDATE LOOT TABLE FOR SKELETONS (was 87917) */ |
if cavedude does not pop in and do this before i have time today or tomorrow, then I will get it done by then. thanks for the submission.
|
this is now in on PEQ thank you. I did change one thing. it will be in tomorrow's daily dump, thank you.
Code:
/* UPDATE LOOT TABLE FOR FROGLOK GUARD (was 116) */ Thus the guard in guktop still uses loot table 116 |
All times are GMT -4. The time now is 03:23 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.