[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by shadowanker » Fri Mar 04, 2016 10:43 pm

The other case is that you're making a broad search for good deals and don't care about what you buy

Essentially this. Like searching all trade goods for example. I guess a profit filter would work in most cases. But let's say there is only one particular item in the AH and it doesn't meet minimum profit value. You still might be able to resell it above market value since there is no competition.

So I think you should add both features. Or maybe since minimum buyout is arguably less useful you could keep it out of the UI but leave it available as an "expert search term"
shadowanker
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by shadowanker » Sat Mar 05, 2016 6:32 am

Can you change the default to 8 hour auctions? Can you put the auction-posting fee in the item tooltips?

Both of these things have lost me a lot of gold due to my carelessness.
shadowanker
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sat Mar 05, 2016 8:40 am

Alright, I've added the min filters and set the default to 8h (in the dev branch).
What do you mean by posting fee? The deposit? That can't be put into the tooltip because it's based on the vendor price which you could only have generally accessible through a static database of vendor prices. Also it wouldn't make much sense because it changes depending on the auction duration and stack size (e.g., posting 3x5 may have a different deposit from 5x3, strange as it sounds)
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Athene » Sat Mar 05, 2016 10:55 am

Bit wrote:So close, haha. But really I think what I'll do is instead track down all the places where I'm matching on some localized string and simply make those patterns configurable with a slash command.


You might want to use ITEM_SPELL_CHARGES_P1 and don't bother to translate everything :p
https://github.com/AtheneGenesis/Vanill ... .lua#L2448

Same goes for durability, texts on auction UI and everything written by blizz^^
<Genesis>
youtube.com/GenesisGuilde

MSBT [Continued] landed on Nostalrius, check it here: forum.nostalrius.org/viewtopic.php?f=63&t=1721
User avatar
Athene
Senior Sergeant
Senior Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sat Mar 05, 2016 12:42 pm

Athene wrote:
Bit wrote:So close, haha. But really I think what I'll do is instead track down all the places where I'm matching on some localized string and simply make those patterns configurable with a slash command.


You might want to use ITEM_SPELL_CHARGES_P1 and don't bother to translate everything :p
https://github.com/AtheneGenesis/Vanill ... .lua#L2448

Same goes for durability, texts on auction UI and everything written by blizz^^


Thanks, didn't know those were available for tooltip stuff.

The update is now on the master branch. The filter tab still needs some usability improvements for inputting non-blizzard filters though.

edit: new filter tab complete

Image

Beanzee wrote:Is there a wiki? I have so many questions on how to use this


No, but I'll keep expanding the main post. It also contains a sizable section on queries now.
Additionally everything should at some point have been explained in this thread, but it may be a bit hard to find.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by loloopforum » Sun Mar 06, 2016 7:09 pm

I dont have all ur Filter on my game !

Why ?

Image
User avatar
loloopforum
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sun Mar 06, 2016 7:12 pm

loloopforum wrote:I dont have all ur Filter on my game !

Why ?

Image


Eh, the addon can't update itself, you actually have to download the new versions from github xD

By the way, the input works differently for the new filters. They are each like mini-versions of the form on the left side and are directly added to the search box if you click the respective button. Only this way is it possible to input combinations with and/or/not.

Always remember that the filter tab doesn't do anything other than writing text to the search box. If the filter you want is not in the search box you did something wrong. For details on what the query in the search box is supposed to look like/how to form it see the relevant section in the main post.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Humble Kagu » Mon Mar 07, 2016 3:43 am

Great addon! Just curios what are all the slash commands available to us? I know you posted the one for daily values in the first post, but I believe you may have mentioned more throughout the thread.

Oh also I get this error when I click on refined deeprock salt in the post tab

Image
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 - Enhanced Auction House Interface

by Bit » Mon Mar 07, 2016 9:07 am

Humble Kagu wrote:Oh also I get this error when I click on refined deeprock salt in the post tab

Can't reproduce the error. More details? Old version?

There are no interesting slash commands besides that and creating the localized cache/clearing savedvariables.
Bit
Sergeant Major
Sergeant Major
 

PreviousNext

Return to Addons & macros