EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Tools (https://www.eqemulator.org/forums/forumdisplay.php?f=593)
-   -   finding item name (https://www.eqemulator.org/forums/showthread.php?t=33811)

hawkhunter2 07-06-2011 03:13 PM

finding item name
 
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:

Code:

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:

Code:

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


All times are GMT -4. The time now is 07:19 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.