Showtooltip help in macro

#showtooltip
/cast [stance:2] Shred; [mod:alt] Stampeding Roar;
/cast Ironfur
/cast  Swipe

I’m wanting this macro to dynamically show the tooltip on shred and stampeding roar, but to then force the swipe tooltip instead of ironfur. Not sure it’s possible. Thoughts?

#showtooltip
/cast [mod:alt] Stampeding Roar; [form:2] Shred; Swipe
/cast [form:1] Ironfur

Thanks for the suggestion, but I think I was unclear. Ironfur is off the GCD. In bear, I am going the lazy way and just going to macro ironfur to mangle, swipe and thrash. Trying to prevent carpal tunnel, lol. This isn’t my main and I won’t be pushing keys on it, so missing a few mauls isn’t a big deal.

Currently, the macro is
#showtooltip
/cast [stance:2] Shred; [mod:alt] Stampeding Roar; Swipe

And this works perfectly. Shows SR in all forms if I hold alt. Shows shred in cat and swipe in bear.
But if I’m combining Ironfur with Bear swipe, it’s going to show the ironfur tooltip. I’d like it to keep the dynamic for cat and alt to show shred and SR, but then prefer swipe over ironfur in bear with no modifiers.

Just put Ironfur after, like I did above. I’m not aware of any reason to put it before Swipe and it doesn’t matter if it comes first or second from a GCD perspective.

1 Like

Thanks. I’ll try that. I thought that if you have one ability on the GCD and one off, you had to put the one off the GCD first, or you had to press the keybind twice to get the second one to trigger.

Edit: Works great. Thanks.