Ads 468x60px

Monday, February 2, 2015

Survival Hunter One Button macro

It's been awhile since my last post here, so I want to share something very useful. By my opinion most Hunters at this point play PVE as a Survival Hunters, that's why I'm posting this very,very useful One Button macro.

I can say that it will improve your PVE experience significant. If you have some questions or suggestions for the macro plz tell mi in the comments below.

Talents
Survival Spec

This talent set was chosen to maximize single target raid DPS while also providing raid utility and easy of use with the one-button macro.

Level 45 - Iron Hawk
Level 60 - Thrill of the Hunt
Level 75 - A Murder of Crows
Level 90 - Barrage

Level 100 - Lone Wolf

Raid Macro

This macro is extremely simple to use. Spam it. 

If there are two or more targets, hold the CTRL modifier to apply and maintain serpent sting to multiple targets using multi-shot, release CTRL once applied.

If you need to drop an Explosive Trap, hold Shift until you finish clicking the trap in place.

If you need to apply Serpent Sting to a single target, or dump focus on Arcane Shot, hold ALT. - (See note below)


Code:

Sequences['Surv'] = {StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/cast [mod:shift] !Explosive Trap
]],
'/cast [nomod] Black Arrow',
'/cast [nomod] Explosive Shot',
'/cast [nomod] A Murder of Crows',
'/cast [mod:ctrl] Barrage',
'/cast [mod:ctrl] Multi-shot',
'/cast [mod:alt] Arcane Shot',
'/cast [nomod:shift/alt]Cobra Shot',
PostMacro = [[
/petattack
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],

}

note: while using the ALT modifier to fire arcane shot as a focus dump, it has very little effect on DPS when used this way, using it only to maintain Serpent Sting will work just fine, minimizing mod key interaction to allow you to focus on mechanics and interrupts as needed.




5 comments:

  1. how many macros i need to create? since there are more than 255 characteres

    ReplyDelete
  2. I'm using SuperDuperMacro and all it's doing is spamming say bubbles.

    ReplyDelete
  3. Even with SDM this macro doesnt work, what can we do to fix this?

    ReplyDelete
    Replies
    1. Hmm very strange.. Give me few hours to find a solution :)

      Delete
  4. it just spams my guild chat channel and does nothing

    ReplyDelete

 

Followers

 
Blogger Templates