Looking for a 2212112 build macro

Thx Gween for your post, I am still on my 2212112 build due lot of Mastery and Haste.
Here is your´s macro modification for single target and aoe separately with changed pet management.
After evening HC Antorus guild raid I left Volley and prefer AMOC due better timing (manual) and higher DPS.

Sequences['SimurghBM_ST'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Frostblade",
  SpecID=253,
  Talents = "2212112",
  Help = [[45ms Crit 6930 Haste 9763 Mast 14618 Vers 2396]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/startattack",
        "/petattack [@target,harm]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [combat,pet:Spirit Beast,@player] Spirit Mend",
        "/cast [combat] Bestial Wrath",
        "/cast [combat] Blood Fury",
        "/cast [combat] Aspect of the Wild",
      },
      PreMacro={
      },
        "/castsequence  reset=0.5  Dire Beast, Titan's Thunder",
        "/castsequence  reset=0.5  Dire Beast, Titan's Thunder",
        "/castsequence Kill Command, Cobra Shot",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

Sequences['SimurghBM_AoE'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="Frostblade",
  SpecID=253,
  Talents = "2212112",
  Help = [[45ms Crit 6930 Haste 9763 Mast 14618 Vers 2396]],
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/startattack",
        "/petattack [@target,harm]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [combat,pet:Spirit Beast,@player] Spirit Mend",
        "/cast [combat] Bestial Wrath",
        "/cast [combat] Blood Fury",
        "/cast [combat] Aspect of the Wild",
      },
      PreMacro={
      },
        "/castsequence  reset=0.5  Dire Beast, Titan's Thunder",
        "/castsequence  reset=0.5  Dire Beast, Titan's Thunder",
        "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}