tedj wrote:Hey Bit, excellent work!
Is it possible in vanilla conditions to see who bought your items or who did you buy them from and keep those infos? Kinda like TSM does? Oh also, searching the AH for a sellers name?
#incomingseriouscompetition
Lastly, hit me a PM if you guys need help coding this. I'm a superb fan or TSM and gold making in retail and I'm a coder so yea.
Hey, I'm not sure what the state of vanilla beancounter is which i think is what auctioneer uses for this. Basically information about who has bought your auctions can only be obtained from the mailbox, not the auction house. Information about whom you're buying from on the other hand could be collected from the ah.
Searching for a seller name, well, it can be done in the same way as my tooltip filter works but since it isn't supported by blizzard it wont reduce the amount of pages you have to parse, so if that's the only filter you want to apply you'd have to scan the whole ~300 pages of the ah. You can almost get the same result currently by sorting alphabetically by vendor name in the full view.
The code is in too messy a state right now for someone else to contribute but after the release later today I'll focus on cleaning it up and then maybe at some later point some help might be needed for adding stat modules or something akin to the ones of retail auctioneer.