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 12-17-2012, 02:55 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 965
Default

Quote:
Originally Posted by djeryv View Post
What does the lore provide to help one determine if they have the right Ancient Coin though? Do you have an example?
All items can potentially have lore information. On live (without MQ2) the only way to know what piece of something you have is to put the item on your cursor and then have someone cast the identify spell. The item's lore informatino will then be put into the chat window.

Take the PoTactics alt access quest. You have to hunt for 4 Quarter of a Diaku Emblem. See this screenshot.
http://everquest.allakhazam.com/db/item.html?item=21761

Then look at the items table in your database.
Code:
SELECT id,Name,lore FROM items WHERE id BETWEEN 29216 AND 29219;

id   , Name                     , lore
29216, Quarter of a Diaku Emblem, The top right quarter
29217, Quarter of a Diaku Emblem, The bottom right quarter
29218, Quarter of a Diaku Emblem, The top left quarter
29219, Quarter of a Diaku Emblem, The bottom left quarter
Obviously since these are lore you can just keep trying to loot until you have 4, but you get the idea.

The VP quest pieces are another example. and you do not want to get those all messed up and turn in the wrong ones at the wrong time.
Reply With Quote
 


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:23 PM.


 

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