[AddOn] Aux - Enhanced Auction House Interface

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Sun Nov 01, 2015 10:58 pm

Bit wrote:
babichkata wrote:Redownloaded the addon and everything works perfect. Tx for making me happy, Bit <3

You're welcome :)
Tell me if you notice any items missing from the autocomplete for the item search please.
I'm now preparsing a list of auctionable items in my english client and then shipping that list of ids with the addon which increases autocomplete performance and removes nonsensical suggestions in a way compatible with other locales because i can check for the english 'binds when picked up' etc. in the tooltip and the list is only localized when the addon is loaded.
For some reason apparently you got a nil value for one of the ids before which is strange seeing as you're using the same client. I've simply added a check there now that skips the ids where your client doesn't have a name but that might lead to some missing entries.


Item Search: Missing Items so far - Iron Bar, Truesilver Bar, Plaguebloom, Dreamfoil, Mountain Silversage, Cured hides and many more mats needed for professions.

Filter Search: Found a visual bug with items whose name is with suffix such as: Helm of the Eagle, Pants of the Whale etc. Their stats do not appear in the tooltip when you hover the link. However, the tooltips in the default UI work fine.
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sun Nov 01, 2015 11:11 pm

babichkata wrote:
Bit wrote:
babichkata wrote:Redownloaded the addon and everything works perfect. Tx for making me happy, Bit <3

You're welcome :)
Tell me if you notice any items missing from the autocomplete for the item search please.
I'm now preparsing a list of auctionable items in my english client and then shipping that list of ids with the addon which increases autocomplete performance and removes nonsensical suggestions in a way compatible with other locales because i can check for the english 'binds when picked up' etc. in the tooltip and the list is only localized when the addon is loaded.
For some reason apparently you got a nil value for one of the ids before which is strange seeing as you're using the same client. I've simply added a check there now that skips the ids where your client doesn't have a name but that might lead to some missing entries.


Item Search: Missing Items so far - Iron Bar, Truesilver Bar, Plaguebloom, Dreamfoil, Mountain Silversage, Cured hides and many more mats needed for professions.

Filter Search: Found a visual bug with items whose name is with suffix such as: Helm of the Eagle, Pants of the Whale etc. Their stats do not appear in the tooltip when you hover the link. However, the tooltips in the default UI work fine.


Yeah that must be because of the "fix" I made. I have all those items in my autocomplete. Maybe you could try and see if it's different items missing after you /reload or relog. Would be interesting to hear if other people have the same issue too.

I've fixed the tooltip bug, the other thing I'll look at tomorrow after work.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Sun Nov 01, 2015 11:25 pm

Bit wrote:Yeah that must be because of the "fix" I made. I have all those items in my autocomplete. Maybe you could try and see if it's different items missing after you /reload or relog. Would be interesting to hear if other people have the same issue too.

I've fixed the tooltip bug, the other thing I'll look at tomorrow after work.


Seems I haven't downloaded the fixed zip you made. Now the autocomplete does work and so does the tooltip.

Is there any way I can donate for your work?
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Sun Nov 01, 2015 11:37 pm

babichkata wrote:Seems I haven't downloaded the fixed zip you made. Now the autocomplete does work and so does the tooltip.

Hmm, but that couldn't have fixed the missing items, only the lua error. Strange.

babichkata wrote:Is there any way I can donate for your work?

Absolutely not :)
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by tedj » Sun Nov 01, 2015 11:38 pm

Didn't have any problems so far. And yeah you're right about the pages!

EDIT

Oh and about the searching for seller that owuld be great because we cannot search all of the AH and order by list name because it will order that page only, in that way we could check, after scanning all the pages, what seller is selling what :P
tedj
Private
Private
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Bit » Mon Nov 02, 2015 12:40 am

tedj wrote:we cannot search all of the AH and order by list name because it will order that page only

You can with Aux, only the default ui doesn't do that. Aux sorts globally. I've never actually tried to scan the whole ah though, wonder what the memory consumption would be. Recently I've made some optimizations like no longer saving textures so it might not be too bad.
Bit
Sergeant Major
Sergeant Major
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Mon Nov 02, 2015 6:28 am

Made it generate an other error:

Item Search: Typing Foror's Compendium of Dragon Slaying and hitting enter throws the following
"...\core . lua : 274 : Usage : GetAuctionItemSubClasses(index)"

Edit:

The cross-faction AH at Booty Bay messes up the Item Search tab aswell. Seems like the memorized searches are conflicting. After my visit at the Booty Bay's AH, the regular AH is humped up. Here is the error: "...\item_search_frame . lua : 69 : attempt to concetanate field ` name ' (a nil value) "

Okay, deleted the Aux'es saved variables for the particular acc and the error is gone. However, the autocomplete function is missing a lot of mats again :D :cry:
Last edited by babichkata on Mon Nov 02, 2015 1:02 pm, edited 4 times in total.
babichkata
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Renew » Mon Nov 02, 2015 10:32 am

i just downloaded the addon, good work :)

here a suggestion: enable the closing by pressing ESC button :)

its a oneliner:

Code: Select all
tinsert(UISpecialFrames, "FRAMENAME")


the frame must have a name, variablename of the frame doesnt work :)
my Addons:
- Vanilla Healing Assignments - /viewtopic.php?f=63&t=23326
- Vanilla Storyline -
User avatar
Renew
Senior Sergeant
Senior Sergeant
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by Deathhand » Mon Nov 02, 2015 2:17 pm

Addon bid instead of buy sometimes. I dont know why.
Die every time when i try to edit it...
User avatar
Deathhand
Grunt
Grunt
 

Re: [AddOn] Aux - Enhanced Auction House Interface

by babichkata » Mon Nov 02, 2015 5:18 pm

Another bug with "Item Search" tab: Using the Filter Search once makes the Item Search's field above the "Refresh" button disappear. Currently the only two ways to make it(the field) usable is by clicking on one of the cached searches, thus searching for an item you dont want to search for and generate another item in the cache or /reload the game.

PS
The Filter Search tab is absolutely flawless, please do not remove it in the future :P <3
babichkata
Grunt
Grunt
 

PreviousNext

Return to Addons & macros