Havoc 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['hav'] = {
  SpecID=577,
  Author="ME",
  Talents = "2,2,2,2,2,2,1",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Fel Eruption",
        "/cast Throw Glaive",
        "/cast Felblade",
        "/cast [combat] Fury of the Illidari",
        "/cast Blade Dance",
        "/cast Chaos Nova",
        "/cast [combat] Arcane Torrent",
        "/cast Eye Beam",
        "/cast Chaos Strike",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Chaos Blades",
        "/cast [combat] Blur",
      },
    },
  },
}

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