Go Back   EQEmulator Home > EQEmulator Forums > Development > Development::Database/World Building

Development::Database/World Building World Building forum, dedicated to the EQEmu MySQL Database. Post partial/complete databases for spawns, items, etc.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #6  
Old 01-04-2008, 04:41 AM
cavedude's Avatar
cavedude
The PEQ Dude
 
Join Date: Apr 2003
Location: -
Posts: 1,988
Default

Thanks! It merged in fine.

To make your search easier:

Code:
select n.id, n.name, lte.loottable_id, lde.lootdrop_id
from npc_types n
inner join loottable lt on n.loottable_id = lt.id
inner join loottable_entries lte on lt.id = lte.loottable_id
inner join lootdrop_entries lde on lte.lootdrop_id = lde.lootdrop_id
where lde.item_id = 12695;
Will give you the npcid, npcname, lootdropid, and loottableid of the tables left with those bogus bone chips in them. PEQ started with 281, and after your queries it is now down to 162. You might want to run that query with each of the item ids (minus 13073 of course) as tacking an or statement on the end of course creates 7 times the results.

As for the purpose of the other chips, according to Lucy, 12695 drops off of lumpy goo in dalnir, presumably for a quest. The other 6 are all sequential which tells me they are all in the same quest, I would assume some sort of find these items, stick them in this container, combine, and hand the result back to me.

Last edited by cavedude; 01-04-2008 at 12:45 PM..
Reply With Quote
 

Thread Tools
Display Modes

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 10:27 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 - 2026, Jelsoft Enterprises Ltd.
Template by Bluepearl Design and vBulletin Templates - Ver3.3