shirsig
Player-
Content count
288 -
Joined
-
Last visited
-
Something like trade goods/or/dust/essence/shard I guess, though it may match other stuff too.
-
I agree with this. Besides, aux is such an addon (that shows vendor prices). It's shown in the tooltip if enabled (/aux tooltip vendor sell) and even if you don't download the database, since the wow api lets you query the vendor price of an item in exactly two places, at a vendor for all your inventory items and at the auction house for an item placed in the auctioning slot, in this case, when trying to create an auction, it should always have the price.
-
TBC version now in its own repo: https://github.com/shirsig/aux-addon-TBC
-
The dev branch contains a TBC version but it still has some bugs and some features are disabled because of tbc api changes. Also, afaik tbc introduced the get all-scan which it doesn't take advantage of, though I'm not sure if private servers even allow this. https://github.com/shirsig/aux-addon/tree/dev
-
Sorry, no simple way to add that as it's a completely different way of filtering than the current filters which can be evaluated immediately when an auction is found, and it seems useless to 99.99% of players who don't hoard tons of different items to resell. Besides you can just do a plain search for those items and get almost the same effect with sorting by percentage. You'd have to wait for a full search anyway for a filter like that to work.
-
Yes, you can't do that.
-
Not sure what you mean.
-
That would be the best way to do localization, but even easier is to simply not localize :) Of course the difficulty in localizing is not the implementation but the actual translations. The reason I decided not to do it is because it's annoying if I have to track down 10 translators every time I wanna change some text. Most of my addons don't have anything worth localizing anyway and postal is localized using localized strings for the default interface that are shipped with the client. Even aux, which has the most text, is mostly just simple button labels.
-
There's a new experimental version with TBC compatibility on the dev branch: https://github.com/shirsig/aux-addon/tree/dev Wouldn't use it for vanilla at this point and use it with care for TBC as it may still be quite buggy.
-
It was an older version. I removed it at the same time I added the right click on icon to open mail feature.
-
I will not cater to plainly non blizzlike changes but I've added a warning to the main post. Note that there's no way for them to know if you pressed a button or not anyway so the risk would be essentially the same. There's only one API function to do any sort of buying from the auction house which is "PlaceAuctionBid" and the only way they could know you're automating it afaik is by guessing from your pattern of usage (e.g., how quickly, how frequently, how regularly you use it)
-
It seems nearly impossible that this could happen with recent versions as they manually fill the tooltip. I don't see how another addon could detect the item like that. You're talking about the aux auction listing?
-
Longer for what? the timers might be wrong for individual spells of course. I think fear is a little different here from kronos where I originally tested. Sheep seems to work fine. With fear I'm not sure if blizzlike would be the pve duration (20/10/5), heartbeat approximate duration (15/10/5) or some unique exception for fear only. Kronos and ccwatch currently use 15/10/5.
-
Of course they work.
-
Can you be more specific about the circumstances when this happens? edit: Changed something but not sure if it fixed it as it's never happened to me anyway.
