[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Thu Mar 24, 2016 3:35 pm

TheFishyOne wrote:'ey Bit, great AddOn to replace Auctioneer! Just wanted to report a couple of bugs:

1. If you have multiple items with the same name in your inventory, and some of them are soulbound and the others aren't, Aux is unable to post the unbound item(s) unless you first remove the bound one(s) from your bags.

2. If you have a specialty bag, like a chanting, herb, or soul bag, and it is the first bag in your inventory to have a free slot, even if your regular bags have enough space, Aux will not be able to split stacks when posting auctions.

Cheers!

Thanks for the reports.
The first one should be fixed now. As for the second, for now I've simply changed it to completely ignore non-regular bags (with regard to empty slots. stacking of items in those bags will still work). The problem is, the API is very limited there and I'm not sure if it would be possible to find out which item goes into a specific bag without storing that information in a static database. There is no "isanherb" function or equivalent provided by the API for example as far as I know.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Thu Mar 24, 2016 8:04 pm

The following errors have occured after the last patch:

1. .../stack . lua : 35 : bad argument #1 to "unpack" (table expected, got nill)

2. .../control . lua : 30 : attempt to call local "k" (a nil value)

Both happen when I try to post individual items, not stacks.
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Thu Mar 24, 2016 8:31 pm

babichkata wrote:The following errors have occured after the last patch:

1. .../stack . lua : 35 : bad argument #1 to "unpack" (table expected, got nill)

2. .../control . lua : 30 : attempt to call local "k" (a nil value)

Both happen when I try to post individual items, not stacks.


When does it happen exactly? Did the latest patch fix it?
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Thu Mar 24, 2016 11:23 pm

The "stack fix" commit fixed it. Cheers
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Fri Mar 25, 2016 11:59 am

Another idea I would like to share with you.

Two new filters:

1. Disenchant profit search.

2. Vendor profit search (items that are posted with bid/buyout price below the vendor price)

Best regards.

K.S.
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Mar 25, 2016 1:00 pm

babichkata wrote:Another idea I would like to share with you.

Two new filters:

1. Disenchant profit search.

2. Vendor profit search (items that are posted with bid/buyout price below the vendor price)

Best regards.

K.S.


They already exist:
bid-disenchant-profit, buyout-disenchant-profit, bid-vendor-profit, buyout-vendor-profit
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Mar 25, 2016 1:16 pm

The newest update brings 3 notable changes:

A new option has been added: /aux ignore owner
I have noticed that on the pvp server the lag has gotten so insane lately that queries are sometimes taking 20+ seconds. This is mainly due to waiting for the owner data which is retrieved gradually during that time. With this option you can now massively shorten your scan times, at the cost of missing a lot of owner names in the listings as well as not being able to control from which owner you buy auctions.

The bids and auctions tabs now have the same kind of table as the search tab.

The alt-click buy/bid/cancel was changed a bit. It now simply simulates a button click when used on a selected row. The change was done mainly to facilitate future TBC compatibility.
Last edited by Bit on Fri Mar 25, 2016 3:54 pm, edited 1 time in total.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Fri Mar 25, 2016 2:16 pm

Errors after the newest update:

1. ... / auction_listing . lua : 304 : bad argument #1 to "ceil" (number expected, got nil)

2. ... / control . lua : 30 : attempt to call local "k" (a nill value)

Both happen one after the other when clicking on the "Auctions" and "Bids" tabs.
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Mar 25, 2016 2:58 pm

babichkata wrote:Errors after the newest update:

1. ... / auction_listing . lua : 304 : bad argument #1 to "ceil" (number expected, got nil)

2. ... / control . lua : 30 : attempt to call local "k" (a nill value)

Both happen one after the other when clicking on the "Auctions" and "Bids" tabs.


Oops, some of the special unit_prices were undefined. Does it work now?
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Fri Mar 25, 2016 3:04 pm

Bit wrote:
babichkata wrote:Errors after the newest update:

1. ... / auction_listing . lua : 304 : bad argument #1 to "ceil" (number expected, got nil)

2. ... / control . lua : 30 : attempt to call local "k" (a nill value)

Both happen one after the other when clicking on the "Auctions" and "Bids" tabs.


Oops, some of the special unit_prices were undefined. Does it work now?



Flawless.
babichkata
Grunt
Grunt
 

PreviousNext

Return to Addons & macros