Jimmy´s SVH

Hello All

These macro is from the GSE I have only modified them to work for me :slight_smile:

I am Item level 931 - wepon is level 70 im using these leggo: [Kil’jaeden’s Burning Wish] and [Insignia of the Grand Army]

Sequences['SVH-ST'] = {
-- This Sequence was exported from GSE 2.2.07.
  Author="yiffking fleabag",
  SpecID=255,
  Talents = "1,2/3,1/3,1,3,3,2",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=false,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] reset=8  Raptor Strike, Lacerate",
        "/cast [@player, nochanneling] Explosive Trap",
        "/cast [@player, nochanneling] Caltrops",
        "/castsequence [nochanneling] Aspect of the Eagle, Mongoose Bite, Mongoose Bite, Mongoose Bite",
        "/castsequence [nochanneling] reset=22  Snake Hunter, Mongoose Bite, Mongoose Bite, Mongoose Bite",
        "/cast [nochanneling] Raptor Strike",
        "/cast [nochanneling] Lacerate",
        "/cast [nochanneling] Mongoose Bite",
        "/cast [nochanneling] Flanking Strike",
        "/cast [combat] Fury of the Eagle",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

Sequences['SVH-AoE'] = {
-- This Sequence was exported from GSE 2.2.07.
  Author="yiffking fleabag",
  SpecID=255,
  Talents = "1,2/3,1/3,1,3,3,2",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence [nochanneling] reset=8  Raptor Strike, Carve",
        "/cast [@player, nochanneling] Explosive Trap",
        "/cast [@player, nochanneling] Caltrops",
        "/castsequence [nochanneling] Aspect of the Eagle, Mongoose Bite, Mongoose Bite, Mongoose Bite",
        "/castsequence [nochanneling] reset=22  Snake Hunter, Mongoose Bite, Mongoose Bite, Mongoose Bite",
        "/cast [nochanneling] Raptor Strike",
        "/cast [nochanneling] Carve",
        "/cast [nochanneling] Mongoose Bite",
        "/cast [nochanneling] Carve",
        "/cast [combat] Fury of the Eagle",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

Let me know if you like them

Jimmy