I started playing a druid and I prefer Guardian. Is there ever a reason for me to be in human form ? I’m asking this because I can’t find a macro that simply goes from bear form to travel form and back.
From a previous post:
Since the GCD changes powershifting is no longer an option.
Instead each time we change form it’s a full GCD.
You can use:
/cancel form
/cast [nomod] Travel Form(Shapeshift)
/cast [mod:alt] Stag Form(Shapeshift)
The default option is Travel form (Will be cast as bird if you can fly and stag if not) casting while holding ‘alt’ will cast Stag form even if you can fly.
That being said, you could add some conditions to your macro.
/Cast [nocombat] Travel Form(Shapeshift)
This will stop the spell Travel form being (Stag) cast if you’re in combat and will only work when you leave combat (And outside only be able to fly)
We can take apart this macro and change it for what you want;
/Cast [nocombat] Travel Form(Shapeshift)
/Cast [combat] Bear Form
So if you’re in combat, you will go into bear, alt modifier to go stag, if not, travel (Flight form)
or if you want more control;
/Cast [nocombat] Travel Form(Shapeshift)
/cast [mod:alt] Stag Form(Shapeshift)
/Cast [combat] Bear Form
You can change your Modifier to: shift/ctrl/alt
Hope this helps!
Why not just have bear form and travel form keybound. Then you could just change when you need to. Or tbh dont really get what you want.
Try this…
/cast [swimming, stance:1] Travel Form
/cast [nostance:1] Bear Form; [indoors, stance:1] Cat Form; [outdoors, stance:1] Travel Form
- If swimming and in Bear form it’ll cast travel form
- Whenever you aren’t in Bear Form it’ll put you in it.
- When in Bear Form it’ll cast Cat Form indoors (as you can’t cast travel form indoors) or cast Travel Form outdoors.
I’m trying to condense the number of buttons I have. So normally I have my mount on CTRL + Wheel Scroll Down … its the Favourite Mount button. But now that I play druid I have travel form there + 3 more buttons for shape shifting. Its not that bad but I don’t like clicking buttons or sometimes even things on screen because in order to turn and look around I click left or right mouse button and move the mouse so my cursor end up in weird and random positions on screen so I got used to not following it too much.
It works. Thank you!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.