-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hammer of Wrath usable during Ashen Hallow #771
Comments
My quick thoughts on this is that it is easy to add to the Auras module as another trigger event to update a hidden buff, UPDATE: This idea doesn't actually work because spell activations happen for other reasons than whatever buff we're trying to check. |
I think spell activations should override the |
I was thinking more in the lines of: |
I don't think that condition is a good idea though. How does someone writing a script know which spells have spell activation? This doesn't seem very future-proof. The way that Blizzard implements spell activation, if a spell is glowing on your action bar, it is always usable, regardless of any other restrictions that may be on the spell's usage in other circumstances. To me, that means that it should just override the |
Hammer of Wrath is usable during Ashen Hallow. However there is not buff, debuff or totem aura present when Ashen Hallow is up.
Therefore we cannot use any of this information in the SpellRequire function.
The only way we could even get this working is by checking the Spell Activation overlay of the spell (the glow border of the spell on the action bar)
This is relevant WeakAuras code how they handle watching for spell activation.
The text was updated successfully, but these errors were encountered: