shirsig / aux-addon

Auction House addOn for Classic (1.13) IMPORTANT: The folder name must be "aux-addon" IMPORTANT: The Vanilla (1.12) version moved here https://github.com/shirsig/aux-addon-vanilla
https://www.curseforge.com/wow/addons/aux
196 stars 42 forks source link

Feature request: Search items by seller #189

Closed FrostShock closed 5 years ago

FrostShock commented 5 years ago

Hello,

I would like to place this feature request: help the users to transfer items through the neutral auction house by allowing them to search the name of the seller, like this addon for example AuctionHelper

Thank you

shirsig commented 5 years ago

There is now a seller filter seller/name However, note that the setting /aux ignore owner is turned on by default which means if you make a fresh scan of a page owners are almost never retrieved and those auctions would thus be ignored with a seller filter. For whatever reason the seller names are retrieved by the wow client later than all other auction data which is retrieved immediately. However, once an owner name is cached I think it will always be there immediately so this would work for repeated scan of the same page of the neutral AH. For it to always reliably work however you would have to disable that setting which will significantly slow down scanning.