Mistweaver 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['fist'] = {
  Author = "ME",
  SpecID = 270,
  Talents = "2,1,1,3,1,1,3",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm,dead]",
        "/cast Thunder Focus Tea",
      },
      "/castsequence [nochanneling] Rising Sun Kick, Tiger Palm, Tiger Palm, Tiger Palm",
      "/cast Blackout Kick",
      "/cast Rising Sun Kick",
      "/cast [@focus] Renewing Mist",
      "/cast Zen Pulse",
      "/cast Refreshing Jade Wind",
      "/castsequence [nochanneling] Rising Sun Kick, Tiger Palm, Tiger Palm, Tiger Palm",
      "/cast Blackout Kick",
      "/cast Rising Sun Kick",
      KeyRelease={
      "/cast [combat] Leg Sweep",
      },
    },
  },
}

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