Jump to content
shirsig

[AddOn] aux and more

Recommended Posts

No idea. Have you tried it on both the laptop and pc multiple times and it always happened on the pc and never on the laptop? It could be a server side issue otherwise. Frankly I don't know how addons even could crash the client, besides freezing or disconnecting. You could try increasing the addon memory (or setting it to 0 for automatic) but I think if that were the issue you would get a warning before the client closes.

Edited by shirsig

Share this post


Link to post
Share on other sites

I'll give it a try tomorrow morning, perhaps it was the client.

I had another question. I was going through the readme and trying to understand the different search functions (such as "/exact"). I search up about 10 different herbs when I'm using Aux. I was wondering instead of clicking each name 10 times in the Favorite Searches area, can I put together all the searches in one scan-results page?

I tried "Gromsblood/Dreamfoil/exact" for example and it scans two pages then sends me back to the Saved Searches tab. It would be great if I could see all the Gromsblood and Dreamfoil scan results in one :)

Edit: Figured it out!

Edited by twerkjob

Share this post


Link to post
Share on other sites

Hi for some reason the cooldowns addon is not tracking mages counterspell cd or warlock pet cooldown? tracks rogue kick but as a healer mages cs cd is important curious if this is bug or not?

Share this post


Link to post
Share on other sites

Not sure, I think it should work but only under limited conditions. Also, will have to look at the combat log events on new nost, maybe they're different.

Edited by shirsig

Share this post


Link to post
Share on other sites

Ye I noticed after I posted this I joined a bg and a few times it was tracked but sometimes not, didn't track in duels however. Must be some specific time it's tracked? Maybe if it's imp cs only?

Share this post


Link to post
Share on other sites

That would make sense, and I guess fel hunter spell lock because it comes from the pet not the player or something?

Share this post


Link to post
Share on other sites

First just wanna say thanks a ton, I use a lot of these addons and they're great. 

I'm having trouble with Clean Up though, I can't seem to get it to stick on the onebag frame like you have in the screenshot. When I go to place it and scroll through the windows it can stick to, the onebag frame is never highlighted. Any ideas?

 

Edit: also, npcscan shows up in my addons list and MPC as working, but nothing at all happens when I type /npcscan.

Edited by whorecrusher

Share this post


Link to post
Share on other sites

Man, not sure if I asked already, but is it possible to add profiles? By that I mean I'm usually looking for completely different things on different character, herbs on my alchemist, recipes for different crafters, and a lot of items for my resell on my auction banker, I'd rather keep search list clean on my crafters after searching things to resell on my sniper.

Thanks a lot for your addon! Can't thank you enough :D

 

Oh, man, since you are on WIM project as well, could you patch it up so it would catch whispers after SpamThrottle? Because this is a bit annoying to maintain 2 identical spam filters, for chat and for whispers separately.

 

Yes? No? Maybe? Eff Off? :D

Share this post


Link to post
Share on other sites

I'm still not sure what you want for WIM ("catch whispers after SpamThrottle"? What does that mean?). Like I said, it has a setting to ignore whispers from <lvl10 which I find gets rid of most of the gold spam.

 

Separate profiles I don't think are worth it like I said. Sometimes it's useful to not have to retype the queries when on an alt and vanilla doesn't have enough useful items to make it messy.

 

 

 

  Thanks, works perfectly

 

  Is it possible to make it auto bid the same way as auto buy?

No.

Edited by shirsig

Share this post


Link to post
Share on other sites

I'm still not sure what you want for WIM ("catch whispers after SpamThrottle"? What does that mean?). Like I said, it has a setting to ignore whispers from <lvl10 which I find gets rid of most of the gold spam.

 

WIM hooks to chat before SpamThrottle. And the last one is really powerful tool to filter out not just spammers, but other kind of jokers. But I didn't know about 10 Lvl filter available now, so I guess can use it. A little bit rude to normal people, but also good for salty gank subjects :D

 

 

Separate profiles I don't think are worth it like I said. Sometimes it's useful to not have to retype the queries when on an alt and vanilla doesn't have enough useful items to make it messy.

 

Do you craft? :D On alchemist you need at least 10-14 searches, on tailor as well, plus several searches for recipes and for gear.

 

Right click - account wide search for some really needed stuff?

 

But ok, even with all that mess with searches still the best thing for handle AH.

Share this post


Link to post
Share on other sites

Well, most non gold whispers from lowlvls are portal/summon beggars in my experience so no big loss. People on your friendlist or that you have whispered in the active session are exempt. There's also a text filtering feature in WIM but I've never used it.

 

It depends how much you craft. I mostly only use arcanite transmute/mooncloth when I have those professions. And for single-item queries you can also easily type them out with the help of autocompletion. If it bothers you so much you could move aux_recent_searches to SavedVariablesPerCharacter in the aux-addon.toc file.

Share this post


Link to post
Share on other sites

Here is actually good example why integration would be great.

ZtLPKbZ.png

 

ps. lame :D removed name from title, and still left on field :D

Edited by EffToyz

Share this post


Link to post
Share on other sites

It depends how much you craft. I mostly only use arcanite transmute/mooncloth when I have those professions. And for single-item queries you can also easily type them out with the help of autocompletion. If it bothers you so much you could move aux_recent_searches to SavedVariablesPerCharacter in the aux-addon.toc file.

 

no no, no worries, I just had idea if you want to add something to aux, this is it. I can totally bear with long search list.

Share this post


Link to post
Share on other sites
[2016/12/28 20:19:44-51]: search\frame.lua:522: attempt to index field `row' (a nil value)

search\frame.lua:522: in function `OnCellClick'

gui\auction_listing.lua:633: in function <Interface\AddOns\aux-addon\gui\auction_listing.lua:618>

 

  ---

Share this post


Link to post
Share on other sites

looks like you have an old version

 

 

 

Here is actually good example why integration would be great.

ZtLPKbZ.png

 

ps. lame :D removed name from title, and still left on field :D

Well, it seems those are hacked accounts and eventually they'll get banned. I don't get them often anyhow.

Edited by shirsig

Share this post


Link to post
Share on other sites

I've looked at WIM and it seems to be using a hook, not an event, which is good. The bad news is the problem would be that it's hooking too late, not too early and it already is hooking as early as possible. The only way to make it earlier would be to change the name of the addon (as they're loaded in alphabetical order) but I guess it would be more sensible to change it in spamthrottle instead (maybe hook it in the PLAYER_LOGIN handler or something).

Edited by shirsig

Share this post


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

I've looked at WIM and it seems to be using a hook, not an event, which is good. The bad news is the problem would be that it's hooking too late, not too early and it already is hooking as early as possible. The only way to make it earlier would be to change the name of the addon (as they're loaded in alphabetical order) but I guess it would be more sensible to change it in spamthrottle instead (maybe hook it in the PLAYER_LOGIN handler or something).

 

Don't worry about, there is a fork of SpamThrottle which now compatible with WIM.

Share this post


Link to post
Share on other sites

I downloaded the latest version of Crafty but the bottom right looks different for me. I'm trying to see which potions I can craft based on what herbs I have in my bag. However the bottom right button doesn't say "Avail" like in Crafty's readme, it just says "Mats" for me to search specific mats one at a time. 

http://imgur.com/1vJ3TlU

Share this post


Link to post
Share on other sites

I can type the name of the mat and it shows potions, but I thought the button's functionality was to scan your bags and automatically show what you can craft based on that. 

Share this post


Link to post
Share on other sites

The button's functionality is and always has been to only show crafts for which you have the mats.

The name filter is independent from that. You can combine them if you wish. Also, you can always search for mats with the name filter, independent of that button.

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

×