Rune Ability Swap macro? [SoD]

Hey all, I am generally a big fan of macros that make it so I don’t have to move things around my bars whenever I change specs/runes however I can’t seem to find any way in a macro to do this. In Wrath Classic we have modifiers like [Spec:1], has anyone discovered something like this for runes?

What I want to do, is have a macro that automatically changes from [Between the eyes] to [Envenom] when I change my Leg Rune, but also changes to [Pickpocket]+[Garrote] when in stealth. This is the basic macro so far:

#showtooltip [stealth] Garrote; [nostealth] Between the Eyes
/cast [stealth] Pick Pocket
/cast [stealth] Garrote
/cast [nostealth] Between the Eyes
/cast [nostealth] Envenom

However the macro goes blank when I switch to envenom

1 Like

Try the known:spellid condition.

The Console seems to respond with unknown macro option: known, so that is probably only available in the retail client

You can use these instead:
/cast Legs Rune Ability
/cast Hands Rune Ability
/cast Chest Rune Ability

I use that on my priest so I can have PoM or Homonculi as a mouseover.

13 Likes

you are my new god

1 Like

Wow, I kinda figured there was a shared name. Well done.

I can’t seem to get that to work on cast sequence.
I’m on my Druid and it seems I have two versions of Mangle now, one that can only be used in bear form, and one for cat.

Any tips?

How do you use those commands with a mouseover functionality?

Pins are your friend.

1 Like
#showtooltip
/cast [@mouseover,harm,nodead] [] Legs Rune Ability

It’s that simple?

Should be.

1 Like

Thank you!!