[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by shadowanker » Wed Mar 02, 2016 1:55 am

This is 20x better than before
shadowanker
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by lightisle » Wed Mar 02, 2016 12:19 pm

Is there any way to use bids for historical market value?
lightisle
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Mar 02, 2016 5:34 pm

lightisle wrote:Is there any way to use bids for historical market value?

You mean only bids? That's not possible.

I've considered it and even tried it out but the problem is there just aren't enough bids to get a decent amount of data. Well, except for very active markets but there the historical value is already very accurate anyway so there's no point in using bids only.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by MearFreak » Wed Mar 02, 2016 9:17 pm

[2016/03/03 01:00:33-326]: Aux-Addon\money.lua:12: attempt to compare nil with number
Aux-Addon\money.lua:12: in function `to_string'
Aux-Addon\post_frame.lua:38: in function `set_unit_start_price'
Aux-Addon\post_frame.lua:486: in function <Interface\AddOns\Aux-Addon\post_frame.lua:485>

---
MearFreak
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Wed Mar 02, 2016 10:39 pm

Should be fixed, thanks.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by lightisle » Thu Mar 03, 2016 8:24 am

Bit, i mean compare with the bid value to get the percentage. So if the market value is "5s", the bid is "1s" and the buyout is "5s", i want to be able to see that this bid asking price is 20% of the historical market value. Currently all i can figure out is that the buyout asking price is 100% of the current market value :)
lightisle
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Thu Mar 03, 2016 11:54 am

lightisle wrote:Bit, i mean compare with the bid value to get the percentage. So if the market value is "5s", the bid is "1s" and the buyout is "5s", i want to be able to see that this bid asking price is 20% of the historical market value. Currently all i can figure out is that the buyout asking price is 100% of the current market value :)

That's not possible and I'm not going to change the search table anytime soon.

However, the next update will bring a big extension of the query syntax and you will be able to at least filter by bid percentage (as well as profit, duration and a few more).
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Athene » Thu Mar 03, 2016 5:54 pm

Any cmd to translate the static db ?

getting "Erroneous exact only modifier" otherwise :x


edit: nvm found the file ;)
/script Aux.static.generate_cache()
<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 » Thu Mar 03, 2016 6:14 pm

Athene wrote:Any cmd to translate the static db ?

getting "Erroneous exact only modifier" otherwise :x


edit: nvm found the file ;)
/script Aux.static.generate_cache()


There's a slash command, /aux generate item cache (and /aux delete item cache).
There are some other problems though if you use a different locale. The filtering for the inventory list in the post tab will only work partially and charges on items will not be recognized.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Athene » Thu Mar 03, 2016 6:23 pm

Thx I'll write this one somewhere^^

Also, in French we say "charges" too :p

If you want to "add" french support you may only need to do a str.lower near your pattern because there's no capital letters for us on this one (whyyyy blizz)
Code: Select all
local pattern = '^(%d+) Charges$'


Image
<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
 

PreviousNext

Return to Addons & macros