Hello guys! I’m back since Pandaria and I thaught I could atleast try do some macros for 7.2.5.
Here is a custom made shaman single target macro, that uses Ascendance.
It is giving me 620k+ (not with bloodlust) and 850k+ with bloodlust.
My ilevel is 900 and weapon is 923, with 43/37.
Mouse clicks are at 0.140 using Razer Synapse and Naga Chroma mouse.
Feel free to continue tweak it for better experiances.
Sequences['AteccAscendanceST'] = {
-- This Sequence was exported from GSE 2.1.00.
Author="Atecc@Twisting Nether",
SpecID=263,
Talents = "3212111",
Help = [[3212111 - Button press @0.140 (Keep pressing while pressed) - RazerSynapse]],
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/target (harm,nodead)",
},
PreMacro={
},
"/castsequence Rockbiter, Rockbiter, Flametongue",
"/castsequence Stormstrike, Lava Lash",
"/castsequence Rockbiter, Rockbiter, Lava Lash",
"/castsequence Stormstrike, Stormstrike, Lava Lash",
"/castsequence [mod:alt] Ascendance, Windstrike, Windstrike, Windstrike, Windstrike",
PostMacro={
},
KeyRelease={
"/use Blood Fury",
"/use Doom Winds",
},
},
},
}