[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - A new Vanilla auction house addon

by Humble Kagu » Wed Oct 14, 2015 11:28 pm

Is this compatible with Auctioneer? Or is Auctioneer even still needed with all the capabilities Aux has?
Looking to re-live Vanilla together with a friendly, welcoming and well-behaved bunch? Then we open our doors at http://sanctuaryguild.org where we look forward to hear from you! ☼
Humble Kagu
Sergeant
Sergeant
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by Bit » Wed Oct 14, 2015 11:49 pm

Humble Kagu wrote:Is this compatible with Auctioneer? Or is Auctioneer even still needed with all the capabilities Aux has?

Probably not anymore, though it will be compatible again later when Aux gets its own separate UI.
Aux does not (yet) collect historical data so if you want that you still need Auctioneer.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by Etrigan » Thu Oct 15, 2015 12:06 am

Not a fan of what's happened to the browse tab, mostly because the tab completion doesn't work for me when I press tab and I have to either type out the name in perfect case or click on the dropdown box, which is annoying. If I could disable the "Exact" search option permanently that'd be fine, too, but it gets re-enabled by default on every reload.

I also really miss Mass Buy.

I think this version was basically perfect, the autocomplete just gets tripped up sometimes and I wish I could turn it off:
https://github.com/shirsig/Aux-Addon/tr ... 694543c99e
Etrigan
Grunt
Grunt
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by Bit » Thu Oct 15, 2015 12:18 am

Etrigan wrote:Not a fan of what's happened to the browse tab, mostly because the tab completion doesn't work for me when I press tab and I have to either type out the name in perfect case or click on the dropdown box, which is annoying. If I could disable the "Exact" search option permanently that'd be fine, too, but it gets re-enabled by default on every reload.

I also really miss Mass Buy.

I think this version was basically perfect, the autocomplete just gets tripped up sometimes and I wish I could turn it off:
https://github.com/shirsig/Aux-Addon/tr ... 694543c99e


Note tab will only highlight entries in the dropdown. To actually insert them you have to press enter once the right one is highlighted. (you can also control click items from your inventory to search or shift click to insert their name by the way)

The problem with the old autocomplete was that you had to type too much for items with common prefixes. The current fuzzy complete solves this as you can just type some random letters from after the common prefix to disambiguate, but has other issues, like the ranking is not always intuitive, performance, the selecting from the dropdown can be clumsy etc.

The filtering is still a work in progress anyhow. I have yet to figure out a really elegant solution.

As for mass buy, I'll probably bring it back at some point but for now I wanna optimize for the most common usage.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by volnay » Thu Oct 15, 2015 5:28 am

Hi!

Been using your addon for about a week and I think it's great. Just installed the latest version with the big ui change. When I hover an item in the search tab, the auctioneer tooltip is no longer seen (which it is on items in my bag so I know it's loaded). Is it no longer possible to see the auctioneer tooltip while in the new search tab?

Thanks for your work!
volnay
Tester
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by Bit » Thu Oct 15, 2015 9:46 am

volnay wrote:Hi!

Been using your addon for about a week and I think it's great. Just installed the latest version with the big ui change. When I hover an item in the search tab, the auctioneer tooltip is no longer seen (which it is on items in my bag so I know it's loaded). Is it no longer possible to see the auctioneer tooltip while in the new search tab?

Thanks for your work!


Hey, the tooltip is now only shown when you hover over the icon, not anywhere in the row. I made it so because it's more consistent with the default browse tab but maybe it's a bit inconvenient because the icons are so small ...


edit: any thoughts on the new confirmation by the way? Too big/clumsy? I designed it after the retail token buy screen: Image
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by cashcow » Thu Oct 15, 2015 4:55 pm

Is there any way to utilise the alt + Click instant buyout without the rest of the Addon ? if so please point me in the right direction.

Cheers Chaps!
cashcow
Private
Private
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by Bit » Thu Oct 15, 2015 5:38 pm

cashcow wrote:Is there any way to utilise the alt + Click instant buyout without the rest of the Addon ? if so please point me in the right direction.

Cheers Chaps!


This macro will activate alt-click buyout for the default blizzard browse tab (only for the current session):

Code: Select all
/run local o=BrowseButton_OnClick BrowseButton_OnClick=function()if IsAltKeyDown()then local b,i b=this i=b:GetID()+FauxScrollFrame_GetOffset(BrowseScrollFrame) PlaceAuctionBid("list",i,({GetAuctionItemInfo("list",i)})[9])else o(b)end end


edit: I am a little hurt by that question :(
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by cashcow » Thu Oct 15, 2015 7:03 pm

No offence meant by this - the work you do here is great! im just very specific in my playstyle. By only for the current session do you mean if i close AH window and open again shift click will not work?

Ta
cashcow
Private
Private
 

Re: [AddOn] Aux - A new Vanilla auction house addon

by caval948 » Thu Oct 15, 2015 7:40 pm

The new confirmation window is fine. Already love the new buy tab! Makes browsing for weapons and armor so much easier. Thanks a lot!
caval948
Grunt
Grunt
 

PreviousNext

Return to Addons & macros