I'm having a problem with the icons on the macro

Hi, I’ve created this macro so that when I use it it casts tiger’s fury, and then rip, and if I hold down shift it casts swipe. The macro works fine, but I would like to make it so that it shows the rip icon by default and when I press shift it shows the swipe icon.

I need to put tiger’s fury first, before rip so that rip gets the buff from it, but in this order it just shows tiger’s fury icon by default, and if I write the #showtooltip rip it just overrides the icon for swipe as well.

so how can I make it so that it shows the rip icon by default and the swipe icon with shift, whilst keeping tiger’s fury above rip so that it gives it the buff?

I’m sorry if this sounds confusing : P

Here’s the macro I’ve made, but the rip icon overrides the swipe icon when I hold shift:

#showtooltip rip
/cast [nomod] tiger’s fury
/cast [nomod] rip
/cast [mod:shift] swipe

And when I make it like this, it shows the tiger’s fury icon by default (when I would like it to show the rip icon)

/cast [nomod] tiger’s fury
/cast [nomod] rip
/cast [mod:shift] swipe

Any help would be great thank you.

#showtooltip [mod:shift] Swipe; Rip
/cast [nomod:shift] Tiger's Fury
/cast [mod:shift] Swipe; Rip
1 Like

Thank you very much it works great : )

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.