Warrior macro

Hi, i know google exist, but i cant find answer.
I have macro:

#showtooltip Enraged Regeneration
/cast Berserker Rage
/cast Enraged Regeneration

Is it possible to write something as “if Enrage exist; goto /cast Enraged Regeneration”? So i dont waste my berserker rage when im already enraged? I know i can put 2 spells on 1 button or regen to another bind but its not what i want…

Thanks.

It will work if you make this sequence so that ER is on the outer sides of the macro:

#showtl
/cast ER
/cast BR
/cast ER

And then click it once, if no ER received, then spam the macro till you do.

Probably still not what you want.

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