Vengeance PvP Macro GS-E

This is what I’ve been using so far and it has been working really well. I keep all my sigils on my bar along with Infernal Strike, Metamorphosis, Fiery Brand, Power Wards, Imprison and Spectral Sight.

I’m using talents 3,1 so that Demon Spikes increases the damage of Soul Cleave by 20% granting a larger heal and more damage output along with Feast of Souls for the nice HoT that it provides every time you use Soul Cleave.


Sequences['DB_VengeancePvP'] = {
specID = 581,
author = "DerpDiggler",
helpTxt = "Talents 3,1,1,3,2,3,1",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
]],
	"/castsequence reset=3 !Throw Glaive",
	"/castsequence [combat,nochanneling] Shear, Shear, Shear, Demon Spikes",
	"/castsequence reset=13 [nochanneling] Immolation Aura",
	"/castsequence [combat,nochanneling] Shear, Shear, Soul Cleave",
	"/cast [combat,nochanneling] !Throw Glaive",
	"/castsequence reset=13 [nochanneling] Immolation Aura",
	"/castsequence [combat,nochanneling] Shear, Shear, Shear, Soul Cleave",
PostMacro = [[
/startattack
/use [combat,nochanneling] 13
/use [combat,nochanneling] 14
]],
}

If you have any advice or think any changes would benefit this macro feel free to post it :slight_smile: Thanks and enjoy!

Hi DerpDiggler,

Thank you for posting your macro. It works really well. I have done some changes. Also my talents are 2,1. I have tested it in different scenarios and the damage output is bigger and the healing lost its negligible. added two first lines and one more at the end for an extra demon spikes. this way I have demon spikes as soon as its off cd and not depending on the castsequence waiting for the shears. its minor but still it fired more demon spikes in the course of 3 minutes dummy testing


Sequences['VengeancePvP'] = {
specID = 581,
author = "DerpDiggler",
helpTxt = "Talents 3,1,1,3,2,3,1",
StepFunction = GSStaticPriority,
PreMacro = [[
/targetenemy [noharm][dead]
]],
"/castsequence [combat,nochanneling] reset=20 Empower Wards",
"/castsequence [combat,nochanneling] reset=60 Fiery Brand",
"/castsequence reset=3 !Throw Glaive",
"/castsequence [combat,nochanneling] Shear, Shear, Shear, Demon Spikes",
"/castsequence reset=12 [nochanneling] Immolation Aura",
"/castsequence [combat,nochanneling] Shear, Shear, Soul Cleave",
"/cast [combat,nochanneling] !Throw Glaive",
"/castsequence reset=12 [nochanneling] Immolation Aura",
"/castsequence [combat,nochanneling] Shear, Shear, Shear, Soul Cleave",
"/cast [combat] Demon Spikes",
PostMacro = [[
/startattack
/use [combat,nochanneling] 13
/use [combat,nochanneling] 14
]],
}

Thanks for these. Testing now. Does this rotation work well in PVE?

I used it myself in PvE and did quite well. Not many problems at all and it has no lock ups. I was able to hold aggro really well with it as well. :slight_smile:

@Joao Morias, Thanks for the updated macro as well with different talents :smiley: Glad you guys are enjoying it, DH is really fun to me game play wise so I can’t wait to see what it will be like once we hit 110 :smiley:

Which abilities (if any) would you suggest I put elsewhere on my actionbars?
New at DH specs, so not sure if everything is really included in the macro.

Nice ones, how do I actually set these ones up in the new GSE2 addon ? I have tried multiple times, and keep getting it wrong. :s

VERSION GS2 ,PLEASE?

I’m looking for a macro that would allow me to use Immolation aura with Soul Cleave.
And since both are on GCD, it proved to be impossible to have them both on a single macro using the WoW editor.
All I want is to cast Immo and use Soul cleave for as long as Immo is on CD.
How hard can that be ? (with a single button. lol)