I have a druid macro that I’d like to re-create for shaman.
Basically the macro would just be:
- If I can mount, then mount
- If I can’t mount, cast ghostwolf
- If I’m moving it cast ghostwolf
- Pressing it again just returns me to normal
Is this possible?
This the only part not explicitly possible and setting it up to work that way will jank up your tooltip, also appears to break the press it again to return to normal
if you’re mounted and instead knocks ya into GW.
This’ll cover most of your use cases. Personally I’d also add a [mod]
condition to the GW options (as the first condition) so you can force it with a modified press if you want (say, while moving).
#showtooltip
/cast [combat] [indoors] Ghost Wolf; MOUNT
This is the while moving version. I tried adding [nomounted]
to the GW cast but it didn’t seem to have any impact on the functionality.
#showtooltip
/cast MOUNT
/cast Ghost Wolf