It's just a passive effect so you don't actually get a specific buff.
Unfortunately, this depends on a specialization so we can't add it as a default setting. Moreover, I think there is no way to handle this condition as this moment.
Summon Black Ox Statue -> Sanctuary of the Ox (Glowing animation while buff is missing)
I think glowing animation on a missing buff is a matter of taste, especially since it might highlight out of combat (I admit I'm not sure on this one). So I won't add it for now.
Unfortunately, this depends on a specialization so we can't add it as a default setting. Moreover, I think there is no way to handle this condition as this moment.
It would be nice if we could just define health or mana percentage as a variable.
For example, if a priest wanted to set desperate prayer to glow when they're below 25%
Or if a druid wanted to have innervate glow when they're below 33%
I had to add some thresholds because health and mana (or any power in general) changes pretty much quickly.
You wouldn't want every buttons to check their status again each time you or your target gained or lost 1% health or 1% mana. The predefined thresholds are used to reduce the amount of updates.
For 5.2, T15 DK 4p enables Soul Reaper to trigger on targets below 45%
(instead of 35%); can you add this for tracking?
Thanks!
I have added two health thresholds (45% for DK and 10% for Monks). However, as IA doesn't check for target type (player/NPC) nor set bonuses, you'll have to change the setting of the spells yourself.
I'm having a slight issue caused by Blizzard themselves, and it's gonna go away a few weeks after 5.4 hits, but I wondered whether any of you might have an idea how to work around this with Inline Aura:
The Druid Feral 4T15 bonus reads: After using Tiger's Fury, you gain 40% increased critical strike chance on the next 3 uses of Mangle, Shred, Ferocious Bite, Ravage, and Swipe.
The problem is, this effect is also called "Tiger's Fury", it lasts 30 seconds (if not used) and while it's up, TF's icon displays that longer duration.
Is there any way IA can ignore that other buff of the same name? Can IA track by ID only?
It doesn't right now. Historically, there was no way to track (de)buffs by ID. This has been added in Cataclysm. But, alas, all IA configuration (built-in and user-defined) uses one ID to get the name for all variants of a (de)buff. Switching to an ID-only configuration would require to list all ID in the default settings and they would be some issues in some cases (macros and items).
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
<3
A few things I'd add/track after leveling my monk:
Tiger Palm -> Tiger Power
Blackout Kick -> Shuffle (for BrM)
Blackout Kick -> Blackout Kick (the DoT for WW)
Spear Hand Strike -> Interrupt module
Tigereye Brew -> Glowing Animation trigger at 10 stacks
Added. It should be available soon. I also added Serpent's Zeal (MW) from Blackout Kick.
If both have the same name, this should already be shown, isn't it ?
There is no way to do this with IA at this time.
It wasn't showing until I had added it for some reason.
Is there a way for me to set Expel Harm to glow when I'm below 35% health?
http://www.wowhead.com/spell=126060
It's just a passive effect so you don't actually get a specific buff.
Guard -> Power Guard
Summon Black Ox Statue -> Sanctuary of the Ox (Glowing animation while buff is missing)
Disable -> Disable (it's not tracking it by default)
Detox -> Dispel module (Posion/Disease)
Legacy of the White Tiger -> shared by:
Leader of the Pack
Arcane Brilliance
Dalaran Brilliance
Furious Howl
Terrifying Roar
Fearless Roar
Still Water
Unfortunately, this depends on a specialization so we can't add it as a default setting. Moreover, I think there is no way to handle this condition as this moment.
I can't find "Power Guard" on wowhead.com for the spell id. Could you provide me a link please ?
I think glowing animation on a missing buff is a matter of taste, especially since it might highlight out of combat (I admit I'm not sure on this one). So I won't add it for now.
Added to the defaults.
It would be nice if we could just define health or mana percentage as a variable.
For example, if a priest wanted to set desperate prayer to glow when they're below 25%
Or if a druid wanted to have innervate glow when they're below 33%
Etc.
You wouldn't want every buttons to check their status again each time you or your target gained or lost 1% health or 1% mana. The predefined thresholds are used to reduce the amount of updates.
118636
http://www.wowhead.com/spell=118636
(instead of 35%); can you add this for tracking?
Thanks!
You can edit the Default.lua file to do so.
I have added two health thresholds (45% for DK and 10% for Monks). However, as IA doesn't check for target type (player/NPC) nor set bonuses, you'll have to change the setting of the spells yourself.
The Druid Feral 4T15 bonus reads: After using Tiger's Fury, you gain 40% increased critical strike chance on the next 3 uses of Mangle, Shred, Ferocious Bite, Ravage, and Swipe.
The problem is, this effect is also called "Tiger's Fury", it lasts 30 seconds (if not used) and while it's up, TF's icon displays that longer duration.
Is there any way IA can ignore that other buff of the same name? Can IA track by ID only?
It doesn't right now. Historically, there was no way to track (de)buffs by ID. This has been added in Cataclysm. But, alas, all IA configuration (built-in and user-defined) uses one ID to get the name for all variants of a (de)buff. Switching to an ID-only configuration would require to list all ID in the default settings and they would be some issues in some cases (macros and items).