View Single Post
  #3  
Old 07-07-2011, 09:06 AM
trevius's Avatar
trevius
Developer
 
Join Date: Aug 2006
Location: USA
Posts: 5,946
Default

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";
__________________
Trevazar/Trevius Owner of: Storm Haven
Everquest Emulator FAQ (Frequently Asked Questions) - Read It!
Reply With Quote