Need help with druid macro
So what I'm trying to do is that within one button I have:
if in normal form - cast wrath
if in cat form - cast Mangle / if holding shift Rake
if in bear form - cast Mangle / if holding shift Maul
now I have made a macro that kinda works but only with cat form..
#showtooltip
/cast [noform] wrath
/cast [form:3, mod:Shift] Rake; Mangle
so when I'm in normal form I cast Wrath and if I change to cat form I cast Mangle or with shift key its Rake.
I got stuck there and I don't know how to add bear form to that macro.
Tried to add another line /cast [form:1, mod:Shift] Maul; Mangle but shift modfier doesn't work in bear form then, cat form is working fine tho.
NEVERMIND I FOUND SUITABLE MACRO.