Need help with a Druid macro

I want to make a Macro that transforms me into cat form and activates “track humanoids” at the same time.

My current macro is

/cancleform
/cast Cat Form
/cast Track Humanoids

But that doesnt work because the macro tries to cast Tracking before the GCD has run out.
How can I change the macro to make it wait until the spell is ready?

I think you cant do that… but I am not 100% sure.

Do not tell me what to need.

Maybe cast sequence?

How do I do that? I admit I was never good at the whole macro thing, I did everything manually until WotLK ^^’

try this one (I dont have a druid so this is just a test)
#showtooltip
/cast [nostance] Cat Form;[stance:3] Track Humanoids

I am not sure if its meant to be [stance] or [form] or if its interchangeable

you will have to press the button twice - once to switch to cat form and once to track humanoids after GCD

its probably a bit trash, but im at work at the moment and writing this from the top of my head xD

Something like:

#showtooltip
/Castsequence reset=3 cancelform, Cat Form, Track Humanoids

Might not work haven’t made cast sequence macro for years and the one above looks better. As said with cast sequence you will have to press the button more than once to goto the next part of the sequence.

ok thank you all for help^^

If I have to press the button multiple times I can just stick with my current solution, thank you all very much :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.