Elitist Jerks

Elitist Jerks (http://elitistjerks.com/forums.php)
-   Hunters (http://elitistjerks.com/f74/)
-   -   Macros (http://elitistjerks.com/f74/t38347-macros/)

Har 12/07/08 4:35 PM

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)
Code:

#showtooltip Bestial Wrath
/cast Kill Command
/use 13
/use 14
/cast Bestial Wrath

Misdirect
Code:

#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:
Code:

/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
Code:

#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
Code:

#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)
Code:

#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.

sr20eric 12/07/08 5:04 PM

Deleted.

heritikyl 12/07/08 5:16 PM

Delete.

Mr00000 12/07/08 5:50 PM

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.

Har 12/07/08 5:50 PM

Quote:

Originally Posted by sr20eric (Post 1002994)
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.

sr20eric 12/07/08 6:57 PM

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.

Mr00000 12/07/08 7:55 PM

Quote:

Originally Posted by sr20eric (Post 1003101)
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.

Whitemane 12/07/08 8:51 PM

Any reason why an MM / SV hunter would not use that steady shot macro? I can't see it.

Intermission 12/07/08 9:25 PM

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:
Code:

/cast !Aspect of the Dragonhawk
/cancelaura Aspect of the Viper

Code:

/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.

Kivshani 12/08/08 7:23 PM

Quote:

Originally Posted by Whitemane (Post 1003192)
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.

Strongmint 12/08/08 8:03 PM

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.

Code:

/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.

Code:

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


Hanturd 12/08/08 9:12 PM

Quote:

Originally Posted by Har (Post 1002976)
Bestial Wrath and cooldowns (beast master spec only)
Code:

#showtooltip Bestial Wrath
/cast Kill Command
/petautocasttoggle Call of the Wild
/use 13
/use 14
/cast Bestial Wrath

Misdirect
Code:

#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?

Code:

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


flimflam 12/08/08 9:58 PM

Quote:

Originally Posted by Hanturd (Post 1004915)
Can you explain what the /use 13, and /use 14 are?

Those are for the 2 trinket slots.

Hanturd 12/08/08 10:56 PM

Quote:

Originally Posted by flimflam (Post 1004968)
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?

Tyranna 12/08/08 11:01 PM

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.


All times are GMT -4. The time now is 6:27 AM.

Forum Infrastructure by vBulletin 3.6.12 ©2000-2007, Jelsoft Enterprises Ltd.