Auracle (De)Buff Monitor
Auracle provides compact & customizable filtering, monitoring and grouping of buffs and debuffs.
Overview
Auracle's capabilities are organized roughly into "trackers", "windows" and "styles".
The most important of these is the "tracker", each of which can monitor a list of multiple auras (either buffs or debuffs, but not both at the same time). When any of those (de)buffs are found, the tracker lights up (or changes visually in any number of other interesting and configurable ways).
A "window" is just a collection of trackers that all watch the same unit. On a fresh installation, Auracle provides one window that watches "target", so any trackers in that window will activate according to the (de)buffs on your current target. You can create as many windows as you want, and each one can watch any unit you want (player, pet, focus, etc).
The visual aspects of windows and trackers are controlled by "styles". There is always a "Default" style (one each for windows and trackers), and you can create as many additional styles as you want.
Distribution & Translation
Please note that Auracle is kept current by the author on wowace.com, curse.com and wowinterface.com. If you get it from any other source, you are not guaranteed to get the latest version.
If you would like to help translate Auracle into other languages, please use the WoWAce Localization tool.
Getting Started
Since every role, class, spec and player will be interested in monitoring different (de)buffs, Auracle does not provide any trackers by default. The first thing you'll want to do, then, is add one.
To do this, open Auracle's configuration window, either with the chat command "/auracle" or from Interface Options->AddOns->Auracle. Select the "windows" tab to see your windows (you'll start with one, "Target") and their trackers (none yet). Select the light blue "(Add Tracker...)" option and click the button to add a new blank tracker to the window.
Click the new tracker, and then open its "Auras" tab. Set the type to "buffs" or "debuffs" according to what you want to monitor, and then type the names of as many auras as you want, one per line. Now, whenever your target has any of these (de)buffs applied, this tracker will light up and show the time remaining.
Configuration Ideas
Auracle is highly configurable; there are a great many ways you can set it up to display information however you want. Some ideas:
- You could set up two windows that both watch "target" (or "focus", etc), but make one of them only visible when the target is a raid boss, and the other one only visible otherwise. Now you can have one set of trackers for bosses, and a different one for trash.
- You could set up a window style with no border or background, and a tracker style that hides everything (border, icon, text) when missing. Now you can position a window with this style in the middle of your screen, and add trackers to watch for procs (like Clearcasting, for example). Now whenever that proc goes off, you get a big fat icon in the middle of the screen letting you know about it, but when you use it up, it disappears completely.
- You could set a tracker's text to display the time remaining, and its spiral to display stacks. Now the spiral will fill up (or drain away) in chunks according to how many stacks are present, while the text shows you the duration: a nice compact way to see two kinds of information on the same icon.
- You could set up trackers for various raid debuffs which are visible when missing, but disappear completely when present. This becomes your "big brother" raid-leader view; if someone slacks and doesn't put up a debuff, that one pops up for you to holler at them, without having to look through the other 40-odd debuffs which are all correctly applied.
Donations
You do not have to donate. Auracle is free, open-source software, and will always be free to use.
However, if you do use and enjoy Auracle, making a donation is a great way to show your appreciation and support future development. I no longer play WoW as a pastime, so the only reason for me to pay the subscription fee is to do addon development; any contribution to cover that cost is greatly appreciated.
If you do choose to donate, you may do so here: Donate!
If you have a PayPal account with an active balance, please consider logging in to your account and using the "send money" feature instead of the Donate button. PayPal deducts a flat fee from all donations, which can be a significant percentage of smaller amounts; if you "send money" instead, no fee will be deducted and your full amount will be donated. To do this, just click "send money" from your account home page, enter "[email protected]" and any amount, and mark it as a "personal gift."
Changelog
See http://www.wowace.com/addons/auracle/pages/changelog/
History
During its alpha development phase, Auracle was called AuraHUD. It was renamed to avoid confusion, since "HUD" has particular connotations for WoW addons which Auracle does not really reflect, and there was already another (completely unrelated) project called BuffHUD.
The concept for Auracle is based on Smarty by Luxx of Death and Taxes, but has been essentially rewritten from scratch.
the "caster" variable for UnitAura will include arena id tokens. Dunno about the game event.
I would love to see Party id tokens included too!.
Thanks for the addon.
Edit: From what I've seen, both the event and function call support party and arena id tokens. If you could add them as valid units, that would simply rock.
another problem in the feral druid dps rotation is the inability of most addons, to merge the display of PLAYER-buffs with TARGET-debuffs. Eyballing from one (buff) frame - how many sec left on sr ? - to another (debuff) frame - is rip falling off? - costs time AND causes irritation, resulting in unnecessary stress and a greater chance to fail.
Giving auracle the option to merge playerbuffs withe targetdebuffs, would really really really ease the feral dps rotation.
So before this wall of text kills anybody: Thank you very much taleden for this great and extremly configurable tanking addon.
Cats however, could use some more love.
Ps: please forgive a nonnative english speaker bad grammer and errors.
However, after configuring Auracle, by filling in my full "cc-list" (kidney, strangulate, etc) in the auras subtab inside my "debuff" tracker, i realized, that auracle only shows one buff aura.
My workaround to enter only one debuff per aura resulted in a giant field of ~30 icons without any kind of smart sorting function (showing active debuffs in one corner e.g.)
From the screenshot i learned, that auracle was programmed with a feral-setup in mind, however, playing one myself, i think a smartsorting code would simplify our rotation immense: everyone who plays a feral longer than the first day knows, he has to keep sr, rake, rip, mangle, FF up, the problem imo is more, judging when we should start saving combopoints for SR/rip refreshes or energy for rakes.
Therefore, I'd say its more important to know WHEN a buff/debuff ran/will run out, then WHAT buff/debuff expired. And at least for me, its more simple to watch the end of a column of boxes, than the whole field of boxes.
To come an end:
I would really appreciate it, if it were possible to add a sort of smart-sorting function, base on duration remaining for sorting the trackers.
Feral dps all over the place would rise a bit, i guess.
goliath0: beta 0.3.4 supports the change to UnitAura in 3.1 (and also supports 3.0.9), so it should be ready to go on patch day.
As for tracking arena units, what's really needed is for the UNIT_AURA game event to fire for those units. I'll look into this.
Just so you know:
they're changing UnitAura calls in 3.1 to return "caster" (unitID, the real owner of an effect, like you're the owner of your Malygos Drake fire breath debuff) instead of "isMine".
Also, UnitAura can return arena players tokens, can you add them as a valid unit to track its buffs/debuffs?
Here is my feature request:
I would like to have a text popup on mouseover of what aura's I am monitoring, and what aura is currently on and off by color perhaps.
For example:
I setup a window with a tracker. The aura type set to debuff, and the aura's I put on are Sunder Armor, Expose Armor, Acid Spit. I want to be able to mouse over the icon and find out that it's set to Sunder Armor, Expose Armor, and Acid Spit, and of them have Sunder Armor in Green so I can see that it is on .
I realize that I can set the display to Label, and this isn't bad, but I don't want it displayed all the time, and when I have several things the text overwrites all over the place. Perhaps some more text options, like displacement, and font size would make this easier to manage. (or a mouseover ability)
Anyways, keep up the good work.
It is now in beta, and has been renamed Auracle. Please post any problems or requests on the WoWAce forum thread (linked in the description above), or file tickets.
Thanks!
display the number of stacks of the (de)buff (for lacerate for example)