Jump to content
shirsig

[AddOn] aux and more

Recommended Posts

3 hours ago, shirsig said:

Are you talking about some kind of command history? Pretty sure the default UI doesn't have that.

No, chat has its own history. But if lock/unlock were one togglable command you could easily enter 2 commands in a row. Easy unlock and then easy lock.

Share this post


Link to post
Share on other sites

getting this error. any idea how to fix it?

Interface/Addons/aux-addon/search/saved/lua:11: bad argument #1 to 'getn' (table expected, got nil)

cant attach .jpg for some reason...

Share this post


Link to post
Share on other sites

I was wondering if you could add extra filter functionality to crafty. I use it extensively for Blacksmithing and I was hoping that we could get an option to "filter" out certain item's from the list, such as individual items (think "hide this item" from aux) or to filter out bind on pickup items. My primary reasoning for this is that I frequently craft Dark Iron gear for other player's and I don't want to keep seeing my Bind on Pickup recipe's :D

Thanks for all the great work you do for the community creating these invaluable addons!
 

Share this post


Link to post
Share on other sites

 

Is there any way to add a custom value to an item in the aux addon? I want to add some value to nexus crystal since they never go up on AH and the addon can't calculate the disenchant value of lots of items that has a low chance of resulting in a nexus crystal.

Or is there any other way to fix this?

Thank you so much for an amazing addon!

Share this post


Link to post
Share on other sites
On 1/8/2017 at 1:01 PM, Mohawkward said:

Just a quick question what is the difference between Auctioneer and Shirsig's Aux ?

Vanilla auctioneer is very limited. Doesn't do much besides scanning. aux' features are described in the readme file.

On 1/8/2017 at 2:08 PM, SquareBe said:

getting this error. any idea how to fix it?

Interface/Addons/aux-addon/search/saved/lua:11: bad argument #1 to 'getn' (table expected, got nil)

cant attach .jpg for some reason...

Looks like a savedvariables issue (delete them)

18 hours ago, Lebowski said:

I was wondering if you could add extra filter functionality to crafty. I use it extensively for Blacksmithing and I was hoping that we could get an option to "filter" out certain item's from the list, such as individual items (think "hide this item" from aux) or to filter out bind on pickup items. My primary reasoning for this is that I frequently craft Dark Iron gear for other player's and I don't want to keep seeing my Bind on Pickup recipe's :D

Thanks for all the great work you do for the community creating these invaluable addons!
 

Will think about it/see if i can come up with a good way to fit it into the interface.

2 hours ago, bastub0y said:

 

Is there any way to add a custom value to an item in the aux addon? I want to add some value to nexus crystal since they never go up on AH and the addon can't calculate the disenchant value of lots of items that has a low chance of resulting in a nexus crystal.

Or is there any other way to fix this?

Thank you so much for an amazing addon!

No but you can manually add a history entry in the savedvariables file. Or from withing the game, for example for 20g:

/run require'aux.util.persistence'.dataset.history['20725:0'] = '0##200000@0'

 

Edited by shirsig

Share this post


Link to post
Share on other sites

Hey Shirsig, I think I have to get on with your addon. Only constructive criticism from now on.

I need help on those:

1- How to remove "Saved Searches" and "Filter Builder" tabs from "Search" tab

2- How to remove left frame of "Post" tab (Where it shows items in your bag)

3- How to remove "Time Left" and "%History Value" info from "Post" tab(both bid and buyout screens)

4- How to remove "Time Left" and "%History Value" and "Seller" info from "Search" tab

Share this post


Link to post
Share on other sites
1 minute ago, EffToyz said:

/aux tooltip vendor sell

Yea I actually just found it! Now the problem is to locate the addon making that "value" tag appear

Share this post


Link to post
Share on other sites

Ok I can't seem to edit my post, so I'll have to reply. I have the prices and stuff sorted now. What I did was add the aux_merchant_prices files into the Aux-AddOn. Is that correct or should I let it have its own folder called "Aux_Merchant_Prices"?

Share this post


Link to post
Share on other sites

value is market value, you have to scan auction house for that. aux_merchant_prices is folder for merchant prices.

prices.PNG

Share this post


Link to post
Share on other sites
Just now, EffToyz said:

value is market value, you have to scan auction house for that. aux_merchant_prices is folder for merchant prices.

prices.PNG

I just PM'd you, but yes. Now my final problem is to figure out, where I get the price listed twice:

http://i.imgur.com/rHzw96u.png

As you can see, the sell price is listed twice, and in different formats. I have removed all other addons but Aux, and its still there, leading me to assume its tied to Aux. Do you know what gives?

Share this post


Link to post
Share on other sites

you getting sell price with big coins from another addon. I prefer the one from aux. but you can turn it off with /aux tooltip vendor sell

Share this post


Link to post
Share on other sites
7 hours ago, orwell said:

Hey Shirsig, I think I have to get on with your addon. Only constructive criticism from now on.

I need help on those:

1- How to remove "Saved Searches" and "Filter Builder" tabs from "Search" tab

2- How to remove left frame of "Post" tab (Where it shows items in your bag)

3- How to remove "Time Left" and "%History Value" info from "Post" tab(both bid and buyout screens)

4- How to remove "Time Left" and "%History Value" and "Seller" info from "Search" tab

All of this would have to be changed in the tabs/search and tabs/post folders. None of it is completely trivial though. Don't have time for more details atm.

27 minutes ago, kedde2006 said:

In cooldowns addon..

How do i completely disable targettarget frames? i only want myself and targets cooldowns visible..

/cooldowns targettarget off

Share this post


Link to post
Share on other sites
1 minute ago, Дяпчик said:

* Efficient price input inspired by the retail addOn TSM.
Can it be disabled to have classic G, S, C fields some how?

No. But you can enter a plain number and it will count as gold. 5 = 5g, 5.4433 = 5g 44s 33c

Share this post


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

This is a bug in some libraries used e.g. by modui.

You addon(Post tab) shows 14c as 14.000c

What is the purpose of this?

Ok ok, I give up! You must have a really good reason to put it there.... don't tell me the purpose, just tell me how to make it look normal without .000

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

×