7.3.5 Minimal Macro for Standard Rotation

This is my simple Macro for the standard Rotation and Run Trough. Slice and Dice is on extra Keybind.

Sequences['Outlaw_Test'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Magnor@Frostwolf",
  SpecID=260,
  Talents = "3111321",
  Default=1,
  Icon='INV_Sword_30',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
        "/cast [nostealth,nocombat] Stealth",
      },
        "/castsequence [nochanneling] Saber Slash, Saber Slash, Pistol Shot, Run Through",
      PostMacro={
      },
      KeyRelease={
        "/cast [nostealth,nocombat] Stealth",
      },
    },
  },
}

Made a lvl 20 void elf rogue and it seems to work ok