Macro's

User avatar
Falconer
Apprentice Hunter
Apprentice Hunter
Posts: 77
Joined: Fri Jan 29, 2010 5:15 pm
Realm: Garrosh

Macro's

Unread post by Falconer »

So Im basically a noob with a little experience (lvl 47 hunter +3 other low lvl toons), but Im learning new things everyday. Im wondering what usefull macros people are using. I have none as of yet, but am ready to set some up. Im BM spec'd right now, so no aimed shot. :?

Image

User avatar
Saturo
 
Posts: 18809
Joined: Sun Jan 10, 2010 5:21 pm
Gender: Mortally impaired geekgirl
Location: My secret lair on Skullcrusher Mountain.

Re: Macro's

Unread post by Saturo »

For Feign Death:

Code: Select all

/stopcasting
/cast Feign Death
/e Clasps her throat, and throws herself at the ground, faking her demise.
Basically, the /stopcasting is to abort any spell you're casting, and then just Feign Death. This has saved me many times. The /e is just for fun, but it alerts others to your aggro problem.

I also exist on DeviantArt.
"I'll probably be some kind of scientist, building inventions in my space lab in space!"

Moderation note: Saturo is banned from all forums except the RP forum, and only allowed there until the current RP thread ends.

User avatar
Falconer
Apprentice Hunter
Apprentice Hunter
Posts: 77
Joined: Fri Jan 29, 2010 5:15 pm
Realm: Garrosh

Re: Macro's

Unread post by Falconer »

Saturo wrote:For Feign Death:

Code: Select all

/stopcasting
/cast Feign Death
/e Clasps her throat, and throws herself at the ground, faking her demise.
Basically, the /stopcasting is to abort any spell you're casting, and then just Feign Death. This has saved me many times. The /e is just for fun, but it alerts others to your aggro problem.
Thats a good one, but what about your pet. Sometimes when Ive feigned death, I have to sit their and watch my pet die if they cant handle it. :( I guess you could code it to dismiss them first, but that would take longer.

Image

User avatar
Saturo
 
Posts: 18809
Joined: Sun Jan 10, 2010 5:21 pm
Gender: Mortally impaired geekgirl
Location: My secret lair on Skullcrusher Mountain.

Re: Macro's

Unread post by Saturo »

This macro is to avoid deaths in raids, and frankly, your pet shouldn't be having aggro in raids, even if you're bm. It's just a quick lifesaver if Lanathel decides to beat you instead of that guy with the shield.

I also exist on DeviantArt.
"I'll probably be some kind of scientist, building inventions in my space lab in space!"

Moderation note: Saturo is banned from all forums except the RP forum, and only allowed there until the current RP thread ends.

User avatar
VelkynKarma
Grand Master Hunter
Grand Master Hunter
Posts: 2496
Joined: Sat Jan 09, 2010 2:40 pm
Realm: Quel'Dorei, Nessingwary
Location: Saturo's necromancy class. Karma = World's Worst Necromancer.

Re: Macro's

Unread post by VelkynKarma »

Falconer wrote:
Saturo wrote:For Feign Death:

Code: Select all

/stopcasting
/cast Feign Death
/e Clasps her throat, and throws herself at the ground, faking her demise.
Basically, the /stopcasting is to abort any spell you're casting, and then just Feign Death. This has saved me many times. The /e is just for fun, but it alerts others to your aggro problem.
Thats a good one, but what about your pet. Sometimes when Ive feigned death, I have to sit their and watch my pet die if they cant handle it. :( I guess you could code it to dismiss them first, but that would take longer.

I know what you mean, but you can sorta work around that if you try. If I'm in over my head, I Feign Death and drop aggro onto my pet. He can usually handle it for a little while. I usually then jump up and run for it while my pet distracts them, sometimes using Cheetah if there are no other mobs on your escape route. If you get far enough away, your pet despawns and doesn't die. Even if he does die, you're far enough away that the mobs can't catch up to you before they stop trying.

~VelkynKarma

Image

Silinrul and Jiaphyon of <Ominous Latin Name>


A big thanks to Vephriel for the awesome signature :)

Help my Dragons

User avatar
Karathyriel
 Community Resource
 Community Resource
Posts: 2133
Joined: Mon Jan 11, 2010 6:07 pm
Realm: Not playing anymore.
Location: Germany

Re: Macro's

Unread post by Karathyriel »

I am using 2 macros right now.
One very simple and one very useful.

Code: Select all

/cast hunter's mark
/petattack
This just casts your hunter's mark on the mob and sends your pet to attack at the same time. Probably not so very good idea in instances or raids, unless you wait for the tank to attack before you start.

Code: Select all

#showtooltip
/showicon misdirection
/target focus
/cast misdirection
/targetlasttarget
This is my favorite and it's so useful. When soloing, you put focus on your pet, in instances you put focus on your MT. When this is not on CD, use it! it will just cast misdirection on your pet or tank (whatever you have in focus) and shovel over some of your aggro to where it belongs. The good part about that is, you can use it in combat, as it switches targets so fast, you won't even notice it did. So you cast misdirection without switching target. Whoohoo! :headbang:
User avatar
Dragonpuff
Haiku Master
Posts: 949
Joined: Wed Jan 06, 2010 12:32 am
Realm: Duskwood (US)
Gender: Female
Location: On an undisclosed island that is being shredded by giant boss fights

Re: Macro's

Unread post by Dragonpuff »

One of my current favorites:

Code: Select all

/cast [harm] Hunter's Mark; [@focus,help,nodead][help][@pet] Misdirection 
If I am targeting an enemy, it tosses on Hunters Mark.
If I'm not targeting anything, it puts Misdirection on what I have set as focus.
If I have no focus, and have targeted a friendly player, they get Misdirection.
If I have no focus and no target, Misdirection on my pet.
:D

It helps me in my dungeons/raids quite a bit.
Image

Taz'dingu of the Petopians Guild, Nesingwary Server

Here there be Dragons (and Eggs)

User avatar
Falconer
Apprentice Hunter
Apprentice Hunter
Posts: 77
Joined: Fri Jan 29, 2010 5:15 pm
Realm: Garrosh

Re: Macro's

Unread post by Falconer »

Those are great, but it sucks that misdirection is lvl 70

Image

User avatar
Dragonpuff
Haiku Master
Posts: 949
Joined: Wed Jan 06, 2010 12:32 am
Realm: Duskwood (US)
Gender: Female
Location: On an undisclosed island that is being shredded by giant boss fights

Re: Macro's

Unread post by Dragonpuff »

....LOL Totally didn't even think of that. :D

I don't use many other macros personally, as I can manage most of what I want to do by myself. I do know some Hunter's like to macro Hunter's Mark and Kill Command into every other shot they have though. If you want to brave the WoW forums, I've found the macro boards generally have helpful people/threads. I think there are a couple good Hunter ones there...
Image

Taz'dingu of the Petopians Guild, Nesingwary Server

Here there be Dragons (and Eggs)

User avatar
Saturo
 
Posts: 18809
Joined: Sun Jan 10, 2010 5:21 pm
Gender: Mortally impaired geekgirl
Location: My secret lair on Skullcrusher Mountain.

Re: Macro's

Unread post by Saturo »

This is a rather good list, but some might be outdated, so try them solo before trying to raid with them.

http://www.wowwiki.com/Useful_macros_for_hunters

I also exist on DeviantArt.
"I'll probably be some kind of scientist, building inventions in my space lab in space!"

Moderation note: Saturo is banned from all forums except the RP forum, and only allowed there until the current RP thread ends.

User avatar
Sarayana
Illustrious Master Hunter
Illustrious Master Hunter
Posts: 4685
Joined: Sun Jan 10, 2010 8:34 am
Realm: Ysera-US, Nesingwary-US

Re: Macro's

Unread post by Sarayana »

Dragonpuff wrote:I do know some Hunter's like to macro Hunter's Mark and Kill Command into every other shot they have though.
I don't have HM in my macros since it triggers the gcd, but according to some theorycrafting you don't gain or loose anything by having all your massive dps cooldowns in a special button for special times versus triggering them whenever they're off cd. This is what I have for all my shots:

Code: Select all

#showtooltip Kill Shot
/cast Rapid Fire
/cast [@pettarget,exists] Kill Command
/use 13
/use 14
/cast Kill Shot
/script UIErrorsFrame:Clear()
"/use 13" and "/use 14" refers to the two trinket slots, so they're not necessary to add if your trinkets don't have a use. If you're an engineer with the haste enchant to your gloves, you add "/use 10". It triggers all your major boosts as they come off cooldown without interfering with your gcd.

Other than that, I have a few space saving macros.
For aspects, I use:

Code: Select all

#showtooltip Aspect of the Dragonhawk
/cast Aspect of the Dragonhawk
/cast Aspect of the Viper
and

Code: Select all

#showtooltip Aspect of the Cheetah
/cast Aspect of the Cheetah
/cast Aspect of the Pack
With key bindings I just slam whatever key when my mana is low/full and it's quick to toggle between party and self-speed boost.

I haven't gotten to use this one yet, but I would have loved to have it on Gluth when I was on kiting duty and wanted to stop his enrages:

Code: Select all

#showtooltip Tranquilizing Shot
/cast [@mouseover, harm][harm] Tranquilizing Shot

No need to switch targets, just face him, mouse over, and tranq.

There's some talk recently about how pets "delay" on their attacks. They have the focus, but they don't use their skills right away. A fix to that is to add the following lines to your shots: (Please note that I haven't tested this yet.)

Code: Select all

/cast [special attack]
/use [@pettarget,harm,exists] [focus dump]
For a wolf, then, it would look like this:

Code: Select all

/cast Furious Howl
/use [@pettarget,harm,exists] Bite
If you have multiple pets you use on a regular basis, you can specify that:

Code: Select all

/cast [pet:wolf] Furious Howl, [pet:cat] Rake
(I'm not sure if you have to use the pet family name or given name...)

If you have all your cooldowns in your shots and add your pets skills, then, your shot macro would look as follows (with a wolf):

Code: Select all

#showtooltip Kill Shot
/cast Rapid Fire
/cast [@pettarget,exists] Kill Command
/use 10
/use 13
/use 14
/cast Furious Howl
/use [@pettarget,harm,exists] Bite
/cast Kill Shot
/script UIErrorsFrame:Clear()
Edit: I have no clue whatsoever about what levels you get the different skills at, so you'd obviously have to add the skills in as you get them. Clearly, this is for a level 80 hunter, but you know, it's entirely modifiable for any level. Also, I'm not raiding on my hunter, but after creating these macros I've seen my performance go up in 5-mans. Less micro management, more time to worry about not standing in fire/poison/goop on the floor. :)

Edit 2: You mentioned Aimed Shot, so I'm guessing you were wondering if there were any macros that queued up shots? The days of macros with multiple shot types in them are long gone, we manually weave our shots now. These macros also make it easier to do so, as you just focus on shot weaving.

And I totally missed the part about being BM. You'd obviously want to add

Code: Select all

/cast Bestial Wrath

in there.

Final note (I think...): This type of macro generates a shitton of front-end damage and threat (seriously, when I first start unloading, I hit 7k dps where my average over the fight is ~3.4-4.5k). If you start with misdirect, your tank will love you forever. <3

Image
Much gratitude to Spiritbinder for the signature and Vephriel for the avatar! <3

Post Reply