[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by MearFreak » Fri Feb 05, 2016 5:35 am

Bit
my knowledge of English does not allow to conduct serious talks
I explain then so
I scan the auction. He remembers the price and quantity of goods
Then, pointing to a specific product, you can see its average price and how much of it at the auction
Auction I scan once a day, because the prices change
and I noticed that the quantity of goods in each scan is added, although the auction do not have as much of the product
so that I did not have 30 Staff of Jordan as a tooltip to be removed in the WTF folder Aux-Addon.lua.
can you solve this problem?
MearFreak
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Feb 05, 2016 7:43 am

MearFreak wrote:Bit
my knowledge of English does not allow to conduct serious talks
I explain then so
I scan the auction. He remembers the price and quantity of goods
Then, pointing to a specific product, you can see its average price and how much of it at the auction
Auction I scan once a day, because the prices change
and I noticed that the quantity of goods in each scan is added, although the auction do not have as much of the product
so that I did not have 30 Staff of Jordan as a tooltip to be removed in the WTF folder Aux-Addon.lua.
can you solve this problem?

I still don't understand. Are you saying the count is too high? It seems accurate for me. Maybe you have a broken database format from an older version. Then you could try /aux clear for a complete reset.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Fri Feb 05, 2016 8:02 am

Bit wrote:edit: Oh, I get what you're asking now. You want those addons to be able to use Aux' market value? For that one would have to modify those addons though, not aux. Not sure if I can be bothered. Maybe someone else wants to modify them though? Aux' market value is available through
Code: Select all
Aux.history.market_value(item_key)
where item_key is item id and suffix id joined with a colon (e.g., "554:4")


maybe someone else, and can be modified, but not me. I tried my issues 66 errors.
Honestly, I did not understand how to use the
Code: Select all
Aux.history.market_value(item_key)
to
Code: Select all
function ES_getAuctioneerPrice(idReagent)
of SellEnchant.lua ;)

Edit: Established enchantrix, enchtooltip and calmed down
Last edited by monteo on Fri Feb 05, 2016 9:05 am, edited 1 time in total.
User avatar
monteo
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Feb 05, 2016 8:32 am

Massive performance improvement for the search lists but you'll have to do
Code: Select all
/run aux_recent_searches, aux_favorite_searches = {}, {}
to clear your searches or you'll get errors.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by MearFreak » Fri Feb 05, 2016 8:43 am

Bit wrote:
MearFreak wrote:Bit
my knowledge of English does not allow to conduct serious talks
I explain then so
I scan the auction. He remembers the price and quantity of goods
Then, pointing to a specific product, you can see its average price and how much of it at the auction
Auction I scan once a day, because the prices change
and I noticed that the quantity of goods in each scan is added, although the auction do not have as much of the product
so that I did not have 30 Staff of Jordan as a tooltip to be removed in the WTF folder Aux-Addon.lua.
can you solve this problem?

I still don't understand. Are you saying the count is too high? It seems accurate for me. Maybe you have a broken database format from an older version. Then you could try /aux clear for a complete reset.


Image

that's what I said. I make every day a full scan of the auction to price changes, but as you can see in the picture changes not only prices, but also a growing number of products with each new scan. Always enter the command /aux clear to solve the problem?
MearFreak
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Feb 05, 2016 8:50 am

MearFreak wrote:
Bit wrote:
MearFreak wrote:Bit
my knowledge of English does not allow to conduct serious talks
I explain then so
I scan the auction. He remembers the price and quantity of goods
Then, pointing to a specific product, you can see its average price and how much of it at the auction
Auction I scan once a day, because the prices change
and I noticed that the quantity of goods in each scan is added, although the auction do not have as much of the product
so that I did not have 30 Staff of Jordan as a tooltip to be removed in the WTF folder Aux-Addon.lua.
can you solve this problem?

I still don't understand. Are you saying the count is too high? It seems accurate for me. Maybe you have a broken database format from an older version. Then you could try /aux clear for a complete reset.


Image

that's what I said. I make every day a full scan of the auction to price changes, but as you can see in the picture changes not only prices, but also a growing number of products with each new scan. Always enter the command /aux clear to solve the problem?


Ohhhh, no, no. That number is meant to be the total auctions scanned over all time. All scans you've ever done combined. Auctioneer shows that, so I adopted it too. Maybe it's not all that useful but it tells you that the market value is unreliable when the number is low.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by MearFreak » Fri Feb 05, 2016 8:56 am

Bit

Simply, it is not very convenient for me when I buy things and play at the auction. Sometimes I just look at a rare thing and see how it is rare to auc, and he wrote me that their 16 pieces. Naturally, I immediately dismiss it because she bought especially because so many. Probably have to enter each time / aux clear to solve the problem.
MearFreak
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Feb 05, 2016 9:01 am

MearFreak wrote:Bit

Simply, it is not very convenient for me when I buy things and play at the auction. Sometimes I just look at a rare thing and see how it is rare to auc, and he wrote me that their 16 pieces. Naturally, I immediately dismiss it because she bought especially because so many. Probably have to enter each time / aux clear to solve the problem.


Don't use /aux clear except in emergencies! It will clear everything including your market value and post settings.

It still tells you how rare it is, relative to other items. The problem is the actual count of the current day wouldn't even be possible like this because there's no way to uniquely identify an auction so it wouldn't be that useful anyway.

It's really just an indicator for the reliability of the market value.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by MearFreak » Fri Feb 05, 2016 9:51 am

[2016/02/05 14:48:32-208]: Aux-Addon\listing.lua:131: Usage: <unnamed>:SetText("text")
<in C code>: in function `SetText'
Aux-Addon\listing.lua:131: in function `RefreshRows'
Aux-Addon\listing.lua:142: in function `SetData'
Aux-Addon\search_frame.lua:52: in function `update_search_listings'
Aux-Addon\search_frame.lua:162: in function `on_open'
Aux-Addon\core.lua:226: in function <Interface\AddOns\Aux-Addon\core.lua:213>
<unknown>:
<unknown>:
Aux-Addon\control.lua:20: in function `on_update'
<string>:"AuxControlFrame:OnUpdate":2: in main chunk

---

[2016/02/05 14:48:33-208]: Aux-Addon\search_frame.lua:720: bad argument #1 to `gsub' (string expected, got nil)
<in C code>: in function `gsub'
Aux-Addon\search_frame.lua:720: in function `handler'
Aux-Addon\listing.lua:48: in function <Interface\AddOns\Aux-Addon\listing.lua:40>

---

Version 2.4.9
Errors out at the opening of the auction


16/02/05 14:53:29-208]: Aux-Addon\listing.lua:131: Usage: <unnamed>:SetText("text")
<in C code>: in function `SetText'
Aux-Addon\listing.lua:131: in function `RefreshRows'
Aux-Addon\listing.lua:142: in function `SetData'
Aux-Addon\search_frame.lua:52: in function `update_search_listings'
Aux-Addon\search_frame.lua:794: in function <Interface\AddOns\Aux-Addon\search_frame.lua:772>
<unknown>:
<unknown>:
Aux-Addon\control.lua:20: in function `on_update'
<string>:"AuxControlFrame:OnUpdate":2: in main chunk
27/29/Armor/Cloth/Uncommon and search
Last edited by MearFreak on Fri Feb 05, 2016 9:54 am, edited 1 time in total.
MearFreak
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Feb 05, 2016 9:54 am

MearFreak wrote:Version 2.4.9
Errors out at the opening of the auction


https://forum.nostalrius.org/viewtopic. ... 80#p238109
Bit
Sergeant Major
Sergeant Major
 

PreviousNext

Return to Addons & macros