Need a pro (druid affinity) the big button

I’m looking for a macro that gives me the following impact

If (druid stance 1) then ‘‘SPELL’’ if (Talent1) ; ‘‘THIS’’ if (Talent2 ; ‘‘THAT’’ if ( Talent3 )

;

If (druid stance 2) then ‘‘SPELL’’ if (Talent1) ; ‘‘THIS’’ if (Talent2 ; ‘‘THAT’’ if ( Talent3 )

/use [@mouseover,help,nodead]Lifebloom ; /use [stance:0] Moonfire ; /use [stance:2] Ferocious Bite

this macro lets me cast moonfire
it also lets me bite if iam in catform
and if my cursor is on a raidframe im healing partymember

for my pvp restoration druid im trying to create a big affinity button

#showtooltip
/cast [form:1] Spell; [talent:r/c] spell2; [talent:r/c] spell3

That said, if you provide specifics we can be of more help.

Optimized version of the macro you posted.

#showtooltip
/use [@mouseover,help,nodead] [help] Lifebloom; [form:2] Ferocious Bite; Moonfire

Further reading:

1 Like

ty i will try it out later

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