SP DPS Macro

I am trying to build a simple 100 to 110 leveling 2 button sequential macro; 1 to build up Void Energy and 1 to use void energy. Cant get it to work right:

SP Build
/castsequence [nochanneling] reset=/target ((or should I put reset=20 or something else ??)) Shadow Word: Pain, Vampiric Touch, Mind Blast, Mind Flay, Mind Flay, Mind Flay

SP Void
/castsequence [nochanneling] reset=/target Void Eruption, Void Bolt, Mind Blast, Mind Flay, Void Bolt, Mind Blast

I can Shadow Word: Death when available

Thanks for any help/suggestions!!

For Original GS:
hope it helps some; not the most efficent way to do ti as far as dps, but as for what you asked for.

SP Build

Sequences['SP_Build'] = {
PreMacro=[[
/console Sound_EnableSFX 0
/cast [form:0] Shadowform
/targetenemy [noharm] [dead]
]],
[[/castsequence [nochanneling] reset=target Shadow Word: Pain, Vampiric Touch, Mind Blast, Mind Flay, Mind Flay, Mind Flay]],
PostMacro=[[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

SP Void

Sequences['SP_Spend'] = {
PreMacro=[[
/console Sound_EnableSFX 0
/cast [form:0] Shadowform
/targetenemy [noharm] [dead]
/cast Void Eruption
]],
[[/castsequence [nochanneling] reset=target Void Bolt, Mind Blast, Mind Flay, Void Bolt, Mind Blast]],
PostMacro=[[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

Mobs usually die as Void pops…I can use macro to apply dots to multiple targets then Void the lot of them. Is there a better way for AOE with 7.0.5 ? Thanks!!

Works fantastic! Thanks! Burning um down!

You could always consider getting the latest version of GSE (2.0), and trying this macro. Good luck! ???

This is what i’ve been using to try out my Shadow spec. it’s a one button macro, and as metnioned before it’s prob not the best but it will get the ball rolling. Again, in original gs form.

---Talents - 1 2 1 2 1 2 1---

Sequences['KTN_SP'] = {
PreMacro=[[
/console Sound_EnableSFX 0
/cast [form:0] Shadowform
/targetenemy [noharm] [dead]
]],
[[/castsequence [nochanneling:Void Torrent] reset=target Vampiric Touch, 
Mind Blast, Mind Blast, Mind Blast, Mind Blast]],
[[/castsequence Void Torrent, Void Torrent]],
[[/cast [combat, nochanneling:Void Torrent] Void Bolt]],
[[/cast [combat, nochanneling:Void Torrent] Void Eruption]],
[[/cast [combat, nochanneling:Void Torrent] Shadow Word: Death]],
[[/cast [combat, nochanneling] Mind Flay]],
PostMacro=[[
/cast [combat, nochanneling:Void Torrent] Shadowfiend
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

also should mention, im in disc gear trying this out, and going for the mastery instead of the crit build. so far on training dummies in the class hall pulling around 380-400k.

Im using this conversion & doing pretty good & for dots I use:
#showtooltip
/cast Vampiric Touch

to apply both dots with talent: Misery - just saves time multi dotting. got Shadow Crsh in there if you want to use that instead. Not mine but removed a bit from it to get it working for my playstyle.

Talents atm:
Shadow Word: Void
Mania
Mind Bomb
Void Ray
San’layn
Misery
Legacy of the Void


---PRIEST---
---SHADOW---
---1211111---
Sequences["SP3"] = {
PreMacro = [[
/targetenemy [noharm][dead]reset=/target
]],
    [[/cast [combat, nochanneling:Void Torrent] Void Eruption]],
    [[/cast [combat, nochanneling] Mind Flay]],
    [[/cast [nochanneling:Void Torrent] Shadow Word: Death]],
    [[/cast [nochanneling:Void Torrent] Mind Blast]],
    [[/cast [talent:7/2, nochanneling:Void Torrent, @cursor] Shadow Crash]],
    [[/castsequence [talent:1/3, nochanneling:Void Torrent] Mind Blast, Mind Blast, Mind Blast]],
    [[/cast [talent:6/1, combat, nochanneling:Void Torrent] [talent:6/2, combat, nochanneling:Void Torrent] Shadowfiend]],
	[[/cast [combat, nochanneling:Void Torrent] Void Torrent]],
PostMacro=[[
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}

way to plug your self. lol At least your 1000% correct though

Ya, I agree, it seems a bit pompous - “plugging” into other threads like this - only I never know how familiar people are with navigating around this site. There is tons of information here, yet sometimes things get overlooked. To save a bit of face (maybe), I figured a link to my macro was much more appropriate than posting the actual code. :wink:

Cheers! ???

Plugg away im going to start leveling my SP i think I used your macro last expasion for my SP and Fearl they worked great

not importing for me, says class id or some shit like that

wont if your using Edge brower

nope not using edge

I just updated GS and wiped out my macro. I tried to import and it says that it was imported successfully but its not there. I think its a GS issue atm.