Wondering if someone can help me out
I’m using litemount to mount/shift forms when needed, using this macro when in combat
/use [swimming,noform:3]Travel Form;[indoors,noswimming,noform:2]Cat Form;[outdoors,nomounted,noform:3]Travel Form;[spec:1,noform:4/5]Moonkin Form;[spec:2,noform:2]Cat Form;[nospec:1]Bear Form
But I want to incorporate soulshape into this, after a bit of searching I found this macro on the us-forums and it almost works the way i want
#showtooltip
/castsequence [form:7] Flicker; [form:3] [nocombat,outdoors] [nocombat,swimming] Travel Form; reset=120 Soulshape, Cat Form
All I want it to do is the following
- Use Soulshape / Flicker when available
- Travel form when outside (and soulshape not available)
- Cat form otherwise
- (If possible) shift into moonkin when in travel or cat form
2-4 work in the first macro, but can’t seem to get Soulshape to work with that
Thanks in advanced!