Originally Posted by Hamlet
Weapon white DPS definitely matters.
e: oh, how about:
/use Cat Form
/equip [form:1/3] catstaff
/equip [noform:1/3] moonkin MH
/equip [noform:1/3] moonkin OH
|
Expanding on this macro I made this:
#showtooltip
/cast Heart of the Wild
/cast [stance:5] Cat Form
/equip [stance:3/0] feral wep
/cast [stance:3/0] Moonkin Form
/equip [stance:5/0] caster mh
/equip [stance:5/0] caster oh
/run UIErrorsFrame:Clear()
It will swap your weapons and your forms with 1 button and it successfully works in combat.
Edit: Make sure you don't press this when you are currently in a GCD or it'll shift you out of form and swap your weapon. I don't think there's a way to fix this issue unfortunately.