Fury 7.3 casual player

I am a very casual player, and am looking for critique for the most “efficient” script/macro. Please feel free to suggest fixes for what I have wrote. I am sure this is modifications of others scripts, but I haven’t modified them in months, so I won’t remember the originator.

**NOTE: This is a mod of my original written a year ago, combined with some macros I found that John Metz wrote since recent tests proved mine was crap.

Here is what currently use:


Sequences['Fury_AE'] = {
  SpecID=72,
  Author="ME",
  Talents = "2,3,3,3,2,3,2",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast [combat] Avatar",
        "/cast [combat] Battle Cry",
        "/cast [combat] Odyn's Fury",
        "/cast Rampage",
        "/castsequence reset=combat Whirlwind, Bloodthirst, Whirlwind",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Blood Fury",
      },
    },
  },
}


Sequences['Fury_ST'] = {
  SpecID=72,
  Author="ME",
  Talents = "2,3,3,3,2,3,2",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/castsequence Execute, Execute, Execute",
        "/castsequence Rampage, Rampage, Rampage",
        "/cast [combat] Avatar",
        "/cast [combat] Battle Cry",
        "/cast [combat] Odyn's Fury",
        "/cast Rampage",
        "/castsequence Bloodthirst, Raging Blow, Furious Slash",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Blood Fury",
      },
    },
  },
}

FYI, I will be submitting the same request for critiques for each class/spec I play. Thanks!

Hello

What would you recommend using in ms for AhK??

Jimmy