GS-E Vengeance Tank Single Target+Multi target Macro [ Sigil of Flame ]

Ok i started over again and have try to get as close to icy vains rotations as possible. This is where i came up with. I only have try to make an few GS-E Sequences so i hope this one is any good. Feel free to give feedback on this one if you want. I hope you like it.

Single Target

Sequences['STVeng'] = {
specID = 581,
author = "Blindekip",
helpTxt = "Talents 2,2,2,3,1,1,1",
PreMacro = [[
/cast [nochanneling] Fiery Brand
/cast [nochanneling] Empower Wards
/targetenemy [noharm][dead]
]],
"/cast [nochanneling] Soul Carver",
"/cast [nochanneling] Fel Devastation",
"/castsequence Shear, Shear, Shear",
"/cast [nochanneling] Demon Spikes",
"/cast [nochanneling] Sigil of Flame",
"/castsequence Shear, Shear, Shear",
"/cast [nochanneling] Soul Cleave",
}

Multi Target

Sequences['MTVeng'] = {
specID = 581,
author = "Blindekip",
helpTxt = "Talents 2,2,2,3,1,1,1",
PreMacro = [[
/cast [nochanneling] Fiery Brand
/cast [nochanneling] Empower Wards
/targetenemy [noharm][dead]
]],
"/cast [nochanneling] Immolation Aura",
"/cast [nochanneling] Demon Spikes",
"/cast [nochanneling] Soul Carver",
"/castsequence Shear, Shear, Shear",
"/cast [nochanneling] Fel Devastation",
"/cast [nochanneling] Sigil of Flame",
"/castsequence Shear, Shear, Shear",
"/cast [nochanneling] Soul Claive",
}

So here it is for gs 2.0.14

Single target

Sequences['STVeng'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Blindekip",
  SpecID=581,
  Talents = "?,?,?,?,?,?,?",
  Help = "Talents 2,2,2,3,1,1,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/cast [nochanneling] Fiery Brand",
        "/cast [nochanneling] Empower Wards",
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [nochanneling] Soul Carver",
        "/cast [nochanneling] Fel Devastation",
        "/castsequence Shear, Shear, Shear",
        "/cast [nochanneling] Demon Spikes",
        "/cast [nochanneling] Sigil of Flame",
        "/castsequence Shear, Shear, Shear",
        "/cast [nochanneling] Soul Cleave",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Multitarget

Sequences['MTVeng'] = {
-- This Sequence was exported from GSE 2.0.14.
  Author="Blindekip",
  SpecID=581,
  Talents = "2,2,2,3,1,1,1",
  Help = "Talents 2,2,2,3,1,1,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = [[Sequential]],
      KeyPress={
        "/cast [nochanneling] Fiery Brand",
        "/cast [nochanneling] Empower Wards",
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [nochanneling] Immolation Aura",
        "/cast [nochanneling] Demon Spikes",
        "/cast [nochanneling] Soul Carver",
        "/castsequence Shear, Shear, Shear",
        "/cast [nochanneling] Fel Devastation",
        "/cast [nochanneling] Sigil of Flame",
        "/castsequence Shear, Shear, Shear",
        "/cast [nochanneling] Soul Claive",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Have fun with it

First post updated with whole new macro’s. Feel free to fool around with them or give feedback to make them better.

Grabbed your macro and tried it out on a dungeon tank dummy. I know. Not exactly ideal, but it gives me a good base line to compare rotations to.
I got to 16 stacks on the single and 19 on the aoe with IL 843.
I haven’t done any tanking with it yet, but that is next. So far, though, I’m impressed.

I modified your AOE version a little. As I’m lazy, I included all sigils, trinkets and rings:

Sequences[‘MTVeng’] = {
author=“Triëlë@Hyjal”,
specID=581,
version=3,
source = “Local”,
helpTxt = “Talents 2,2,2,3,1,1,1”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“enUS”,
PreMacro=[[
/cast [nochanneling] Fiery Brand
/cast [nochanneling] Empower Wards
/targetenemy [noharm][dead]
]],
“/cast [@player] Sigil of Misery”,
“/cast [nochanneling] Immolation Aura”,
“/cast [nochanneling] Demon Spikes”,
“/cast [nochanneling] Soul Carver”,
“/cast [@player] Sigil of Flame”,
“/castsequence Shear, Shear, Shear”,
“/cast [nochanneling] Fel Devastation”,
“/castsequence Shear, Shear, Shear”,
“/cast [nochanneling] Soul Claive”,
“/cast [@player] Sigil of Silence”,
PostMacro=[[
/use [combat]11
/use [combat]12
/use [combat]13
/use [combat]14
]],
}

Sequences[‘MTVeng’] = {
author=”Triëlë@Hyjal”,
specID=581,
version=3,
source = “Local”,
helpTxt = “Talents 2,2,2,3,1,1,1″,
icon=’INV_MISC_QUESTIONMARK’,
lang=”enUS”,
PreMacro=[[
/cast [nochanneling] Fiery Brand
/cast [nochanneling] Empower Wards
/targetenemy [noharm][dead]
]],
“/cast [@player] Sigil of Misery”,
“/cast [nochanneling] Immolation Aura”,
“/cast [nochanneling] Demon Spikes”,
“/cast [nochanneling] Soul Carver”,
“/cast [@player] Sigil of Flame”,
“/castsequence Shear, Shear, Shear”,
“/cast [nochanneling] Fel Devastation”,
“/castsequence Shear, Shear, Shear”,
“/cast [nochanneling] Soul Claive”,
“/cast [@player] Sigil of Silence”,
PostMacro=[[
/use [combat]11
/use [combat]12
/use [combat]13
/use [combat]14
]],
}

Put it in an code block for you.

Couldn’t get to work until I made quotation corrections

Sequences['MTVeng'] = {
author = 'Triëlë@Hyjal',
specID = 581,
version = 3,
source = 'Local',
helpTxt = 'Talents 2 2 2 3 1 1 1',
icon = 'INV_MISC_QUESTIONMARK',
lang = 'enUS',
PreMacro=[[
/cast [nochanneling] Fiery Brand
/cast [nochanneling] Empower Wards
/targetenemy [noharm][dead]
]],
'/cast [@player] Sigil of Misery',
'/cast [nochanneling] Immolation Aura',
'/cast [nochanneling] Demon Spikes',
'/cast [nochanneling] Soul Carver',
'/cast [@player] Sigil of Flame',
'/castsequence Shear, Shear, Shear',
'/cast [nochanneling] Fel Devastation',
'/castsequence Shear, Shear, Shear',
'/cast [nochanneling] Soul Claive',
'/cast [@player] Sigil of Silence',
PostMacro=[[
/use [combat]11
/use [combat]12
/use [combat]13
/use [combat]14
]],
}

any feedback on how this macro is doing? I would like to know how its working out for people, please .

thank you

I’ve been using this to level my Veng DH. Hit 110. Good work.

I removed PostMacro as it is included in Options and added Crystal of Insanity from Timeless Isle and Throw Glaive.

PostMacro=[[
/use [combat] Crystal of Insanity
/cast [combat] Throw Glaive
]],
}

can we get a GS2 update for thise 2 ?

The 106 talent use [cast@player] then u can pick quickened sigils or sigil of the chains, i use quickened as i like to mass pull.

The rest looks alright almost like mine and can do +10 no problems :smiley:

the macro it self is awesome. but its not updated for the import function in GS2. this is made for GS1.5

thoue where do i paste in [cast@player] in the macro? ??

I don’t have time atm to update this for version 2 but sould be no problem to import it. I will see what i can do later this week or next week.

the question is thou, what would i set AHK on for this macro

I don’t use AHK so i have no cleu :smiley:

1st post updated with 2.0.14 macro’s for you to import :smiley: