Macro help again

trying to get this macro to WHEN in caster Form i press alt and it will Adaptive Swarm myself. and when in CAT FORM and press ALT it will still Tigers Fury like it currently does. I cant seem to get the Caster form Alt press to adaptive swarm myself no matter how i swap and change thing around. This is way past my macro expertise. Any help would be most appreciated.

/cast [mod:shift] Berserk
/cast [mod:shift] Eternal Aspirant’s Badge of Ferocity
/cast [mod:alt] Tiger’s Fury
/cast [form:1] Mangle; [form:2] Rake;
/cast [form:0] Adaptive Swarm
/dismount
/cancelaura Travel Form

thanks

You want as few /cast as possible, makes things less error prone and simplifies the syntax.

#showtooltip [form:1] Mangle; [form:2] Rake; Adaptive Swarm
/cast [mod:shift,form:1/2] Berserk; [mod:alt,form:2] Tigers Fury
/cast [mod:shift] Eternal Aspirant's Badge of Ferocity
/cast [form:1] Mangle; [form:2] Rake; [mod:alt,@player] [] Adaptive Swarm
1 Like

thanks for the quick response! It works perfectly and much appreciated.

thank you

I changed the macro up a bit that Elven made for me which worked great but I have one question. When I use the macro below on shift click to tiger’s fury it also rakes. Anyway to make it not rake and just tiger’s fury on SHIFT click? I guess I could take the shift modifiers out and key bind a SHIFT button so just Tiger’s Fury works but wondering if that is request is possible keeping the macro.

Guessing Tiger’s Fury being off Global Cooldown my have something to do with this issue?

#showtooltip [form:1] Mangle; [form:2] Rake; Adaptive Swarm
/cast [mod:shift,form:1/2] Tiger’s Fury; [mod:alt,form:2]Moonfire;
/cast [form:1] Mangle; [form:2] Rake; [mod:alt,@player] [] Adaptive Swarm

thanks

thank you

Oh I thought you wanted it to do both because of the original structure.

Original macro update

#showtooltip
/cast [mod:shift,form:1/2] Berserk; [mod:alt,form:2] Tiger's Fury; [mod:alt,noform,@player] [noform] Adaptive Swarm; [form:1] Mangle; [form:2] Rake
/cast [mod:shift] Eternal Aspirant's Badge of Ferocity

New macro optimized

#showtooltip
/cast [mod:shift,form:1/2] Tiger's Fury; [mod:alt,form:2] Moonfire; [mod:alt,noform,@player] [noform] Adaptive Swarm; [form:1] Mangle; [form:2] Rake

Really appreciate the expertise.

Thank you