When trying to search for specifics (I am after a certain quality aug) .. no matter what i search for i get :
items.php
MYSQL_QUERY
SELECT items.id,items.name FROM items,,,npc_types WHERE (items.ac >= 1) AND (items.hp >= 1)AND .item_id=items.id AND .looTDrop_id=.looTDrop_id AND .loottable_id=npc_types.loottable_id AND npc_types.level<=70 AND (items.classes & 8) AND (items.races & 8) AND (items.slots & 16) AND (items.augtype=8) AND (items.reqlevel>=1) AND (items.reqlevel<=70) GROUP BY items.id ORDER BY items.Name LIMIT 101
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ',npc_types WHERE (items.ac >= 1) AND (items.hp >= 1)AND .item_id=items.id ' at line 1
Have you sourced the eqbrowser tables in your database ?
across the top of the results screen. Might need a look into.