Cym's Sub Macro

Thought i would go ahead and revamp this older macro to make it more current and work better since this spec needs a LOT of conditionals to make it work for macros. Have had it tested in Discord and seems to burst and sustain well enough.

Sequences['CYMSUB'] = {
-- This Sequence was exported from GSE 2.3.00.
  Author="Toffeecoffee@Saurfang",
  SpecID=261,
  Talents = "3113213",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Priority",
      LoopLimit=30,
      KeyPress={
        "/castsequence [mod:ctrl,form:0] reset=1  Nightblade, Shadow Dance",
        "/cast [mod:shift] Death from Above",
      },
      PreMacro={
        "/cast [form:0] Vanish",
      },
        "/castsequence [form:1/2/3] Shadowstrike",
        "/castsequence [form:0] Backstab, Eviscerate, Backstab, Backstab, Backstab, Eviscerate, Backstab, Eviscerate, Backstab, Backstab, Backstab, Eviscerate, Backstab, Eviscerate, Backstab, Backstab, Backstab, Eviscerate",
        "/cast Symbols of Death",
        "/cast Shadow Blades",
        "/cast Goremaw's Bite",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

There is an issue with possibly Vanish if used when solo as it will reset a mob but that’s a small issue. Other than that it works well

Older Out of Date Macro

Sequences['Cymsub'] = {
-- This Sequence was exported from GSE 2.1.04.
  Author="Toffeecoffee@Saurfang",
  SpecID=261,
  Talents = "1113213",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      StepFunction = "Priority",
      LoopLimit=30,
      KeyPress={
        "/castsequence [mod:ctrl] reset=1  Nightblade, Shadow Dance, Shadowstrike, Shadowstrike, Shadowstrike",
        "/cast [mod:shift] Death from Above",
      },
      PreMacro={
        "/cast Vanish",
      },
        "/cast Shadowstrike",
        "/castsequence Backstab, Eviscerate, Backstab, Backstab, Backstab, Eviscerate, Backstab, Eviscerate, Backstab, Backstab, Backstab, Eviscerate, Backstab, Eviscerate, Backstab, Backstab, Backstab, Eviscerate",
        "/cast Symbols of Death",
        "/cast Shadow Blades",
        "/cast Goremaw's Bite",
        "/cast Nightblade",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Updated