Legion 7.3.2 - Blackout Combo - only damage rotation macro, only with lego chest

Hey,

This is the macro I use in most of the situations. Needs legendary chest I suppose, otherwise timings will not fit.

It doesn’t contain anything, but DPS rotation. So no brew handling, no expel harm, or healing elixir. Just pure damage rotation. Trinket usage, and such stuffs are switched off, but they can be turned on easily.

Macro uses exploding keg on player, so be in melee range all the time, or change this behavior.

Sequences['BrewBOC'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="noname",
  SpecID=268,
  Talents = "2122112",
  Default=1,
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/castsequence  reset=combat  Keg Smash, Blackout Strike, Tiger Palm, Breath of Fire, Blackout Strike, Tiger Palm, Keg Smash, Blackout Strike, Tiger Palm, Breath of Fire, Blackout Strike, Tiger Palm, Keg Smash, Blackout Strike, Tiger Palm, Breath of Fire, Blackout Strike",
        "/cast [combat,@player] Exploding Keg",
        "/cast Rushing Jade Wind",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

I hope you’ll enjoy it.

nm you fixed it :slight_smile:

My 1st post, still learning the usage of the webpage. :slight_smile: