The Macro i'm using

Ok so i am asked what macro i currently use and i have to admit i still use an old one i found on this site what seems many moons ago now. This may not be optimal anymore but it seems to do ok for me so you are welcome to try it, see how it fairs for you and edit as you see fit.

Sequences['MM_BOSS'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Raxons@Thrall",
  SpecID=254,
  Talents = "1113331",
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Blood Fury",
        "/cast Trueshot",
      },
      PreMacro={
        "/cast !Volley",
      },
        "/cast [nochanneling] Windburst",
        "/cast [nochanneling] Bursting Shot",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] Sidewinders",
        "/cast [nochanneling] Marked Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}