It works fine for most purposes, but I would like to be able to cast intercept outside of combat as well, but only if charge is on CD. Is there any way to structure this so that’s possible?
Yea the way I set up my keybinds is a little weird (ranged weapon on R, macro on shift-R) so this would require rewiring my brain after 34 levels of playing warrior. It seems like this is the only way to do this, but thought I would ask as someone might have a clever way of making this work.
The only thing I can think of is the reset keyword which I think only works with a cast sequence. Example
/castsequence reset=15 Spell1; Spell2
The macro you want would require conditional logic (if spell is on cooldown, do another spell) which I don’t think exists, but I’m not an expert on macros beyond the pretty standard ones.