Need Macro help :)

My question is, can anyone help me to make macro to cast Wing Clip (1 sec cd spell) and Counterattack (that is proc spell) (10% chance to proc), so if Counterattack proc to cast it instead Wing Clip, otherwise cast Wing Clip?

as i remember Hunter macro below always worked in past:
/Wing Clip
/Counterattack
Now that do not works at all, i tried everything i know as:
/sequence
or
/Wing Clip; Counterattack

Can’t you just use
/cast Counterattack
/cast Wing Clip
? So it tries to cast Counterattack but if it isn’t available it will cast Wing Clip?

That should work, but on CLassic it do not works :(, if i put:
/cast Counterattack
/cast Wing Clip
It wont cast any Wing Clip for some reason

Try
/castrandom Counteratack
/cast Wing Clip

I don’t quite understand what you want.

Won’t

/castsequence Counterattack, Wing Clip

do what you want?

Do not work, only casting wing clip, when counterattack proc it wont cast counterattack.
I want macro that cast.
@Dottie
I need macro that cast Wing Clip but when Counterattack proc that instead wing clip cast Counterattack, it was macro:
/cast Counterattack
/cast Wing Clip
But in CLASSIC it DO NOT works, as i said before.So i need help.
/castsequence Counterattack, Wing Clip do not works, i tried it before

And it will never work, blizzard restricted the macro system years ago, now the second cast is never executed because if the first cast fails the macro stops there.

Macros aren’t great for IF code type problems

Macros were great back in vanilla or in pservers, unlimited possibilities, another example of blizzard nonsese , they reimplement even little details like leeway + artificial latency, but at the same time they made trillions of changes to basic vanilla mechanics, like macro restrictions.
Why artifical latency deserves to be reimplemented but vanilla macros did not?

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