My Macro won't waste Battle Cry and Avatar buffs

Iv been running this macro for some time and think it works great .
my talents are 1/2 . 3 . 3 . ? . 2 . 3 . 2 .
I feel this macro gets the best out of the spec as it will only use your buffs when you should and maximizes the Frothing Berserker buff ,

my rotation macro is simple . just go till you hit 100 rage then hit a mod key .

Sequences['Fury-rotation'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Brammo@Ner'zhul",
  SpecID=72,
  Talents = "1331232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/castsequence [mod] Rampage, Raging Blow",
        "/castsequence [nomod] Bloodthirst, Raging Blow, Furious Slash",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

my Burst macro I use once Battle Cry and odyn’s Fury are up . can add your racial if you’re Orc or Troll if needed . this is the max damage rotation from Discord and Icy Vain . I use the SoB trinket is why I have it in it . I will run it till it loops back and cast Rampage and raging blow a 2nd Time.

Sequences['Odyn's_Fury-Bust'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Brammo@Ner'zhul",
  SpecID=72,
  Talents = "1331232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/cast Avatar",
        "/cast Battle Cry",
        "/use Specter of Betrayal",
        "/use Blood Fury",
      },
      PreMacro={
      },
        "/castsequence [nomod] reset=5  Rampage, Raging Blow, Odyn's Fury, Bloodthirst, Raging Blow",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

My AoE macro is like the rotation macro just with Whirlwind

Sequences['Fury-AoE'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Brammo@Ner'zhul",
  SpecID=72,
  Talents = "1331232",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
      },
        "/castsequence [mod] reset=3  Whirlwind, Rampage, Whirlwind",
        "/castsequence [nomod] Whirlwind, Bloodthirst, Whirlwind, Raging Blow, Whirlwind",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Ive been having a hard time getting a good Execute macro that does more damage then just doing normal rotation . but you can try doing the normal rotation with Execute added into it at the top if you like .

And thank you too Nobody for telling me how you box . Much appreciated.

put in code please macro

I figured out the code part in game just no luck getting it to box in post using the code button

Sequences[‘Fury-rotation’] = {
— This Sequence was exported from GSE 2.1.04.
Author=”Brammo@Ner’zhul”,
SpecID=72,
Talents = “1331232”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/startattack”,
},
PreMacro={
},
“/castsequence [mod] Rampage, Raging Blow”,
“/castsequence [nomod] Bloodthirst, Raging Blow, Furious Slash”,
PostMacro={
},
KeyRelease={
},
},
},
}`

Sequences[‘Fury-rotation’] = {
— This Sequence was exported from GSE 2.1.04.
Author=”Brammo@Ner’zhul”,
SpecID=72,
Talents = “1331232”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/startattack”,
},
PreMacro={
},
“/castsequence [mod] Rampage, Raging Blow”,
“/castsequence [nomod] Bloodthirst, Raging Blow, Furious Slash”,
PostMacro={
},
KeyRelease={
},
},
},
}

Burst

Sequences[‘Odyn’s_Fury-Bust’] = {
— This Sequence was exported from GSE 2.1.04.
Author=”Brammo@Ner’zhul”,
SpecID=72,
Talents = “1331232”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/cast Avatar”,
“/cast Battle Cry”,
“/use Specter of Betrayal”,
“/use Blood Fury”,
},
PreMacro={
},
“/castsequence [nomod] reset=5 Rampage, Raging Blow, Odyn’s Fury, Bloodthirst, Raging Blow”,
PostMacro={
},
KeyRelease={
},
},
},
}

AOE

Sequences[‘Fury-AoE’] = {
— This Sequence was exported from GSE 2.1.04.
Author=”Brammo@Ner’zhul”,
SpecID=72,
Talents = “1331232”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Priority”,
KeyPress={
“/targetenemy [noharm][dead]”,
“/startattack”,
},
PreMacro={
},
“/castsequence [mod] reset=3 Whirlwind, Rampage, Whirlwind”,
“/castsequence [nomod] Whirlwind, Bloodthirst, Whirlwind, Raging Blow, Whirlwind”,
PostMacro={
},
KeyRelease={
},
},
},
}

Edit: the apostrophes are in a wrong format. Its late, i will change it next time i am on. For blackboxing the macros, you just need to click left from Sequences and click button code, than down right of the last } and click code again.

so where you have mod i just put what key i wanna use?

oops misread your question . No keep it as mod . You hit alt . Shift or crtl key to activate the mod. Don’t change anything in the macro unless you want it to work with just one mod key .
It will look like this
[mod: Alt]