PDA

View Full Version : finding item name


hawkhunter2
07-06-2011, 03:13 PM
i have been looking at .jpg's looking for kool equiped graphics and i found some. so now i am scouring allakhazam trying to find the item name does anyone know a better way?

Wolfling
07-07-2011, 07:13 AM
Georges has a weapon/armor viewer, although only upto SoF I think
http://www.georgestools.eqemulator.net/

trevius
07-07-2011, 09:06 AM
Just run this query:

SELECT id, Name, idfile FROM items WHERE idfile = "ITxxx";

You will want to replace the xxx with the model number of the graphic. So, if you want to search for model numer 100, the query should be:

SELECT id, Name, idfile FROM items WHERE idfile = "IT100";