Post#18 » Thu Jun 13, 2013 1:15 pm
I also have a request: a checkbox to filter the results based upon if it exists in-game. The purpose would be to filter out the non-custom items that don't exist on THF yet are in the database. I'm sure everyone has encountered multiple entries for a certain item name and had to click around to find the one that actually exists. If you could do a WHERE count(itemid) > 1 or something like that on the proper table (player inventory, mob loot - I don't know what your database looks like. My gut tells me this isn't possible with the way things are probably set up), that would only show the ones that exist in-game. Wouldn't be perfect, but sure beats going through and pruning the unused items!