GS-E Ver 1.3 Assassination PVE

These Macro’s are built for GS-E Ver 1.3

Infomation on Ver1.3

https://www.youtube.com/watch?v=6ZxXCb0CBXk

** Important ** The macro Key bind if used in Bar 1 must be placed on the same key while in “Stealth”

These are the current macro’s I’m running on my Assassination Rogue – Talents listed in macro’s

The first macro has an opening sequence to maximise Dps - If you switch targets before “Vanish” & “Exsanguinate” are off CD then the macro will lock up. This is why the second macro has been included.

Change to suit your own style and talent builds.

Sequences['Rogue_AssST'] = {
author="Aaralak@Nagrand",
specID=259,
helpTxt = 'Talents: 3113331',
PreMacro=[[
/cast [target=focus, exists, nodead] Tricks of the Trade
/cast [noform:1, nocombat] Stealth 
/cast [form:1] Shadowstep
/castsequence reset=combat Garrote, Hemorrhage, Vendetta, Rupture, Mutilate, Mutilate, Hemorrhage, Vanish, Rupture, Exsanguinate, null
]],
"/cast Garrote",
"/castsequence reset=combat Hemorrhage, Mutilate, Mutilate, Rupture, Mutilate, Mutilate, Envenom",
"/cast [combat] Vendetta",
"/cast [combat] Exsanguinate",
PostMacro=[[
]],
}

Sequences['Rogue_AssNoCD'] = {
author="Aaralak@Nagrand",
specID=259,
helpTxt = 'Talents: 3113331',
PreMacro=[[
/cast [target=focus, exists, nodead] Tricks of the Trade
/cast [noform:1, nocombat] Stealth 
/cast [form:1] Shadowstep
]],
"/cast Garrote",
"/castsequence reset=combat Hemorrhage, Mutilate, Mutilate, Rupture, Mutilate, Mutilate, Envenom",
"/cast [combat] Vendetta",
"/cast [combat] Exsanguinate",
PostMacro=[[
]],
}