Search found 2 matches

by Thanos
Mon Feb 26, 2018 7:34 am
Forum: Custom Applications and Tools
Topic: Tool to populate AH with items
Replies: 40
Views: 79835

Re: Tool to populate AH with items

New item that is holding me up is removing all items over level 75. I deleted them from the item,_armor SQL table though that just moved them to populate UNDER the lowest level gear in the AH list. Have not found anywhere else where this data lives so am sort of stumped. Anyone that can point me in ...
by Thanos
Fri Feb 23, 2018 1:02 pm
Forum: Custom Applications and Tools
Topic: Tool to populate AH with items
Replies: 40
Views: 79835

Re: Tool to populate AH with items

Thought I had this working and just ran into the same issue where there are thousands of errors now. Did you figure out the fix for this? EDIT: Fixed it by clearing out all of the DSPAH seller items from the auction_house SQL table. rule syntax that worked for me in navicat is SELECT * FROM auction_...