Basically, looking to weave in a weapon swap into a powershifting (cancel form and go back into it for resource gain) macro that has an ALT modifier for different animal forms. Equip dps weapon in cat form and tanking weapon in bear form.
I think it should be possible but I’m not sure.
This is what I’ve been using to seamlessly swap forms (cat to cat, cat to bear, bear to cat, and bear to bear):
#showtooltip
/stand
/dismount
/cancelform [stance:1]; [stance:2]; [stance:3]; {stance:4]; [stance:5]
/cast [mod:alt] Dire Bear Form; cat form
I’ve tried various combinations of adding in equipslot 16 WEAPONNAME after the respective animal forms and it keeps breaking the macro from doing anything.
So something like
/cast [mod:alt] Dire Bear Form /equip WEAPON; cat form /equip WEAPON
or
/cast [mod:alt] Dire Bear Form, equipslot 16 WEAPONNAME; cat form, equipslot 16 WEAPONNAME
etc
Thanks for any help