Would love some macros here would kindly like to share …
-bump- Please would like to dominate PvP for once just need one for one shot (with pvp trinket) and one for when one shot is on cooldown (basic rotation) …
Help ?
I use two assassination gnomesequencer macros in PVP: a combo point generator and a finisher macro. all you do is mash the CP generator macro until you get 5 points, then mash the finisher to use the points. You do not have to think. just mash button one until you get 5 points, then mash button two. works great in PVP.
I find Death from Above to be clunky with ASSASS. but it can easily be added to the finisher. I prefer to roll with the venom rush talent for more energy.
You may find the finisher macro refreshes your rupture a LITTLE too quick on your target dummies. but in the dynamic world of PVP it works great. 100% uptime on rupture is a must for DPS.
** EDIT ** I deliberately peeled Vendetta out of the macros because in PVP I find it better to manage that manually. It can easily be added into the CP builder.
CP BUILDER
Sequences['AROGPVPST'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/cast [nocombat,stance:0] Stealth
/targetenemy [noharm][dead]
]],
'/cast !Dispatch',
'/cast Mutilate',
PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
CP FINISHER
Sequences['AROGPVPF'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableSFX 0
/cast [nocombat,stance:0] Stealth
/targetenemy [noharm][dead]
]],
'/cast Kidney Shot',
'/castsequence reset=combat/target Rupture, Envenom',
PostMacro = [[
/use [combat] 14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
What are your talents and glyphs please…?