49 - "Buff Inactive"
i have a battle shout trigger that uses the buff inactive condition field to check for battle shout and play a sound when i need to shout.
until a pally with imp might joins the raid and overwrites my battle shout... then i have to disable the addon or change the settings or cancel debuff or leave raid.
is it possible to trigger only when Battle Shout is inactive AND Might is inactive?
"battle shout & might"?
| User | When | Change |
|---|---|---|
| profalbert | Thu, 27 Aug 2009 00:23:10 | Changed status from Started to Fixed |
| profalbert | Sun, 16 Aug 2009 09:48:22 | Changed status from Accepted to Started |
| profalbert | Fri, 06 Mar 2009 23:56:10 | Changed assigned to from ckknight to profalbert |
| profalbert | Fri, 06 Mar 2009 10:15:27 | Changed status from New to Accepted |
| rakkarage | Thu, 05 Mar 2009 22:21:24 | Changed description:- i have a battle shout trigger that uses the buff inactive condition field to check for battle shout and play a sound when i need to shout... + i have a battle shout trigger that uses the buff inactive condition field to check for battle shout and play a sound when i need to shout. - until a pally with imp might joins the raid and overwrites my battle shout... then i have to disable the addon or change the settings or cancel debuff or leave raid + until a pally with imp might joins the raid and overwrites my battle shout... then i have to disable the addon or change the settings or cancel debuff or leave raid. is it possible to trigger only when Battle Shout is inactive AND Might is inactive? |
| rakkarage | Thu, 05 Mar 2009 22:20:23 | Create |
- 5 comments
- 5 comments
Facts
- Last updated on
- 27 Aug 2009
- Reported on
- 05 Mar 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Enhancement - A change which is intended to better the project in some way
- Priority
- Medium - Normal priority.
- #6
rakkarage Wed, 26 Aug 2009 22:39:35thank you very much! works nicely!
- #5
profalbert Wed, 26 Aug 2009 00:22:57v1.9.1-3-g6abe66e takes care of this issue.
Feedback is appreciated.
- #3
rakkarage Thu, 23 Jul 2009 15:43:44rhis happens on my shaman now too when i cast water shield instead of earth shield
- #2
rakkarage Mon, 01 Jun 2009 14:48:14thank you!
- #1
profalbert Fri, 06 Mar 2009 10:15:15It is not possible atm, you can only have condition of each type.
You can try to use "Self Buff fade" with "Battle Shout" as primary trigger, and "Buff inactive" condition with imp might.
That would of course only fire once the buff fades, and not periodically.
But I'm working on major changes for 3.1, and reorganizing the triggersystem is part of that.
The feature will be:
+ you can add as many Primary conditions as you want (even the same type). They will all be connected by logical "or", meaning one of the primary triggers has to fire to fire the whole trigger.
+ same goes for secondary conditions (so 2 secondary inactive buff will be possible). All secondary conditions will be connected by logical "and", meaning all of the conditions must be true to allow the trigger to fire.