Fury 7.1.5 New Macros TEST

Hey guys i just played around with some macros and modified them as i thought it would be the best dps wise. Id like you to test them and share your thoughts.

For Single DPS:
Just spam it. I somehow had the feeling that with a second sequence row it is is performing better. And you need to Rampage on your own with 100 rage for max dps.

Sequences['BladeFuryBuilder'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Blademïst@Twilight's Hammer",
  SpecID=72,
  Talents = "2333132",
  Help = "Talents have been setup to a best case scenario as per Icy Veins",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence  reset=2  Bloodthirst, Raging Blow, Furious Slash",
        "/castsequence  reset=2  Bloodthirst, Raging Blow, Furious Slash",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

For the Opening and for later everytime Battlecry is rdy spam this macro until your bloothurst is rdy again and then just continue with macro for single target.

Sequences['Battlecry'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Gunna@Antonidas",
  SpecID=72,
  Talents = "2333132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Battle Cry",
        "/cast Avatar",
      },
      PreMacro={
      },
        "/castsequence  reset=2  Rampage, Odyn's Fury, Raging Blow, Bloodthirst, Furious Slash, Raging Blow",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

For the AoE dmg i i think this works rly well:

Sequences['BladeFuryAE'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Blademïst@Twilight's Hammer",
  SpecID=72,
  Talents = "2333132",
  Help = "Talents have been setup to a best case scenario as per Icy Veins",
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence Whirlwind, Whirlwind, Bloodthirst",
        "/castsequence Whirlwind, Rampage",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

And for the execute Phase:

Sequences['Execute'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Gunna@Antonidas",
  SpecID=72,
  Talents = "2333132",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Execute",
        "/cast Rampage",
        "/cast Raging Blow",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

But i think the execute phase macro could be better you need to cast some Bloodthirsts in between when you run out of rage.

Thankfull for any feedback and dps with itemlvl.

Builder is a nice macro… :slight_smile: helped me alot… it builds as god as i can, i just do the other spels my self an i do a ton of dps :slight_smile: thanks M8

Hey, just started using gs and using your singlemacro at the top. Worked really good but now (dont know if it is because 7.2) the macro sometimes triggers my dos trinket use.
Anyone know why?