Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Class Mechanics » Hunters

Reply
 
LinkBack Thread Tools
Old 12/07/08, 4:35 PM   #1
Har
Piston Honda
 
Draenei Hunter
 
Drenden
Macros

Relwin edit: View http://elitistjerks.com/1061417-post217.html for a very important note for posting in this thread.
------------------------------------------------------------------------------


This thread is for discussing macros. The first post is going to contain basic macros that are useful for most hunters, and whenever I find something that fits that criteria in the thread, I'll consider adding it here.

Read first:
  • Relwin's above link forbids posters from trying to post macros that are supposed to do all our work for us. You can only have one global cooldown causing action per macro, so learn to weave your own shots and don't post castsequence "rotation" garbage macros in the thread or you will get an infraction.
  • There is no way to have kill shot "macroed in" to your other shots since it now causes a global cooldown. Add it to your rotation, and get used to using it manually.

Bestial Wrath and trinkets (beast master spec only)
#showtooltip Bestial Wrath
/cast Kill Command
/use 13
/use 14
/cast Bestial Wrath
Misdirect
#showtooltip
/cast [target=focus, help] Misdirection
/cast [target=focustarget, help] Misdirection
/cast [target=target, help] Misdirection
/cast [target=targettarget, help] Misdirection
/cast [target=pet, nodead, exists] Misdirection
This should MD to your focus, your focus's target if it's hostile, your target if you don't have a focus, your target's target if you have a hostile targeted, or your pet if you don't have a target.

Alternative misdirect that prioritizes target over focus, and sets focus if you hold shift:
/focus [modifier:shift] target
/stopmacro [modifier:shift]
/cast [help,nodead] Misdirection; [target=focus,exists,help,nodead] Misdirection; [target=pet,nodead] Misdirection
This will help if you need to misdirect to a new target during a fight, but requires you to not have a player selected when you misdirect your focus. Please note: it will not MD to a hostile's target if you are trying to cast it on a hostile.


Disengage and wing clip
#showtooltip Disengage
/stopcasting
/script UIErrorsFrame:UnregisterEvent("UI_ERROR_MESSAGE");
/cast Wing Clip
/cast Raptor Strike
/cast Disengage
/script UIErrorsFrame:RegisterEvent("UI_ERROR_MESSAGE");
This is a disengage macro that should wing clip and raptor strike your target and disengage.


Single button aspect toggle
#showtooltip
/castsequence !Aspect of the Dragonhawk, !Aspect of the Viper
Important: use the "?" image for this. This will switch between aspect of the dragonhawk and aspect of the viper.

Adding silencing shot to steady shot (MM only, silencing shot is off the GCD)
#showtooltip Steady Shot
/cast [nomod] silencing shot
/cast steady shot
This will cast a silencing shot with your steady shot when it's off cooldown, unless you hold down shift, alt, or ctrl. Do that if you need to save your silencing shot for actually silencing things rather than adding half an auto-shot.

Last edited by Har : 06/23/09 at 10:34 AM. Reason: Adding MM macro

Offline
Reply With Quote
Old 12/07/08, 5:04 PM   #2
sr20eric
Glass Joe
 
Dwarf Warrior
 
Icecrown
Deleted.

Last edited by sr20eric : 03/30/09 at 4:15 AM. Reason: Deleted.

Offline
Reply With Quote
Old 12/07/08, 5:16 PM   #3
heritikyl
Glass Joe
 
Orc Hunter
 
Kil'Jaeden
Delete.

Last edited by heritikyl : 12/07/08 at 6:34 PM.

Offline
Reply With Quote
Old 12/07/08, 5:50 PM   #4
Mr00000
Glass Joe
 
Draenei Hunter
 
Antonidas
It wont repeatedly spam serpent, but it is not ideal because a /castsequence macro always follows it's sequence.

So, lets say that you go without firing for 3 seconds in a fight (your reset timer), your macro would reset and cast another serpent - regardless of if you need to refresh it or not.

Or if you move, but it takes less than 3 seconds each move, this macro will finish casting the rest of the steady shots in the macro even though serpent may need to be refreshed.

Offline
Reply With Quote
Old 12/07/08, 5:50 PM   #5
Har
Piston Honda
 
Draenei Hunter
 
Drenden
Originally Posted by sr20eric View Post
I'm interested in using a castsequence macro for the addition of serpent sting. Something like this

/castsequence reset=3 Serpent Sting, steady shot, steady shot, steady shot, steady shot, steady shot, steady shot, steady shot, steady shot, steady shot, steady shot

Is this optimal or am I better off manually weaving serpent sting?
I believe it's better to control this- there are too many times where you need to micromanage your sting applications in a boss fight.

Offline
Reply With Quote
Old 12/07/08, 6:57 PM   #6
sr20eric
Glass Joe
 
Dwarf Warrior
 
Icecrown
The reset should be reset=15 but I see what you're saying. Ideally it works well on the target dummy. But I haven't experimented in a live raid with the macro yet. I think I may stick with manual weaving of the sting with steady.

Offline
Reply With Quote
Old 12/07/08, 7:55 PM   #7
Mr00000
Glass Joe
 
Draenei Hunter
 
Antonidas
Originally Posted by sr20eric View Post
The reset should be reset=15 but I see what you're saying. Ideally it works well on the target dummy. But I haven't experimented in a live raid with the macro yet. I think I may stick with manual weaving of the sting with steady.
I'm not sure if you understand what the "reset" timer does. This resets the macro if it hasn't been pressed or that amount of time. So, since this macro would be spammed, it would rarely experience that reset timer. It has absolutely nothing to do with cooldowns or anything like that.

Offline
Reply With Quote
Old 12/07/08, 8:51 PM   #8
Whitemane
King Hippo
 
Orc Hunter
 
Tarren Mill (EU)
Any reason why an MM / SV hunter would not use that steady shot macro? I can't see it.

Offline
Reply With Quote
Old 12/07/08, 9:25 PM   #9
 Intermission
Spiral out, keep going
 
Intermission's Avatar
 
Undead Mage
 
Frostmourne
Adding an exclamation mark to the spell name when placing Aspects in a macro will ensure that every button press turns them on, rather than toggling them on and off. So if you would like to spam that aspect button so they squeeze out between the Steady Shot casts, you can use aspect macros like this:
/cast !Aspect of the Dragonhawk
/cancelaura Aspect of the Viper
/cast !Aspect of the Viper
However it is still handy to be able to turn off Viper without having to cast another aspect (such as when CCed, silenced, on a vehicle, whatever) and you dont want the -50% damage from Viper. So you can add a /cancelaura Aspect of the Viper line in the Dragonhawk macro.

Australia Offline
Reply With Quote
Old 12/08/08, 7:23 PM   #10
Kivshani
Glass Joe
 
Tauren Hunter
 
Vashj (EU)
Originally Posted by Whitemane View Post
Any reason why an MM / SV hunter would not use that steady shot macro? I can't see it.

Well, SV hunters need to weave in Explosive Shot and MM hunters use Arcane Shot, stings, and Chimera Shot, while BM hunters use Kill Shot and even that only once.

Offline
Reply With Quote
Old 12/08/08, 8:03 PM   #11
Strongmint
Glass Joe
 
Orc Hunter
 
Ragnaros (EU)
I prefer the logic of this misdirection macro. Ignore the first 2 lines for setting the focus if you have that already keybound somewhere, I just found it handy to have on the same button. This casts on my target preferentially over the focus, and pet as a last resort to keep it a viable solo button. I find this easier to use in raids when occasionally I'll misdirect something to a a different target on the fly.

/focus [modifier:shift] target
/stopmacro [modifier:shift]
/cast [help,nodead] Misdirection; [target=focus,exists,help,nodead] Misdirection; [target=pet,nodead] Misdirection
Since the change to pet's defensive state I've been using this slightly modified version of a classic toggle macro. It enables me to use the stay command where petfollow would not and uses defensive to help reduce pet damage downtime yet allows me the control to call the pet back while I attack from ranged if necessary. I keep it on a mousebutton under my thumb for convenience.

/petpassive [target=pettarget,exists] 
/stopmacro [target=pettarget,exists] 
/petdefensive
/petattack

Great Britain Offline
Reply With Quote
Old 12/08/08, 9:12 PM   #12
Hanturd
Glass Joe
 
Orc Hunter
 
Llane
Originally Posted by Har View Post
Bestial Wrath and cooldowns (beast master spec only)
#showtooltip Bestial Wrath
/cast Kill Command
/petautocasttoggle Call of the Wild
/use 13
/use 14
/cast Bestial Wrath
Misdirect
#showtooltip
/cast [target=focus, help] Misdirection
/cast [target=focustarget, help] Misdirection
/cast [target=target, help] Misdirection
/cast [target=targettarget, help] Misdirection
/cast [target=pet, nodead, exists] Misdirection
Can you explain what the /use 13, and /use 14 are? Also for the misdirect, wouldn't something like this be a lot easier?

#showtooltip Misdirect
/target "add tanks name" change per grouping
/cast Misdirection

Offline
Reply With Quote
Old 12/08/08, 9:58 PM   #13
flimflam
Von Kaiser
 
Orc Hunter
 
Mug'thol
Originally Posted by Hanturd View Post
Can you explain what the /use 13, and /use 14 are?
Those are for the 2 trinket slots.

Offline
Reply With Quote
Old 12/08/08, 10:56 PM   #14
Hanturd
Glass Joe
 
Orc Hunter
 
Llane
Originally Posted by flimflam View Post
Those are for the 2 trinket slots.
Would it end up being

/use 13... or
/use Sphere of Red Dragon's Blood.

Could you also factor in the orc racial?

Offline
Reply With Quote
Old 12/08/08, 11:01 PM   #15
Tyranna
Von Kaiser
 
Night Elf Hunter
 
Norgannon
Is there any way to condense that tracking macro? It's too long to work right now. It ends around the "a" in Hunter's Mark.

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Class Mechanics » Hunters

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Macros & You constantius User Interface and AddOns 25 11/29/07 12:01 PM
2.2 changes to macros? Fizban User Interface and AddOns 1 10/14/07 2:13 AM
more macros Lodi User Interface and AddOns 6 06/17/07 8:37 AM
Macros WoW 2.0 flyinfungi Public Discussion 159 01/13/07 4:23 AM