I am looking to combine a mouseover macro with a modifier macro and I am having troubling finding one that will work.
I want to cast Flash heal max rank on mouseover and then also have the macro setup to cast flash heal rank 3 when holding down shift, also on mouseover. Any help would be huge. Thank You!
Something like:
/cast [alt:shift, @mouseover] Flash Heal(rank 3); [@mouseover] Flash Heal; Shadow Word: Pain
should probably work. Iām not sure what you wanted as a default (non-mouseover, for example, so I just put in Shadow Word: Pain
, but basically, I put the [alt:shift, @mouseover]
conditional first so if both those conditions are met, it will use flash heal rank 3. If just @mouseover
(which is second) is the case, it will cast Flash Heal
(with no rank specified will use max rank), and the default fallthrough, if none of those are true is Shadow Word: Pain
.
Of note, there is a UI and Macros section on the forums which is a great place to discuss more in-depth details about macros.
Lemme know if you have any issues with that.
worked! Thank you very much!
1 Like