Shift/mod macro

Hi, looking for some help with a shift/mod macro. They one I found doesn’t work right. Thanks!

#showtooltips
/cast [modifier:shift] Healing Touch; Rejuvenate

is what I found.

it looks like it should work but im in queue so i cant immediately check one of mine thats like that. try #showtooltip and not #showtooltips. if that doesnt work try this. #showtooltip
/cast [modifier:shift, target=target] Earth Elemental Totem
/cast [nomodifier:shift] Fire Elemental Totem ill get back to you when im in game

1 Like

Your macro is improperly formed.

#showtooltip
/cast [mod:shift] Healing Touch; Rejuvenate

10 Likes

cool thanks!

the way I have it formed also works, it was the key binding issue

Using two lines to do what you can do with 1 line isn’t best practice. The character limit makes it so more complex macros involving weapon and shield names can be too long.

That is correct but that is not the case for this macro. I did the long form due to having issues trying to figure out what was going on. Classic shield swap macro for my warrior had me using every trick in the book to reduce the size once I got thunderfury lol

hey there friends

thanks. i’ll try this out