Hello,
i tried them all - just to present you my own one which is using Stepfunction.
I had the best results with this, it just from time to time delays the chimaera, but that happens with all the other ones as well
Talents are: x-x-x-3-3-1-3 where x=does not matter at all
Feel free to use A Murder of Crows and put it on a seperate button (same as my stampede)
This macro is setup to NOT use a pet - i suggest you solo play BM
here comes my GS:
Sequences['MMStepST'] = {
StepFunction = [[
order = newtable(3, 1, 2, 4, 4, 3, 5, 3)
newstep = (newstep and (newstep % #order + 1)) or 2
step = order[newstep]
]],
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
-- Macro1
[[
/cast [nochanneling] Kill Shot
]],
-- Macro2
[[
/cast [nochanneling] Glaive Toss
]],
-- Macro3
[[
/cast [nochanneling] Chimaera Shot
]],
-- Macro4
[[
/cast [nochanneling] Aimed Shot
]],
-- Macro5
[[
/cast [nochanneling] Steady Shot
]],
-- Macro6
[[
]],
-- Macro7
[[
]],
-- Macro8
[[
]],
-- Macro9
[[
]],
}
Sequences['MMStepAE'] = {
StepFunction = [[
order = newtable(3, 1, 2, 6, 4, 4, 3, 5, 3)
newstep = (newstep and (newstep % #order + 1)) or 2
step = order[newstep]
]],
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Clear()
/console Sound_EnableSFX 1
]],
-- Macro1
[[
/cast [nochanneling] Kill Shot
]],
-- Macro2
[[
/cast [nochanneling] Glaive Toss
]],
-- Macro3
[[
/cast [nochanneling] Chimaera Shot
]],
-- Macro4
[[
/cast [nochanneling] Aimed Shot
]],
-- Macro5
[[
/cast [nochanneling] Steady Shot
]],
-- Macro6
[[
/cast [nochanneling] Multi-Shot
]],
-- Macro7
[[
]],
-- Macro8
[[
]],
-- Macro9
[[
]],
}
As you can see the Macro6 - Macro 9 are placeholders - if you find any spell you like to use - you can put them in there.
Please let me know what your results are with this - how you like it - and if you have any suggestions!
Thanks