Thread Tools Display Modes
12-01-15, 06:08 AM   #1
fedexu
A Kobold Labourer
Join Date: Dec 2015
Posts: 1
Addon for disable ability

Hi all, i'm looking for a simply addon for dps helper!
i need to know if exist an addon that can diable one of my button WHEN specific condition is veriy, exemple i've a druid, i want an addon that disable my Savage Roar button when i've already press it and i have the buff cd on 42 sec (max time of this buff), and when it is at 5 or 6 sec, let me can press it.
it exist an addon like that?
thanks you !
  Reply With Quote
12-01-15, 07:57 AM   #2
jeruku
A Cobalt Mageweaver
 
jeruku's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2010
Posts: 223
No, there is no such addon.

There is an addon that will show aura duration on your buttons, that is AdiButtonAuras.
__________________
"I have not failed, I simply found 10,000 ways that did not work." - Thomas Edison
  Reply With Quote
12-04-15, 12:13 AM   #3
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
There is no such addon because no such addon is possible. You can't enable/disable action buttons based on conditions other than those that are available in macros, and the only way to "enable" or "disable" the action button is to use a macro, eg.

Code:
/cast [group:raid] Savage Roar
... would "enable" the button while in a raid group, and disable it otherwise. There are no macro conditionals for checking aura durations.

The correct solution to your problem is to simply pay attention to what's going on, rather than just mashing all the buttons randomly. If you can't see your important buffs (and debuffs), get a better buff addon.
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
  Reply With Quote
12-05-15, 07:22 AM   #4
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Phanx View Post
There is no such addon because no such addon is possible. You can't enable/disable action buttons based on conditions other than those that are available in macros, and the only way to "enable" or "disable" the action button is to use a macro, eg.

Code:
/cast [group:raid] Savage Roar
... would "enable" the button while in a raid group, and disable it otherwise. There are no macro conditionals for checking aura durations.

The correct solution to your problem is to simply pay attention to what's going on, rather than just mashing all the buttons randomly. If you can't see your important buffs (and debuffs), get a better buff addon.
Savage Roar is a self buff, you're mistaking it for Stampeding Roar.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Search/Requests » Addon for disable ability

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off