Jump to content
Sign in to follow this  
Magnetto

Perfecting Hunter macro

Recommended Posts

Hey guys

 

I found this helpful macro which attacks anything infront of the character and uses Raptor Strike on toggle and Mongoose Bite while shift-down. When I press the macro second time it would stop attacking, it would be great if some command could change that if I would spam it, character would not stop attack. Does anyone have any suggestions? Here is the macro:

 

/script if (not PlayerFrame.inCombat) then AttackTarget() end

/script if IsShiftKeyDown() then CastSpellByName("Mongoose Bite") else CastSpellByName("Raptor Strike") end
 
Second question is how to add a "alt" modifer, so I can add a 3rd spell which would activate while pressing the alt+binding. Its something like "elseif" but I don't know how to incorporate i within the macro itself.
 
Many thanks in advance,
 
Magnetto

Share this post


Link to post
Share on other sites

there is an addon called perfect hunter u can download which pretty much makes the "main" combat rotation

 

What are you talking about?

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  

×