Stay in Human Form as Worgen [Macro]
Hello, this a guide for staying in Human Form as a worgen druid using macros.
So, you have probably noticed that if you are in Human Form, and cast a form and get it out, you are back to worgen. Now, well stop that with some macros
Lets start of with Cat Form. This macro also cast Cat Form even if you are at Flight Form atm.
Macro:
Code:
#showtooltip
/cancelform [noform: 1/3]
/cast Cat Form(Shapeshift)
/cast Two Forms(Racial)
Bear Form:
Code:
#showtooltip
/cancelform [noform: 1/3]
/cast Bear Form(Shapeshift)
/cast Two Forms(Racial)
And Travel Form:
Code:
#showtooltip
/cast Travel Form(Shapeshift)
/cast Two Forms(Racial)
/cancelform [noform: 2/3]
/cast Two Forms(Racial)
Now heres a bit more complex macro. This casts Aquatic Form if you are swimming, Flight Form if on a flyable zone and your mount if on a non flyable zone.
Code:
#showtooltip
/Cast [flyable, nocombat, noswimming] Swift Flight Form
/cancelform [noform: 1/3]
/cast Two Forms(Racial)
/cast [swimming] Aquatic Form
/cancelform [noform: 3/3]
/cast Two Forms(Racial)
/cast [noflying] (mount name)
Hope it worked for you. Please comment 
NOTE: Remember if you run into buildings and dont use the macro, you are back to Worgen. Also if you die you get to Worgen ofc. Just cast Two Forms again