Maintenance Tuesday… since I can’t login I figured I’d share some favorite macros.
Space Cadet Rune Strikes
In the heat of the moment, I’m guilty of not always seeing abilities that proc. What this macro does is fires Rune Strike on each cast of Obliterate. If Rune Strike’s not active, the error messages are suppressed. This is good; Rune Strikes add threat… threat is good… My example is for my Obliterate ability, but I have the same macro (substituting Blood Strike, Frost Strike, etc). Your mileage may vary with runic power, so adjust to your own playstyle.
#showtooltip Obliterate
/cast Obliterate
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast !Rune Strike
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
