Macro help

Hi would anyone know how to create a macro for the following -

Use aspect of the cheetah,
then if on cooldown use nitro boots so /use 6 (engineering)

without using a mod

I don’t want to be able to use them both at the same time, only if one is on cooldown it’ll use the other ability.

Is that possible?

Thanks

Macros cannot cast abilities based on cooldowns.

1 Like

Could use a castsequence to toggle between the two.

that would be amazing, any chance you would know how to do a cast sequences?

#showtooltip
/castsequence [known:266921] reset=143 Aspect of the Cheetah, 6; reset=179 Aspect of the Cheetah, 6

Might need to replace 6 with the name of your belt.

https://wowpedia.fandom.com/wiki/MACRO_castsequence

Personally I’d use a modifier macro instead

#showtooltip
/use [mod] 6; Aspect of the Cheetah

hit it with ctrl/shift/alt to nitro, without to cheetah

1 Like

God damn you are good! It works perfectly :slight_smile:

#showtooltip
/castsequence [known:266921] reset=143 Aspect of the Cheetah, 6; reset=179 Aspect of the Cheetah, 6