[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by papp » Fri Mar 11, 2016 8:14 pm

after a bit of debugging i managed to fix the problem, but the solution still kinda confuses me.
So the problem was that
local pattern1 = '^'..gsub(ITEM_SPELL_CHARGES, '%%d', '(%%d+)')..'$'
local pattern2 = '^'..gsub(ITEM_SPELL_CHARGES_P1, '%%d', '(%%d+)')..'$'
didn't return anything because
ITEM_SPELL_CHARGES & ITEM_SPELL_CHARGES_P1 were not set, which is kinda weird cause i googled they are supposed to be global variables set by wow?? im not sure.
my fix was to set the variables in the function like
ITEM_SPELL_CHARGES = "%d |4Aufladung:Aufladungen;";
ITEM_SPELL_CHARGES_P1 = "%d Charges"
i'm not even sure if that's correct but that did the trick
after fixing that i got another error in the function public.durability(tooltip)
same here
local pattern = '^'..gsub(DURABILITY_TEMPLATE, '%%d', '(%%d+)')..'$'
with DURABILITY_TEMPLATE not set, so i set it to
DURABILITY_TEMPLATE = "Haltbarkeit %d / %d";
the second error in my screenshot didn't appear after fixing the lua errors in info.lua

still not sure why these variables weren't set but it's all working now and your addon is really great :D
papp
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Fri Mar 11, 2016 8:25 pm

Yeah, they're supposed to be set by the client according to your locale. I doubt they would be missing from the german client so I guess yours must be corrupted somehow.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Proxdox » Sat Mar 12, 2016 2:39 am

I downloaded the new version, and it will not let me post automatically. It makes me enter the pricing manually. I tried /aux clear history and still it will not function.

It is also resetting my preferences for listing auctions, such as auction duration, stack counts, etc. I have redo EVERYTHING for each time I make an auction.

Not sure if it is something I am doing wrong, but I liked the old version much better where everything was automatic. Unfortunately I am getting errors when I try to revert to the old version now. I'm not sure how to fix this.
Last edited by Proxdox on Sat Mar 12, 2016 9:22 am, edited 1 time in total.
Proxdox
Private
Private
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Trishy » Sat Mar 12, 2016 8:03 am

Bit wrote:Any search with an empty blizzard filter will do.
Any way to stop afking other than manual player actions will get you banned. On the pve server the scan should finish soon enough anyway. On the pvp I guess you have to jump or something.


I can just set a timer between each time i press jump. Any idea how long a timer it is?
Trishy
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Mon Mar 14, 2016 2:03 pm

There's been a small but useful update for the search tab. The last aborted search can now be resumed. When a search is aborted the search button is replaced by a "Cont." button. Right click on the button will do a regular search.

The main use for this would be when you do a large scan and want to buy something in between (because buying necessarily interrupts the search)
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Iluita » Mon Mar 14, 2016 5:15 pm

Hey. First of all, thanks a bunch for your work on this addon.

I just updated to the newest vesion, and it seems like you changed the way buyout price filters work.

Before, if I wrote, for example, runecloth/exact/10s, it would find all auctions where the buyout PER UNIT was <= 10s. Now, when I do the same, it only returns auctions where the buyout for the entire auction is <= 10s. This seems less useful to me.. Is it intentional? Do I need to write something else to filter for "buyout per unit"?
Iluita
Tester
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Mon Mar 14, 2016 6:14 pm

Never noticed, only ever used it for non stacking items myself. Changed it to unit price now for all of min-bid, max-bid, min-buyout and max-buyout.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Tue Mar 15, 2016 8:29 am

Greetings, Bit!

Searching for rings/necks via armor/misc./finger gives me "Erroneous Item Class Modifier". The same applies for armor/misc./neck
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Tue Mar 15, 2016 11:32 am

babichkata wrote:Greetings, Bit!

Searching for rings/necks via armor/misc./finger gives me "Erroneous Item Class Modifier". The same applies for armor/misc./neck


Should be fixed now, thanks.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Lovedot » Tue Mar 15, 2016 3:41 pm

Proxdox wrote:I downloaded the new version, and it will not let me post automatically. It makes me enter the pricing manually. I tried /aux clear history and still it will not function.

It is also resetting my preferences for listing auctions, such as auction duration, stack counts, etc. I have redo EVERYTHING for each time I make an auction.

Not sure if it is something I am doing wrong, but I liked the old version much better where everything was automatic. Unfortunately I am getting errors when I try to revert to the old version now. I'm not sure how to fix this.


I have the same problem. Went back to the older version for now...
Lovedot
Tester
 

PreviousNext

Return to Addons & macros