Guardian 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.

Here is what currently use:


Sequences['guard'] = {
  SpecID = 104,
  Author = "ME",
  Talents = "3,3,3,1,3,2,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress = {
        "/targetenemy [noharm][dead]",
      },
      "/castsequence Moonfire, Thrash, Mangle, Frenzied Regeneration, Moonfire",
      "/cast [combat] Ironfur",
      "/cast [combat] Swipe",
      KeyRelease={
      "/cast Mighty Bash",
      "/cast Incapacitating Roar",
      },
    },
  },
}


Sequences['swipe'] = {
  SpecID = 104,
  Author = "ME",
  Talents = "3,3,3,1,3,2,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress = {
        "/targetenemy [noharm][dead]",
      },
      "/castsequence [combat] reset=combat Thrash, Thrash, Thrash, Thrash",
      "/castsequence [combat] reset=combat Ironfur, Ironfur, Frenzied Regeneration, Ironfur, Ironfur",
      "/cast Thrash",
      "/cast Swipe",
      "/cast Mangle",
      KeyRelease={
      "/cast Mighty Bash",
      "/cast Incapacitating Roar",
      },
    },
  },
}

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

Hi. Can I ask what you use the swipe macro for? and what’s the guard macro used for? Thanks

[quote quote=56380]Hi. Can I ask what you use the swipe macro for? and what’s the guard macro used for? Thanks
[/quote]

Sorry, wasn’t clear on this one. Guard = single target, Swipe = aoe. Thanks!

the single target macro does not work for me

[quote quote=56419]the single target macro does not work for me
[/quote]

Is working fine for me. I think moonfire goes off too much, therefore minimizing dps.