BM Hunter

First macro I’ve made. Please try it out and let me know what you think.

Sequences['Beast_Mastery'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Gorthusk@Thrall",
  SpecID=253,
  Talents = "2111333",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack [@target,harm]",
        "/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
        "/cast [combat,pet:Spirit Beast,@player] Spirit Mend",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
      },
      PreMacro={
        "/cast !Volley",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
      },
        "/cast Kill Command",
        "/cast Dire Beast",
        "/cast Kill Command",
        "/cast Titan's Thunder",
        "/cast Kill Command",
        "/cast Cobra Shot",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Aspect of the Wild",
        "/cast [combat] Bestial Wrath",
        "/cast [combat] Blood Fury",
      },
    },
  },
}