BM with Macrotoolkit

Hi all. I have been a long time user of this site so I desided to post what macros I use and see if there is anyway to improve them.

Single Target

#showtooltip Arcane Shot
/mtsx
/targetenemy [noharm][dead]
/castsequence [nochanneling]reset=3 !Arcane Shot,!Cobra Shot,!Cobra Shot,!Kill Command
/castsequence [nochanneling]reset=3 !Bestial Wrath,!Barrage,!Barrage,!Barrage
/use [combat]!Focus Fire
/use [combat]!Blood Fury
/run UIErrorsFrame:Hide()
/mtso

Aoe

#showtooltip Multi-Shot
/mtsx
/targetenemy [noharm][dead]
/castsequence [nochanneling]reset=3 !Multi-Shot,!Cobra Shot,!Cobra Shot,!Kill Command
/castsequence [nochanneling]reset=3 !Bestial Wrath,!Barrage,!Barrage,!Barrage
/use [combat]!Focus Fire
/use [combat]!Blood Fury
/run UIErrorsFrame:Hide()
/mtso

My talents are 1,1,2,1,3,3,3
give it a try and please tell me what you guys and gals think
I also use AHK

#ifWinActive World of Warcraft
{
$1::
Loop
{
if not GetKeyState(“1”, “P”)
break
Send 1
sleep 1
}
return
$2::
Loop
{
if not GetKeyState(“2”, “P”)
break
Send 2
sleep 1
}
return
}

all I do is hold the “1” button down for St and the “2” button down for AoE

Good macros Spaz,

Achieved mid 30’s DPS on Gruul Heroic

Thanks

I modified them slightly as follows:

#showtooltip Arcane Shot
/mtsx
/targetenemy [noharm][dead]
/use [combat] Mecha-Blast Rocket
/castsequence [nochanneling]reset=3 !Arcane Shot,!Cobra Shot,!Cobra Shot,!Kill Command
/castsequence [nochanneling]reset=3 !Bestial Wrath,!Barrage,!Barrage,!Barrage
/use [combat]!Focus Fire
/run UIErrorsFrame:Clear()
/mtso

#showtooltip Multi-shot
/mtsx
/targetenemy [noharm][dead]
/use [combat] Mecha-Blast Rocket
/castsequence [nochanneling]reset=3 !Multi-Shot,!Cobra Shot,!Cobra Shot,!Kill Command
/castsequence [nochanneling]reset=3 !Bestial Wrath,!Barrage,!Barrage,!Barrage
/use [combat]!Focus Fire
/run UIErrorsFrame:Clear()
/mtso

/targetenemyplayer [noharm][dead]
/startattack
/cast [mod:shift] Focus Fire
/cast [mod:alt] Bestial Wrath
#showtooltip Kill Command
/castsequence reset=10 glaive toss,arcane shot,Cobra Shot,Cobra Shot,Arcane Shot,Cobra Shot,cobra shot, cobra shot
/castsequence reset=6 !kill command,!kill command
/castsequence reset=60 !a murder of crows
/cast Blood Fury
/petattack
/run UIErrorsFrame:Clear()

give this a try and tell me what ya think, it dosnt work flawless but i hold 23k in pvp gear, no buff on the target dummy without the bm level 100 talent. i wouldnt put bestial wrath in a macro to use it self when ever it wants and deff wouldnt take advantage of the low focus cost on shots while its active, and you dont want to use focus fire to go off when ever, you dont want to take the stacks off your pet before you use bestial wrath. so i get my focus maxed out or close to it and use

#showtooltip
/castsequence reset=4 arcane shot, kill command, arcane shot, arcane shot, arcane shot, arcane shot
/cast glaive toss
/cast Blood Fury
/use Prideful Gladiator’s Badge of Conquest

so give it a go and please let me know what ya think