BM PvP 2 button Macro (GS)

Hi lazy´s :slight_smile: After a long break, i dust out my Hunter again. Here i want to share my first try of a BM PvP macro (keeps you at low focus - made for arena). I still need to gear up, so i didn’t test it on real conditions…Any Feedback is welcome!

Start macro

Sequences['BMsiPvP'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
]],
	'/castsequence [nochanneling] reset=combat Counter Shot,Tranquilizing Shot,Concussive Shot',
	'/cast [nochanneling] !Kill Shot',
	'/cast [nochanneling] !Kill Command',
	'/cast [nochanneling] Arcane Shot',
	'/cast [nochanneling] Cobra Shot',
PostMacro = [[
/petattack
/cast [nochanneling] Dire Beast
/script UIErrorsFrame:Clear()
]],
}

The second macro i am using, when *Azorthation´s WeakAura for Focus Fire pops up. In case Killshot get skipped i have it on a seperate key.
(first macro > WA pops up > Focus fire button > Burst macro > when Bestial wrath is off. you use the first macro again)

Burst Macro

Sequences['BMburst'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
]],
	'/castsequence [nochanneling] reset=combat Counter Shot,Tranquilizing Shot,Concussive Shot',
	'/cast [nochanneling] !Bestial Wrath',
	'/cast [nochanneling] !Barrage',
	'/cast [nochanneling] !A Murder of Crows',
	'/cast [nochanneling] !Kill Shot',
	'/cast [nochanneling] Cobra Shot',
	'/cast [nochanneling] !Kill Command',
	'/cast [nochanneling] Arcane Shot',
PostMacro = [[
/petattack
/cast [nochanneling] Dire Beast
/cast Blood Fury
/script UIErrorsFrame:Clear()
]],
}

Counter Shot? Why would that be of any use? Exchange it for Tranquilizing Shot and preferably every 10-15 seconds.

Ok, i dont get it ^^ I thought the counter shot would interrupt casts (also in PvP). Doesn’t it ? But you are right with the Tranquuilizing shot. I will edit it - Thank you :slight_smile:

counter shot will but thats kinda something you want to use at clutch moments, not just when ever the hell if feels like going off