Survival Single Target Test Macro

Trying to create a pure ST Macro that would work (hoping) Please Test and see if the changes I made to an existing one I found on here helps.

Sequences['SVST'] = {
  Author="Me",  
  SpecID=255,
  Talents = "3113331",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/cast [nochanneling] Aspect of the Eagle",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petattack  [@target, harm]",
      },
      PreMacro={
      },
        "/cast [nochanneling] A Murder of Crows",
        "/cast [@player, nochanneling] Explosive Trap",
        "/cast [nochanneling] Raptor Strike",
        "/cast [nochanneling] Mongoose Bite",
        "/cast [nochanneling] Mongoose Bite",
        "/cast [@player, nochanneling] Steel Trap",
        "/cast [nochanneling] Spitting Cobra",
        "/castsequence [nochanneling] Lacerate, Flanking Strike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
} 

Hello

Do you hawe an AoE macro aswell we can test

Jimmy

I have been using one that is on here already the SVMurder one.

Sequences['SVMurderer'] = {
  Author="shierkahn",
  SpecID=255,
  Talents = "3121312",
  Default=1,
  Icon='ability_hunter_camouflage',
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petattack [mod:alt]",
      },
      PreMacro={
      },
        "/cast [nochanneling] Fury of the Eagle",
        "/cast [nochanneling] Aspect of the Eagle",
        "/cast [nochanneling] A Murder of Crows",
        "/cast [nochanneling] Mongoose Bite",
        "/cast [nochanneling] Raptor Strike",
        "/cast [nochanneling] Mongoose Bite",
        "/cast [@player, nochanneling] Explosive Trap",
        "/cast [nochanneling] Butchery",
        "/cast [@player, nochanneling] Caltrops",
        "/castsequence [nochanneling] Lacerate, Flanking Strike",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

NOT taking any credit for this one at all thank you for the hard work on this goes out to the creator.

ty for your response much appreciated

Jimmy