Apoc's Defile macros

dont know if it already working but i hope this is

Sequences['Defileadds'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Apòcalypse@Shandris",
  SpecID=252,
  Talents = "3331132",
  Helplink = "www.wowlazymacros.com",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast Outbreak",
        "/cast Dark Transformation",
        "/cast Festering Strike",
        "/cast Festering Strike",
        "/cast Apocalypse",
        "/cast Festering Strike",
        "/cast Festering Strike",
        "/cast Clawing Shadows",
        "/cast Death Coil",
        "/cast Death Coil",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast Outbreak",
        "/cast Dark Transformation",
        "/cast Festering Strike",
        "/cast Festering Strike",
        "/cast Apocalypse",
        "/cast Festering Strike",
        "/cast Festering Strike",
        "/cast Clawing Shadows",
        "/cast Death Coil",
        "/cast Death Coil",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

and

Sequences['Defileboss'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="Apòcalypse@Shandris",
  SpecID=252,
  Talents = "3331132",
  Helplink = "www.wowlazymacros.com",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast Outbreak",
        "/cast Dark Transformation",
        "/cast Summon Gargoyle",
        "/cast Festering Strike",
        "/cast Festering Strike",
        "/cast Clawing Shadows",
        "/cast Death Coil",
        "/cast Death Coil",
        "/cast Clawing Shadows",
        "/cast Clawing Shadows",
        "/cast Festering Strike",
        "/cast Outbreak",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

at what ahk delay you run it what ms?

does absolutely nothing at all. not even when u start to attack yourself.

Why do you have 2 versions of the same macro running in the same script?