my fisrt new macro

after being away for nearly 2 years i came back to the game only to see that we need to make new macros.
i have to admit i have tried many of the macros stated here.
but to me something was missing.
i was not getting the dps people said they do.
my item lvl is only 862 but i though that i could make 700k dps rather than 1.2 mil in most macros.
so i have tried to make one of my own.
i know that many may laugh at my effort since i am no skilled macro maker.
that being said, i want you people to test and help me improve it.
so here it goes

Sequences['MM-TEST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="baboulas7",
  SpecID=254,
  Talents = "2111133",
  Help = [[my first new macro.]],
  Default=1,
  Raid=1,
  Dungeon=1,
  Heroic=1,
  Mythic=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=1,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/startattack",
        "/petattack [@target,harm]",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
        "/cast !Volley",
      },
        "/cast [combat] Trueshot",
        "/cast !Windburst",
        "/cast !Marked Shot",
        "/cast !Multi-Shot",
        "/cast [nochanneling] Aimed Shot",
        "/castsequence  reset=5  windburst, Arcane Shot, Arcane Shot",
        "/cast !Multi-Shot",
        "/cast [nochanneling] Aimed Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

i am pulling 600k at the dummies.
pls test it and let me know how i can change this to do more dmg.

are you using ahk ?

Jimmy

It’s important to be able to target a single target and not agro things the tank doesn’t intend to. Molti-shot should be removed from this macro.