This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Need some help with hunter macros.
Post Reply
Return to board index
Post by
Zhyrez
Hi!
I need some help with some macros for my hunter since I don't know very little about hunters :)
1st:
I need is a macro that target my focus players target and cast Misdirection and if I dont have any focus it cast it on my pet.
2nd:
I want a macro that target lets say Star raid icon and cast Freezing Arrow and then target my focus target.
3rd:
I want my pet to attack my focus's target.
I don't know if these macros are possebel to make but I can always hope :P
And any tips on good macro's is good since I'm just starting lvling my hunter (The lvl 80 macro's is for a friend hunter but I will ofc use em at 80 :P)
Thx for the help in advance :)
Edit: Found one macro :)
Post by
Maelchav
Hey there. Not sure if you found the macro for #1, but I threw one together (I'm at work, so I can't test it, but it's pretty straightforward)...
#showtooltip
/stopcasting
/cast Misdirection; Feign Death
(I threw in the Feign Death as a little extra, in case you want to use it and there's no one to whom you can misdirect.)
The second one, I'm not sure if it's possible to target based on a raid icon... not saying it's impossible, I've just not seen how it's done. Will work on #3 in a bit.
Post by
Maelchav
Here's a quick attempt at #3...
#showtooltip
/petattack at the end
should
make it behave like a normal Attack if you don't have a focus, or if your focus doesn't have a target, or if that target is friendly or dead. Again, can't test it right now. Hope that helps!
Post by
Zhyrez
Thx.. I will test them as soon as I get home and can play with my hunter :)
Just tryed out the pet focus target attack macro and it works great :)
Can't try the misdirect macro since I don't have misdirect but I will tell me friend to try it out :)
Post by
pelf
First off, read this page, it's golden:
http://www.wowwiki.com/Making_a_macro
Second, a collection of hunter macros:
http://www.wowwiki.com/Useful_macros_for_hunters
1st:
I need is a macro that target my focus players target and cast Misdirection and if I dont have any focus it cast it on my pet.
The post from the other guy missed your "focus player's target" part. Adding that in...
#showtooltip
/cast
2nd:
I want a macro that target lets say Star raid icon and cast Freezing Arrow and then target my focus target.
You can't conditionally target something based on a raid target icon. It would open up too many automation possibilities.
3rd:
I want my pet to attack my focus's target.
Maelchav is spot on.
Post by
amscouzach57
here is a complete macro for #3.... i think
/cast Call Pet;Revive Pet
/clearfocus
/focus player;target
/clearfocus
/petattack
/petfollow
/cast Hunter's Mark
it will call your pet if it is not summoned, casting hunter's mark on your target and sending your pet to attack it. it will also revives your pet if it is dead.
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.