Jump to content
shirsig

[AddOn] aux and more

Recommended Posts

@shirsig

Hi!

How to enable mousover tooltips for cooldowns in "cdframes"? Or was this feature only in the previous version("cooldowns")?

Ty in advance.

Share this post


Link to post
Share on other sites

hello,

I am using aux-addon and I would like to know how the autobuy function is working.
As far as I have search, nothing is clearly explained on this point

Can I have a little explanation please ?

Share this post


Link to post
Share on other sites
8 hours ago, Larsy93 said:

I think its a feature in the addon

Yes, and is it possible to get additional information about its way of working please ?

Share this post


Link to post
Share on other sites
22 hours ago, jagonx said:

@shirsig

Hi!

How to enable mousover tooltips for cooldowns in "cdframes"? Or was this feature only in the previous version("cooldowns")?

Ty in advance.

Yeah, it's gone.

20 hours ago, Malga said:

hello,

I am using aux-addon and I would like to know how the autobuy function is working.
As far as I have search, nothing is clearly explained on this point

Can I have a little explanation please ?

If you enable autobuy for a filter everything matching it will be bought automatically if it is encountered during a scan.

Share this post


Link to post
Share on other sites
On 3/19/2017 at 4:25 PM, Tunes said:

Hey! I use your updated WIM, I like that there's an option to block whispers from people under 10.  What are the chances that this can be made editable? perhaps to block whispers from people under any user-set level?

Since elysium already blocks people from 1-9 from whispering, chinese spammers level to 10 and then whisper people goldselling advertisements.  If your addon would block people equal to and under 10, I think it would reduce the goldspam i see!

 

thanks!

I started working on a new version with some more retail features a while ago but not sure if I'll ever finish it. Not likely I will change the current version but you could just edit it in the code: https://github.com/shirsig/WIM/blob/master/WIM.lua#L314

Share this post


Link to post
Share on other sites
2 часа назад, shirsig сказал:

Yeah, it's gone.

 

:(

Any chance to get them back? In future.*

Share this post


Link to post
Share on other sites
4 hours ago, wino102 said:
 

http://imgur.com/a/LzbPx

I have items in bag but I can't see it in aux/post.

believe that's due to version difference in your WTF files from upgrading to new version.  delete your WTF data for Aux. 

Share this post


Link to post
Share on other sites
12 hours ago, wino102 said:
 

http://imgur.com/a/LzbPx

I have items in bag but I can't see it in aux/post.

It's because they have reduced durability which means they can't be posted.

21 hours ago, jagonx said:

:(

Any chance to get them back? In future.*


Not likely. I mean, I don't think it's that useful, you would only need it once to learn which spell the icon belongs to. Once you know all spells there's no reason not to have it be click-through, and, i mean, there aren't that many spells and you should learn which classes have which spells anyway if you're gonna do pvp.

Edited by shirsig

Share this post


Link to post
Share on other sites

I'm having some issues with quick buying in Aux (alt + left click). I always get this error:

Error:  attempt to index field `data' (a nil value)
AddOn: aux-addon
File: frame.lua
Line: 522
Count: 1

Any idea?

Share this post


Link to post
Share on other sites
2 hours ago, Beetroot said:

I'm having some issues with quick buying in Aux (alt + left click). I always get this error:

Error:  attempt to index field `data' (a nil value)
AddOn: aux-addon
File: frame.lua
Line: 522
Count: 1

Any idea?

Thanks, should be fixed. Never think to test them enough after a change since I so rarely use them myself.

Share this post


Link to post
Share on other sites
41 minutes ago, shirsig said:

Thanks, should be fixed. Never think to test them enough after a change since I so rarely use them myself.

Works flawlessly, thank you!

Share this post


Link to post
Share on other sites

The newest aux does away with decimals on the post tab (superficially). Since undercutting is selection based it can still use fractional unit prices under the hood. Also, it still is possible to enter fractional prices manually also. They will be shown as rounded to copper but the fractional value will be used to calculate the stack price when posting. In a way it is more consistent because there aren't fractional prices anywhere else in aux, in a way it is less so because of the dichotomy of shown and actual prices. But I think people generally disliked the decimals and since this way the feature of always undercutting by 1c could be preserved I made the change.

Edited by shirsig

Share this post


Link to post
Share on other sites

I was wondering; is it possible to implement a tab to sort out auctions by the time they were created? In other words the newest auctions would show up first, basically so you can track what items are being put up on the AH.

Also if I understand correctly, searching in real time means I'm only scanning the last page = it will only show the newest items posted, right? So for example if post an item on the AH I should be able to see it if I scan in real time?

Edited by Beetroot
question

Share this post


Link to post
Share on other sites
19 hours ago, Beetroot said:

I was wondering; is it possible to implement a tab to sort out auctions by the time they were created? In other words the newest auctions would show up first, basically so you can track what items are being put up on the AH.

Also if I understand correctly, searching in real time means I'm only scanning the last page = it will only show the newest items posted, right? So for example if post an item on the AH I should be able to see it if I scan in real time?

Yes, but it relies on blizzlike sorting which it seems they broke again.

Share this post


Link to post
Share on other sites

Well that's a bummer, how to snipe neutral AH now :(

Edit* is it possible that it's magically working again? It seems like it is this morning.

Edited by Beetroot
update

Share this post


Link to post
Share on other sites

Aux last page scan used to work, hasn't worked for past ~3 days.  Tried deleting aux WTF data and redownloading aux from github.  AH doesnt' seem to use same sorting method anymore, maybe will be restored upon server reboot, hopefully.

Share this post


Link to post
Share on other sites

Hi shirsig, your aux addon is a jewel... awesome work, really. I have made an italian version of it, maybe you'd like to make it available for download along with the standard one. It's already tested and fully functional, so you don't have to worry about that.

Now however, there's a few things that might be worth looking into:

1) During searches, the progress bar doesn't match the scan progression. It looks like it's rounded down. E.g.: if there's 4 pages to scan, during the scanning of page 1/4 the progress bar is empty, when it's at page 2/4 it's only 25% full, when it's at page 3/4 it's 50% full and, of course, it jumps to full at the next step, when the scan is complete. That's not technically a bug, as it doesn't affect the addon functionality, still it is clearly unaccurate.

2) With aux addon enabled, I noticed repair prices aren't shown in the tooltip anymore when you talk to a repair vendor. It looks like that line is somehow overwritten by the "value" entry added by aux. I tried disabling the addon and that fixed it, I re-enabled it and the bug was there again.

3) Maybe related with 2), with aux enabled ALL money amounts in tooltips, be it from CODs, auction house-generated mail, and standard item tooltips, are displayed in a very darkened color which makes them hard and unconvenient to read. Not only the money amount is darker, so is the coin icon as well. This doesn't always happen, yet it occurs often enough to be bothersome. In case this was never reported before, this is where you can see the bug (highlighted in red).

4) There's no history version on GitHub, so I can't really tell if my own version is up to date and some of these bugs have already been reported (and possibly fixed).

I know that any updated version would overwrite my translation, if I just downloaded it... so feel free to tell me what line I should edit in what file, in case it should be a language-sensitive one.

Thanks and keep up the excellent work!

Edited by Aurigon
Screenshot linked.

Share this post


Link to post
Share on other sites
On 4/1/2017 at 3:24 PM, Aurigon said:

 

Hey. I'd be happy to link to your localized version, thanks. The progress bar should be fixed. As for the tooltip issues, I cannot reproduce them. The darkening must be caused by another addon (or at least a conflict with one), the repair price seems to not exist in the default UI (except for the one on the "repair all" button) so the problem would be a "conflict" with whatever addon adds it.

There is a version history (https://github.com/shirsig/aux-addon/commits/master) or else I'm not sure what you would mean. The proper way to get my changes would be to use https://git-scm.com/docs/git-merge. This does most of it automatically, inspecting and possibly adjusting only the few places where there are conflicts. Just commit your changes if you haven't deleted the git repo file (or get it again from the version you started with first). If you're new to git there are countless tutorials. Github hosts your repo for free for backup and distributing.

Share this post


Link to post
Share on other sites

Aight, gonna figure what addon causes that by myself.

40 minutes ago, shirsig said:

There is a version history (https://github.com/shirsig/aux-addon/commits/master) or else I'm not sure what you would mean. The proper way to get my changes would be to use https://git-scm.com/docs/git-merge. This does most of it automatically, inspecting and possibly adjusting only the few places where there are conflicts. Just commit your changes if you haven't deleted the git repo file (or get it again from the version you started with first). If you're new to git there are countless tutorials. Github hosts your repo for free for backup and distributing.

Can I just download the fixed file(s)? I'm assuming you only edited gui.lua did you?

Share this post


Link to post
Share on other sites

Well, I don't know which version you started from nor what changes you made so no way I could know. You'll have to learn to merge if you want to keep this up to date or you'll go insane anyhow.

Share this post


Link to post
Share on other sites

I only translated the english text basically (button text and column headers, that is), that's the only changes I ever made to the original. Never mind tho, it looks like the change history on the repo shows what line has been edited in what file, and how... so I guess I can just replicate those myself =)

Edited by Aurigon

Share this post


Link to post
Share on other sites

I read that you could search for suffixes with aux, but I'm having no luck. I tried with a simple "of the monkey" and found nothing.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×