7.3 Brewmaster

My Current Brewmaster Macro to handle a DPS rotation, All Defensive Cooldowns and Brews are to be handled Manually and macro is used manually without AHK as per my Guardian Druid Macro (Bear, Simple Macro, 15+ Mythics & Raiding. - Patch 7.0+ - WoW Lazy Macros)
Tested in Heroic Antorus and 10-15+ Keys.

I Currently Sim at 728k ST, Macro puts out around 680-710k ST. (For Me Obviously)
Works with or without Blackout Combo.

Sequences['SAM_BrewMaster_ST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="TimothyLuke",
  SpecID=268,
  Talents = "2,1,2,2,2,1,2",
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast Keg Smash",
      },
        "/castsequence  reset=7  Keg Smash",
        "/castsequence  reset=3  Blackout Strike",
        "/cast Rushing Jade Wind",
        "/castsequence  reset=15  Breath of Fire",
        "/castsequence  reset=7  Keg Smash",
        "/castsequence  reset=3  Blackout Strike",
        "/cast Tiger Palm",
        "/castsequence  reset=7  Keg Smash",
        "/castsequence  reset=3  Blackout Strike",
        "/castsequence  reset=15  Breath of Fire",
        "/castsequence  reset=7  Keg Smash",
        "/castsequence  reset=3  Blackout Strike",
        "/castsequence  reset=15  Breath of Fire",
      PostMacro={
        "/cast Keg Smash",
      },
      KeyRelease={
        "/cast Keg Smash",
      },
    },
  },
}

Thanks

Resets don’t work in this macro or in GSE as a whole.
Resets only work when you don’t touch that specific line for that specific time period. The very fact that you spam your macros means the line is never left untouched as you hit a new line every 50ms or so :stuck_out_tongue:

So far after a whole lot of testing, this one seems to work the best for me. I have a GS of 970 and with the 2 DPS legionaries this seems to preform the best.

Only item is that you need to add 1 more blackout strike in the list, this ups the DPS slightly going from about 60% to 80% cast efficiency. You do become a bit more energy starved some times but overall the DPS seems to go up.

Asimov1 can you post your updated version of this macro?

So you use the GSE sample macro for raiding?