New Shaman Macro

Hello All

I am trying to get used to play my shaman, and as such I have made a macro, I need help for testing it and get it better :slight_smile:

Sequences['Shaman'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Stormheart@Shadowsong",
  SpecID=263,
  Talents = "3212113",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Rockbiter",
        "/castsequence [combat] Feral Spirit, Crash Lightning",
        "/cast Earthen Spike",
        "/castsequence [combat] Flametongue, Lava Lash",
        "/cast [combat] Crash Lightning",
        "/castsequence Rockbiter, Rockbiter, Lava Lash",
        "/cast Rockbiter",
        "/cast [combat] Lava Lash",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Doom Winds",
      },
    },
  },
}

Jimmy

ill give it a try and see how it compares to the one i made.
so gave them both a shot here are the results
yours- 924k over 5 min test on dummy unbuffed
mine- 1.04m over 5 min test on dummy unbuffed
i did notice that you had plenty of maelstrom but i did see stormstrike sitting there unused during the proc cycle, might be better to take storm strike out of macro and put on separate key.

ty for you help Kaj i will try that :slight_smile:

Jimmy

can i get your macro plz