Well now that the pre-launch patch is on the PTR? We can take a really good look at the new classes and rotations. So with that in mind I am using SusieSki’s macro as starting point. I made my first attempt at making my own macro.
Usually how these things work, Somebody makes the effort and somebody better at tweaking it to making the rotation work much better? Comes back with a reply… lol
First thing, You may want to download the new Gnome Sequencer. It has been took over by a new person. (The old author did not want to do it anymore I am guessing.)
You can grab that here:
An additional note. These talents are new, The rotation is brand new? And some stuff may not even fire off. All I tell right now is that Empower Rune Weapon doesn’t seem to be going off AT ALL. (I may have to change that with Hungering Rune Weapon.)
The talents I have right now are: 2/1/3/2/1/2/1
I do love this new talent tree! A lot of things you can change and play with!!
So feel free to try mine out and play around with it. Maybe we all can bang our heads together and come up with a great one when the pre launch goes LIVE!
Sequences['dkptr'] = {
specID = 250,
author = "Draik",
helpTxt = "Single Target",
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/use [combat] mecha-blast rocket
/use [combat] Draenic Strength Potion
]],
'/castsequence Obliteration',
'/castsequence Frost Strike',
'/castsequence Howling Blast, Howling Blast, Howling Blast, Obliterate',
'/castsequence Howling Blast, Howling Blast, Howling Blast, Howling Blast, Obliterate',
'/cast Remorseless Winter',
'/cast Pilar Of Frost',
PostMacro = [[
/script UIErrorsFrame:Hide();
]],
}