Jump to content
Sign in to follow this  
Tomzy

[Macro] [Hunter] Need some help with the macro I am trying to make

Recommended Posts

Trying to make a macro that does wingclip when in melee and got mana else do conc shot. What I got so far:

 

SuperMacro:

function Slow()
x = CheckInteractDistance("target", 1); 
y = CastSpellByName;
z = UnitMana("player");
if x and z > 80 then y("Wing Clip") else if x and z > 60 then y("Wing Clip(Rank 2)") else if x and z > 40 then y("Wing Clip(Rank 1)") else y("Concussive Shot") end end end end 

Regular:

/cast Counterattack(Rank 1);

/script SlowResolve();

 

Edit: Works now :)

Edited by Tomzy

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×