Ticket #6117 (closed enhancement: invalid)
Seller ignore list
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | tobedeleted |
| Cc: |
Description
Regarding Auctioneer Advanced (version 5)
How do I ignore a given seller? (and then un-ignore) - or at least flag (warn of) any AH post by them I don't mean just Bottom Scanner since that just does it for that session.
two reasons:
[*] people with multiple accounts don't want to bid against themselves.
[*] to avoid known suspect sellers. (or even just people we don't like for whatever reason)
AucAdvancedFilter-Basic.lua in WTF folders
AucAdvancedFilterBasic = {
["MinQuality"] = 1,
["MinLevel"] = 0,
["SellersIgnored"] = {
},
}
it looked like you could add Sellers there... but I wasn't sure of the format required for it to use.


