[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sun Feb 14, 2016 5:49 am

Havanaclub wrote:There isn't a quick scan? It is taken like 1 hour for a full scan

There's no such thing in vanilla. The API lets you only request one page every ~4 seconds. You don't have to do a full scan though to get historical data. If you're only interested in trade goods for example you can limit yourself to that.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by RedBanner » Sun Feb 14, 2016 10:20 am

I just installed the new version last night, and I am very happy you went with a TSM-based look.

I do have a couple of questions, though...

Is it possible to always have auction times set to 8hr by default? I almost never post over 8hrs as I tend to post auctions twice a day, and it seems like a waste of money to pay for the longer posting time.

...and...

Is it possible to always have the bid match the buyout? I use Auctioneer for posting just because I only have to put a price in for the buy price and it auto matches in the bid box. I rarely mess around with bidding. People will either buy my stuff or they wont. Honestly, how often do you go to the auction house looking for something and think "I want to buy this in 2 days"?

Even if you need to point me to a line of code, I'm cool with that, too.
Join #macrochat text channel for macro assistance (no sign-up required): Discord.
I'm not a pro, but I love building macros, sharing what I know, and learning more.
User avatar
RedBanner
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sun Feb 14, 2016 11:15 am

RedBanner wrote:I just installed the new version last night, and I am very happy you went with a TSM-based look.

I do have a couple of questions, though...

Is it possible to always have auction times set to 8hr by default? I almost never post over 8hrs as I tend to post auctions twice a day, and it seems like a waste of money to pay for the longer posting time.

...and...

Is it possible to always have the bid match the buyout? I use Auctioneer for posting just because I only have to put a price in for the buy price and it auto matches in the bid box. I rarely mess around with bidding. People will either buy my stuff or they wont. Honestly, how often do you go to the auction house looking for something and think "I want to buy this in 2 days"?

Even if you need to point me to a line of code, I'm cool with that, too.


The auction settings will be remembered for every item. For new items the default is always 24h. You could change that on line 17 in post_frame.lua though.

I assume you're talking about fixed pricing? It's not currently possibly but I may add it. You could copy paste it though thanks to the TSM money input method.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Sun Feb 14, 2016 5:40 pm

Fix Unit Starting Price and Unit Buyout Price of Fixed model
I don't understand how to put a price
it is defined as 0c
User avatar
monteo
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sun Feb 14, 2016 8:18 pm

monteo wrote:Fix Unit Starting Price and Unit Buyout Price of Fixed model
I don't understand how to put a price
it is defined as 0c

What do you mean, just type in a price. Like for example type "10g 5s". 0c is the default but after that it will remember whatever you put in before.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by monteo » Mon Feb 15, 2016 5:00 am

Bit wrote:
monteo wrote:Fix Unit Starting Price and Unit Buyout Price of Fixed model
I don't understand how to put a price
it is defined as 0c

What do you mean, just type in a price. Like for example type "10g 5s". 0c is the default but after that it will remember whatever you put in before.

I did not know that it was necessary to write letters, I instinctively used a space
User avatar
monteo
Sergeant
Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Demonday » Mon Feb 15, 2016 7:01 am

Hi. Just downloaded new version.
And i got error - http://joxi.ru/DmBXnELcxRKNAP
I disable all addons but it is not helps me.
Demonday
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Mon Feb 15, 2016 11:06 am

Demonday wrote:Hi. Just downloaded new version.
And i got error - http://joxi.ru/DmBXnELcxRKNAP
I disable all addons but it is not helps me.


viewtopic.php?f=63&t=21102&start=410#p241339

You'll probably also need an /aux clear because the history format's changed.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Demonday » Mon Feb 15, 2016 7:43 pm

Thank you! It helps!
Demonday
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by RedBanner » Tue Feb 16, 2016 3:46 am

Bit wrote:The auction settings will be remembered for every item. For new items the default is always 24h. You could change that on line 17 in post_frame.lua though.


Easily changed the default to 8hrs. Thank you for pointing me to it.

Bit wrote:I assume you're talking about fixed pricing? It's not currently possibly but I may add it. You could copy paste it though thanks to the TSM money input method.


When you select an item to auction, the addon will put a price in both the buy and bid boxes. I'm not sure where it draws the bid price from, but I would prefer that it drew it from the same place it draws the buy price . This would make them the same price. For me, this would greatly speed up listing.
Join #macrochat text channel for macro assistance (no sign-up required): Discord.
I'm not a pro, but I love building macros, sharing what I know, and learning more.
User avatar
RedBanner
Grunt
Grunt
 

PreviousNext

Return to Addons & macros