Hey so I’m looking to combine these two macros but I’m struggling. I have my Barkskin and Nature’s Grasp combined as
#showtooltip
/cast [mod:shift] Nature’s Grasp; Barkskin
and works fine. then I figured the Cat + Dash as:
#showtooltip Dash
/cast [stance:0/1/2/4] Cat Form
/cast Dash
also works fine. I just want to impliment my Dash macro within the barskin/NG with a mod:ctrl. Any is this possible for a genius?
Pretty sure Dash automatically puts you in Cat Form in Retail.
#showtooltip
/cast [mod:ctrl] Dash; [mod:shift] Nature's Grasp; Barkskin
If that’s not the case in the version you’re playing try this.
#showtooltip [mod:ctrl] Dash; [mod:shift] Nature's Grasp; Barkskin
/cast [mod:ctrl,noform:3] Cat Form
/cast [mod:ctrl] Dash; [mod:shift] Nature's Grasp; Barkskin
1 Like
You’re a legend Elvenbane, you even helped me awhile back too in previous post!! <3