My DPS Macro...Best Numbers so Far...Testers wanted

This is the very very first Macro I have made.
The numbers seem to perform well with 100% uptime on Rip, Rake etc.

At a 5 minute run single target on Raid Dummy this was my result
iLevel - 905 with only Insignia of the Grand Army legendary
DPS - 903k
Rip Uptime - 98.8%
Rake Uptime - 95.3%

I dont know how to Black Box.
I went with Sabertooth as it resets duration of Rip…and allows a one button Feral Macro.
I manage CDs manually.

Any improvements or recommendations let me know

OPENER

Sequences[‘Opener’] = {
– This Sequence was exported from GSE 2.2.08.
Author=“Fourshift@Sargeras”,
SpecID=103,
Talents = “2212211”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast reset=target Rake”,
“/cast Incarnation: King of the Jungle”,
“/cast Tiger’s Fury”,
“/cast Ashamane’s Frenzy”,
“/cast Shred”,
“/cast Shred”,
“/cast Shred”,
“/cast Shred”,
“/cast Shred”,
PostMacro={
},
KeyRelease={
},
},
},
}

I cast Rip manually to make sure it has 5 combo points then switch to main dps macro

MAIN DPS MACRO

Sequences[‘Main_DPS’] = {
– This Sequence was exported from GSE 2.2.08.
Author=“Fourshift@Sargeras”,
SpecID=103,
Talents = “2212211”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast Tiger’s Fury”,
“/cast Incarnation: King of the Jungle”,
“/cast Ashamane’s Frenzy”,
“/castsequence reset=target Rake, Shred, Shred, Shred, Ferocious Bite, Shred, Shred, Shred, Ferocious Bite”,
PostMacro={
},
KeyRelease={
},
},
},
}

Sequences[‘Opener’] = {
— This Sequence was exported from GSE 2.2.08.
Author=”Fourshift@Sargeras”,
SpecID=103,
Talents = “2212211”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast reset=target Rake”,
“/cast Incarnation: King of the Jungle”,
“/cast Tiger’s Fury”,
“/cast Ashamane’s Frenzy”,
“/cast Shred”,
“/cast Shred”,
“/cast Shred”,
“/cast Shred”,
“/cast Shred”,
PostMacro={
},
KeyRelease={
},
},
},
}
Sequences[‘Main_DPS’] = {
— This Sequence was exported from GSE 2.2.08.
Author=”Fourshift@Sargeras”,
SpecID=103,
Talents = “2212211”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast Tiger’s Fury”,
“/cast Incarnation: King of the Jungle”,
“/cast Ashamane’s Frenzy”,
“/castsequence reset=target Rake, Shred, Shred, Shred, Ferocious Bite, Shred, Shred, Shred, Ferocious Bite”,
PostMacro={
},
KeyRelease={
},
},
},
}

Hi unable to import

Sequences['1Smurf2.0'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Plantains",
  SpecID=267,
  Talents = "1,2,3,3,2,2,2",
  Help = [[Talents – 1,2,3,3,2,2,2]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=20,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
      },
      PreMacro={
        "/cast [nochanneling] Immolate",
      },
        "/castsequence [nochanneling] Grimoire: Imp",
        "/castsequence [nochanneling] Summon Doomguard",
        "/cast [nochanneling] Conflagrate",
        "/cast [nochanneling] Soul Harvest",
        "/cast [nochanneling] Chaos Bolt",
        "/cast Channel Demonfire",
        "/cast [nochanneling] Dimensional Rift",
        "/castsequence [nochanneling] Incinerate, Incinerate, Incinerate, Immolate",
      PostMacro={
        "/startattack",
      },
      KeyRelease={
      },
    },
  },
}

Sequences[‘Main_DPS’] = {
— This Sequence was exported from GSE 2.2.08.
Author=”Fourshift@Sargeras”,
SpecID=103,
Talents = “2212211”,
Default=1,
Macro Versions = {
[1] = {
Step Function = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast Tiger’s Fury”,
“/cast Incarnation: King of the Jungle”,
“/cast Ashamane’s Frenzy”,
“/castsequence reset=target Rake, Shred, Shred, Shred, Ferocious Bite, Shred, Shred, Shred, Ferocious Bite”,
PostMacro={
},
KeyRelease={
},
},
},
}

Try to always export like this and use CODE tags.


Sequences['Opener'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Fourshift@Sargeras",
  SpecID=103,
  Talents = "2212211",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast reset=target Rake",
        "/cast Incarnation: King of the Jungle",
        "/cast Tiger's Fury",
        "/cast Ashamane's Frenzy",
        "/cast Shred",
        "/cast Shred",
        "/cast Shred",
        "/cast Shred",
        "/cast Shred",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}


Sequences['Main_DPS'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Fourshift@Sargeras",
  SpecID=103,
  Talents = "2212211",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast Tiger's Fury",
        "/cast Incarnation: King of the Jungle",
        "/cast Ashamane's Frenzy",
        "/castsequence reset=target Rake, Shred, Shred, Shred, Ferocious Bite, Shred, Shred, Shred, Ferocious Bite",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}