Title.
Is there a way to macro the two together? Cast Rejuv into a Swiftmend?
Title.
Is there a way to macro the two together? Cast Rejuv into a Swiftmend?
Can make a shift macro that can switch between the 2 for one keybind but if you mean one that casts rejuv and then instantly swiftmends no cause global cooldown.
Can you elaborate on this?
Theres a section on shift macros there in this thread. But pretty much you just have itset to cast one spell by default and then another when you hit shift or alt while pressing.
To expand a bit on this, it’s not possible to create a macro that will chain one ability that triggers the global cooldown into another with a single button press. As soon as the macro reaches a GCD ability, it won’t attempt to cast any subsequent GCD ability. If that was your intent, then you’re unfortunately out of luck.
The modifier macro will allow you to tell the macro which ability to use based on if you hold down a key like shift or control. This will allow you to use a single keybind for both spells, but you’ll have to hit the button twice, once with each given modifier that corresponds to rejuv or swiftmend.
#showtooltip
/castsequence reset=1.5 Rejuvenation, Swiftmend
You would need to double tap it with a player selected. Wouldn’t be a good idea to have this macro as your only Rejuvenation applier though as it wouldn’t be ideal for multiple casts in a row of Rejuvenation. Could add the [@mouseover] qualifier if you like to mouseover the portrait to heal. Like this:
#showtooltip
/castsequence reset=1.5 [@mouseover][] Rejuvenation, Swiftmend
I’m at work so going from memory, try it out!