Is there a macro command for changing spec?

I would prefer to change spec without having to go through the UI window. Is there command that can be used to activate spec 1 or 2 through a macro?

/run if( GetActiveTalentGroup() == 1) then SetActiveTalentGroup(2) else SetActiveTalentGroup(1) end

works for me.

4 Likes

It works. Thank you.

Another easy one is /castsequence spell, spell

For instance I use
/castsequence seal of wisdom, seal of crusader

And it will switch between each depending if I need mana or want damage.

You could use
/Castsequence battle stance, defensive stance
Same thing would happen

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