Macro for shattering, wrecking, heroic throw

hello, i am trying to get a macro to work for my throw abilitys. i want a macro that casts either shattering or wrecking throw if i have them taken as talents otherwise it should cast heroic throw. is there such a macro? i am not getting mine to work

#showtooltip
/cast [known:Shattering Throw] Shattering Throw; Heroic Throw
/cast [known:Wrecking Throw] Wrecking Throw; Heroic Throw

this is what i have and it does only work when i spec into shattering throw, but not when i spec into wrecking throw

#showtooltip
/cast [known: Wrecking Throw] Wrecking Throw; [known: Shattering Throw] Shattering Throw; Heroic Throw
2 Likes

thanks a lot. this works

1 Like

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