Legion BM

Hello All

Here is a macro, I hawe put together for Legion PTR, “NOT FOR BETA”, but it could work i think in Beta…
You need the Addon callt “Gnome Sequencer Enhanced”

Talent: 3111323

Macro:

Sequences['BMTest'] = {
specID = 253,
author = "Jimmy",
helpTxt = "Single Target",
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],   PreMacro = [[
/targetenemy [noharm][dead]
/petautocastoff [group] Growl
/petautocaston [nogroup] growl
/cast [@focus,help][help][@pet,exists] Misdirection
]], 
'/castsequence Cobra Shot,Kill Command',
'/cast Cobra Shot,
"/cast !Dire Beast",
'/cast Bestial Wrath',
'/cast A Murder of Crows',
'/cast Chimaera Shot',
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Hawe fun

Jimmy

Jimmy just to let you know love this macro
just made a AOE 1 now

Sequences['BMAOETest'] = {
specID = 253,
author = "Nano",
helpTxt = "BMAOE Talent 3311313",
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],   PreMacro = [[
/targetenemy [noharm][dead]
]], 
"/castsequence Multi-Shot,Kill Command",
"/cast Multi-Shot",
"/cast !Dire Beast",
"/cast Bestial Wrath",
"/cast A Murder of Crows",
"/cast Chimaera Shot",
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

give it a go and see what you think

and like your macro you can put in

/petautocastoff [group] Growl
/petautocaston [nogroup] growl
/cast [@focus,help][help][@pet,exists] Misdirection

this helps very lazy macro

Sequences['BMAOETest'] = {
specID = 253,
author = "Nano",
helpTxt = "BMAOE Talent 3311313",
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],   PreMacro = [[
/targetenemy [noharm][dead]
/petautocastoff [group] Growl
/petautocaston [nogroup] growl
/cast [@focus,help][help][@pet,exists] Misdirection
]], 
"/castsequence Multi-Shot,Kill Command",
"/cast Multi-Shot",
"/cast !Dire Beast",
"/cast Bestial Wrath",
"/cast A Murder of Crows",
"/cast Chimaera Shot",
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Nice to hear ty Nanó :slight_smile: