Jump to content
shirsig

[AddOn] aux and more

Recommended Posts

[2017/03/02 21:27:43-602]: post\core.lua:62: attempt to index global `selected_item' (a nil value)
post\core.lua:62: in function <Interface\AddOns\aux-addon\tabs\post\core.lua:61>
<unknown>:
post\frame.lua:108: in function `selected'
gui\listing.lua:31: in function <Interface\AddOns\aux-addon\gui\listing.lua:28>
<in C code>: in function `Hide'
post\core.lua:96: in function `nop'
aux-addon\aux-addon.lua:77: in function <Interface\AddOns\aux-addon\aux-addon.lua:75>
gui\core.lua:255: in function `select'
aux-addon\frame.lua:35: in function <Interface\AddOns\aux-addon\frame.lua:35>
<unknown>:
aux-addon\aux-addon.lua:205: in function `?'
aux-addon\aux-addon.lua:56: in function <Interface\AddOns\aux-addon\aux-addon.lua:47>

  ---

 

Share this post


Link to post
Share on other sites
5 minutes ago, SealHeal said:

[2017/03/02 21:27:43-602]: post\core.lua:62: attempt to index global `selected_item' (a nil value)
post\core.lua:62: in function <Interface\AddOns\aux-addon\tabs\post\core.lua:61>
<unknown>:
post\frame.lua:108: in function `selected'
gui\listing.lua:31: in function <Interface\AddOns\aux-addon\gui\listing.lua:28>
<in C code>: in function `Hide'
post\core.lua:96: in function `nop'
aux-addon\aux-addon.lua:77: in function <Interface\AddOns\aux-addon\aux-addon.lua:75>
gui\core.lua:255: in function `select'
aux-addon\frame.lua:35: in function <Interface\AddOns\aux-addon\frame.lua:35>
<unknown>:
aux-addon\aux-addon.lua:205: in function `?'
aux-addon\aux-addon.lua:56: in function <Interface\AddOns\aux-addon\aux-addon.lua:47>

  ---

 

Delete... your... saved.... variables....
 

Share this post


Link to post
Share on other sites
В 01.03.2017 в 00:16, shirsig сказал:

Any update? Or anyone got a throwaway account with a rogue on some funserver that I could use to test this?

Sorry for the long responding. I tried sap in a duel and it didn't work for it either, as expected. So please fix sap support for your ccwatch.

Share this post


Link to post
Share on other sites

 

2 hours ago, Ldarius said:

Sorry for the long responding. I tried sap in a duel and it didn't work for it either, as expected. So please fix sap support for your ccwatch.

On 3/2/2017 at 0:27 AM, shirsig said:

Well, so, I've tried it on some instant 60 server and it seems to work fine. Try a clean install, deleting savedvariables, disabling other addons?

 

Share this post


Link to post
Share on other sites
В 02.03.2017 в 02:27, shirsig сказал:

Well, so, I've tried it on some instant 60 server and it seems to work fine. Try a clean install, deleting savedvariables, disabling other addons?

Deleting savedvariables file worked, thanks^^

Share this post


Link to post
Share on other sites

Hi shirsig, love your addons, I've had some trouble with them though, so I wanted to share.  I admit that some of the problems I have are probably addon conflicts.

Clean Up: I have no idea how this works.  I assume maybe there's a button or something on the default bag ui that is added.  I use onebag/onebank so I suspect a conflict here.

Cooldowns: This addon is amazing, it's so clean and simple.  I don't seem to have a minimap button for it.  However, that's a nonissue as I'm happy where the default location is.  The problem is that amplify curse doesn't seem to be detected.

I hope this feedback helps.  I really do like your addons, thank you very much.

 

 

Share this post


Link to post
Share on other sites
26 minutes ago, Tunes said:

Hi shirsig, love your addons, I've had some trouble with them though, so I wanted to share.  I admit that some of the problems I have are probably addon conflicts.

Clean Up: I have no idea how this works.  I assume maybe there's a button or something on the default bag ui that is added.  I use onebag/onebank so I suspect a conflict here.

Cooldowns: This addon is amazing, it's so clean and simple.  I don't seem to have a minimap button for it.  However, that's a nonissue as I'm happy where the default location is.  The problem is that amplify curse doesn't seem to be detected.

I hope this feedback helps.  I really do like your addons, thank you very much.

 

 

All addons have readme files with instructions. (if you view them on github they're nicely formatted)

The newest version of cooldowns (cdframes) should hopefully track it.

Share this post


Link to post
Share on other sites

Thanks for the fast response!

I tried Postal, and I got this error on launch:

Quote

Error: Interface\AddOns\Postal\Postal.lua:109: attempt to index field `MailFrame' (a nil value)

And I got these errors when I interact with the mailbox:

Quote

Count: 2
Error: Interface\AddOns\Postal\Postal.lua:384: attempt to index global `PostalHorizontalBarLeft' (a nil value)
--------------------------------------------------
Count: 4
Error: Interface\AddOns\Postal\Postal.lua:140: attempt to index field `check' (a nil value)
--------------------------------------------------
Count: 1
Error: Interface\AddOns\Postal\Postal.lua:713: attempt to index global `PostalMailButton' (a nil value)

I also updates Aux to the latest from github and now it gives this error:

Quote

Error: Interface\AddOns\aux-addon\core\history.lua:77: attempt to perform arithmetic on field `time' (a nil value)

 

Edited by Tunes

Share this post


Link to post
Share on other sites
On 1/23/2017 at 11:12 AM, shirsig said:

There's no such feature but you can manually edit the savedvariable files or do something like this: /run require'aux.util.persistence'.dataset.history['20725:0'] = '0##200000@0' (20725 is the item id)

just trying to get my head around the formatting in the lua

['20725:0'] = '0##200000@0'

is

['Itemcode:?'] = '?##??????@?'

so

["3859:0"] = "1488718800#956#479@1488546000;850@1488459600",

is

["Steel Bar:?"] = "?#?#?@?;?@?

I'm assuming some of these ? are bid/buyout price/daily price5, stack size/count?

Share this post


Link to post
Share on other sites
6 hours ago, Tunes said:

Thanks for the fast response!

I tried Postal, and I got this error on launch:

And I got these errors when I interact with the mailbox:

I also updates Aux to the latest from github and now it gives this error:

 

delete moveanything / delete savedvariables

Share this post


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

just trying to get my head around the formatting in the lua

['20725:0'] = '0##200000@0'

is

['Itemcode:?'] = '?##??????@?'

so

["3859:0"] = "1488718800#956#479@1488546000;850@1488459600",

is

["Steel Bar:?"] = "?#?#?@?;?@?

I'm assuming some of these ? are bid/buyout price/daily price5, stack size/count?

It's endofday#dailyminbuyout#value1@time1#value2@time2#value3@time3 ...

The second number in the key is the suffix id.

Edited by shirsig

Share this post


Link to post
Share on other sites

Hey shirsig!

I've been running into some problems with Beancounter. Not that is has anything to do with your addons, but do you have a version that works (with your addons)? If not, do you plan on implementing a function that does what Beancounter does: tracking your action house activity? As you developed Aux and a mail addon, it seems to be a natural addition.

Thanks in advance!

Share this post


Link to post
Share on other sites
5 hours ago, narcoma said:

Hey shirsig!

I've been running into some problems with Beancounter. Not that is has anything to do with your addons, but do you have a version that works (with your addons)? If not, do you plan on implementing a function that does what Beancounter does: tracking your action house activity? As you developed Aux and a mail addon, it seems to be a natural addition.

Thanks in advance!

I think beancounter works with delays so it can never be reliable when used with fast automatic mail opening. This is probably the only way to do it reliably, but it has the disadvantage that it "reads" all the mails when visiting the mailbox, reducing the expiration time: https://github.com/shirsig/aux-addon/issues/44#issuecomment-283196965

Either way, I'm not interested in making that into a full addon, sorry.

Share this post


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

It seems they fixed the AH sorting so generic sniping should work once again.

What do you mean by "generic"?

 

Also, is there some kind of documentation on the single filters one can use? I guess most of them are self-explanatory, but a little info there could be very helpful. For example, I didn't know Aux had it's own Enchantrix-esque disenchanting calculator with Aux' market values. I always thought it took those info from Enchantrix if turned on, like what it did with Informant. Also, with some filters it might be unclear if the filter works like a less than or more than operator.

Edit: Another thing, is real time scanning for the last page auto-enabled? If not, were do I enable it?

 

Edited by narcoma

Share this post


Link to post
Share on other sites
20 hours ago, narcoma said:

What do you mean by "generic"?

 

Also, is there some kind of documentation on the single filters one can use? I guess most of them are self-explanatory, but a little info there could be very helpful. For example, I didn't know Aux had it's own Enchantrix-esque disenchanting calculator with Aux' market values. I always thought it took those info from Enchantrix if turned on, like what it did with Informant. Also, with some filters it might be unclear if the filter works like a less than or more than operator.

Edit: Another thing, is real time scanning for the last page auto-enabled? If not, were do I enable it?

 

Since before new auctions didn't appear on the last page you could only snipe with a blizzard filter which returns only one page or very few.

Now you can just do filterless sniping again and it will work for all your auto buy filters.

The filters are all in the dropdown on the filter builder tab. What the inequality is is mostly intuitive (because the other options wouldn't be very useful) but also since there are only like 3 of those you can easily just find out or confirm it by testing.

To enable real time mode (sniping) click on the range button left to the search box.

Edited by shirsig

Share this post


Link to post
Share on other sites
5 hours ago, Ldarius said:

Cooldowns addon doesn't work for Cold Blood. Requesting a fix.

Sure it doesn't with the newest version? Should've been fixed together with nature's swiftness and the like.

Share this post


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

Sure it doesn't with the newest version? Should've been fixed together with nature's swiftness and the like.

Updating the addon fixed it for me, thanks.

Share this post


Link to post
Share on other sites
3 hours ago, Quesh Kibrul said:

Hello!

First of all, thank you so much for the amazing addons!

Regarding [AUX] I would like to know if it still possible to display the "seen on auction" tooltip or something similar like in this pic: https://gyazo.com/a3bff919338c2cdcc25f583282a88612

 

Thanks in advance!

https://github.com/shirsig/aux-addon/issues/95

 

The newest version will delete most savedvariables (working quite differently now and certain things are differently scoped. for example, favorite searches kept per realm and no longer per account)

Share this post


Link to post
Share on other sites

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!

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

×