The new Patch 6.1.0 will soon be live and few hours ago Blizzard announced few more Hunter changes. The Changes affect mostly MM Hunters and most of them are buffs, so the news are very good.
My Personal opinion is that after this Patch, MM hunters will be comparable with Survival Hunters..at least when we talk about damage.
Here are the changes:
Please share your opinion in the comments below
Beast Mastery: Improved Focus Fire now grants an 8% increase to attack power per Frenzy stack consumed (up from 5%).
Marksman:
-Careful Aim now increases critical strike chance of Steady Shot, Focusing Shot, and Aimed Shot by 50% (down from 60%).
-Chimaera Shot damage increased by 30.4%.
-Sniper Training is now 25% more effective.
Showing posts with label Survival. Show all posts
Showing posts with label Survival. Show all posts
Saturday, February 14, 2015
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
]],
}
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
]],
}
Friday, January 24, 2014
Scattered Shots: Beast mastery vs. survival raiding
It's been a long time since I felt the need to agonize over what spec I want to play on my hunter in raids. Usually there's one clear cut winner, but in Siege of Orgrimmar both survival and beast mastery are doing pretty darn well. Maybe we're not putting out warlock numbers, but we're well into the upper half of the charts when it comes to DPS. The recent hotfix to Aspect of the Hawk gave us just enough of a kick to keep us competitive as everyone continues to gear up. Marksmanship has cemented itself as a popular PvP spec in 5.4, and maybe it's OK that one spec is more PvP oriented. At least we have large numbers of hunters playing all three specs -- it's not a luxury we've always had in the past...Read more.
Wednesday, March 27, 2013
BM or Survival ???
This is very important question for me....which one is better for PVP - BM or Survival ???
I am currently Beast Mastery in PVP ,but a Survival hunter in PVE...As they both are making a lot of damage I am wondering which one is better ...
I still think that the BM pets are underestimated by other players and this is very useful in the arena and battleground battles ,but the survival hunters make a lot of DoT damage.
So I would like to hear your opinion :) BM or Survival ..and why is one of them better that the other ?
I am currently Beast Mastery in PVP ,but a Survival hunter in PVE...As they both are making a lot of damage I am wondering which one is better ...
I still think that the BM pets are underestimated by other players and this is very useful in the arena and battleground battles ,but the survival hunters make a lot of DoT damage.
So I would like to hear your opinion :) BM or Survival ..and why is one of them better that the other ?
Subscribe to:
Posts (Atom)