Enhance Update 7.1.5 Includes Windsong Update

I’ve spent a lot of time testing this macro and I’m still tweaking it but right now its pushing out some great dps and it’s stable. Let me know what you think and enjoy!

`Sequences[‘Enhance’] = {
author = “Dove”,
StepFunction = GSStaticPriority,
PreMacro=[[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],

“/cast Stormstrike”,
“/castsequence Rockbiter, Rockbiter, Lightning Bolt”,
“/castsequence Stormstrike, Rockbiter, Lava Lash”,
“/castsequence Flametongue, Lava Lash, Stormstrike”,
“/cast Crash Lightning”,
“/castsequence Rockbiter, Lava Lash”,
“/cast Stormstrike”,
“/castsequence Rockbiter, Frostbrand”,

PostMacro = [[
/cast [combat] Fearless Combatant’s Badge of Conquest
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

So, first off, I think you need to post your Talent choices.
Secondly, put tag codes around it. I did it for you.

Sequences['Enhance'] = {
  Author="Dove",  
  SpecID=263,
  Talents = "?,?,?,?,?,?,?",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Stormstrike",
        "/castsequence Rockbiter, Rockbiter, Lightning Bolt",
        "/castsequence Stormstrike, Rockbiter, Lava Lash",
        "/castsequence Flametongue, Lava Lash, Stormstrike",
        "/cast Crash Lightning",
        "/castsequence Rockbiter, Lava Lash",
        "/cast Stormstrike",
        "/castsequence Rockbiter, Frostbrand",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Fearless Combatant’s Badge of Conquest",
        "/startattack",
      },
    },
  },
}

That said, the rotation seems to work well and it didn’t hick-up on my lvl 92 Sham. I hope to level him soon and will let you know what happens.
Mark

Sorry about that, thought I had the talents on there. Here they are; 2212232

I tested this macro out. Now keep in mind My gear is crap and Im just converting over from Elemental. I am not 110. But With this macro vs the other macro I had it was a HUGE dps loss. I am only pulling about 15k with bursts of 17k.

Can you post the macro you were using? I’m still running Heroics at the moment but I easy stay around 150k-210k with the macro and would like to see if the one your using scales out.

im 868i level and im bursting 350-380k staying somewhere around 250k for a 50m test with this macro i cant seem to brake the 300k sustained and 400k burst with any macros on here since the patch

Yea, the more I mess with it the more flaws I find with it. Below is the latest one that seems to be working really well. I’m 839 GS and with this macro I can easily sustain 195-250K and burst around 350K average and have seen 469K at the highest.

Sequences['Enhance'] = {
author = "Dove",
SpecID=263,
Talents = 1212212,
StepFunction = GSStaticPriority,
PreMacro=[[
/console Sound_EnableSFX 0ss
/targetenemy [noharm][dead]
]],

"/cast Windsong",
"/castsequence Rockbiter, Stormstrike",
"/castsequence Rockbiter, Lightning Bolt",
"/castsequence Flametongue, Lava Lash, Frostbrand",
"/castsequence Rockbiter, Crash Lightning",
"/castsequence Rockbiter, Stormstrike, Rockbiter",

PostMacro = [[
/use Doom Winds
/cast [combat] Fearless Combatant's Badge of Conquest
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

unable to import you macro to test it out plz fix

It imports fine

Alright, got the tags in there. I’m interested to see how the update works for everyone and also to hear suggestions to improve it.