6.1 BM Gnome Macro

So this is what I have been using so far, only problem I seem to have it tends to use TOO many Cobra Shots. Sometimes foregoing Kill Command for almost a full 5-6 seconds and also times I am literally sitting at 100% Focus it’ll do 1-2 Cobra Shots. Also it seems to not use Arcane Shot as much as it should, over the course of one entire heroic dungeon last night I only did 80 AS compared to my 1465 Barrages lol … But still with only a 627 iLvl I averaged 18-20k on bosses and my overall DPS for the run was 21.4k.

Any tweaks someone sees are appreciated.

Sequences['Beast'] = {
PreMacro = [[
/cast [nopet,nodead]Call Pet 1;[@pet,dead]Heart of the Phoenix
/targetenemy [noharm][dead]
/petattack [@target,harm]
/console Sound_EnableSFX 0
]],
	'/cast Barrage',
	'/cast Kill Command',
	'/cast [nochanneling]Kill Command',
	'/cast [nochanneling]Cobra Shot',
	'/cast [nochanneling]Arcane Shot',
	'/cast [nochanneling,combat]Bestial Wrath',
	'/castsequence [nochanneling]Cobra Shot,Cobra Shot',
PostMacro = [[
/startattack
/cast [combat]Blood Fury
/cast Barrage
/use [combat]Draenic Agility Potion
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
}

Hello,

I had the same issues with my macros … I put Focusing Shot/Cobra Shot on a different macro. I’ve also configured WA with a sound alert when my focus is running low.

Hope this helps, I’m going to try your macro :slight_smile:

Ephra.