Hi, ive got macro to spam change to cat. But its not work when im Soulshape. What need to add?
/use [nostance][stance:1][stance:3] !Cat Form(Shapeshift)
Hi, ive got macro to spam change to cat. But its not work when im Soulshape. What need to add?
/use [nostance][stance:1][stance:3] !Cat Form(Shapeshift)
Try to run the following when are you in that form:
/run local x = GetShapeshiftForm() print("you are in stance: ",x)
It will tell you if the stance is different from 2, that is for the Cat Form.
On the other hand, I think you have too many conditions in your macro. I would just use something simple:
#showtooltip
/stopcasting
/cast [noform:2] Cat Form
As a side note, !Cat Form
used to be a very useful macro because it would shapeshift you into that form, regardless of a form; it even worked like cat into cat. Cat Form
works as a toggle, which is annoying for me. That’s why I suggest the condition [nostance:2]
. it’s probably not good for the PvP!
PS. If Soulshape is an aura, you need to run /cancelaura <spell>
in order to remove it.
Here:
/use [nostance][stance:1][stance:3][form:6] !Cat Form(Shapeshift)
It seems form:6 is the soulshape aura, I’ve tested it so it should work for you too.
One more thing, you may want to include [form:5] too, which is the mountable travel form (mount form), in case you will be using it in the Maw or something with friends
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.