**First macro PVE/PVP single/aoe LEGION 7.3.5**

It’s my first time that I’ve spent time trying to adapt macros for casual players who like to do a lot of damage and critics jump. Any doubt or suggestion I will take into account to continue improving.^^ I use the auto-attack of my mouse logitech g600 to 150ms

Updated, 09/05/2018 hope u enjoy it ^^

Sequences['2BM'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Kurocham",
  SpecID=253,
  Talents = "3112113",
  Default=1,
  PVP=2,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      LoopLimit=1,
      KeyPress={
        "/petattack [@target,harm]",
        "/targetenemy [noharm][dead]",
        "/cast [nopet,nodead] Call Pet 5",
        "/cast [Combat] Aspect of the Wild",
        "/cast [Combat] Bestial Wrath",
        "/cast [combat,pet:Spirit Beast,@player] Spirit Mend",
        "/cast [@focus,help][@pet,exists] Misdirection",
      },
      PreMacro={
        "/cast Mend Pet",
      },
        "/cast [Combat] Raven Flock",
        "/cast [Combat] Kill Command",
        "/cast [Combat] Titan's Thunder",
        "/cast [Combat] Cobra Shot",
        "/cast [Combat] Dire Beast",
        "/castsequence Dire Beast, Cobra Shot, Kill Command",
      PostMacro={
        "/cast [Combat] Kill Command",
      },
      KeyRelease={
        "/cast [Combat] Dire Beast",
      },
    },
    [2] = {
      Trinket1=false,
      Trinket2=false,
      Head=false,
      Neck=false,
      Belt=false,
      Ring1=false,
      Ring2=false,
      StepFunction = "Priority",
      LoopLimit=2,
      KeyPress={
        "/petattack [@target,harm]",
        "/targetenemy [noharm][dead]",
        "/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
        "/cast [Combat] Aspect of the Wild",
        "/cast [Combat] Bestial Wrath",
        "/cast [combat,pet:Spirit Beast,@player] Spirit Mend",
      },
      PreMacro={
        "/cast Mend Pet",
      },
        "/cast [Combat] Concussive Shot",
        "/cast [Combat] Raven Flock",
        "/cast [Combat] Titan's Thunder",
        "/cast [Combat] Viper Sting",
        "/cast [@player] Dire Beast: Hawk",
        "/cast [Combat] Kill Command",
        "/castsequence Dire Beast, Cobra Shot, Kill Command",
      PostMacro={
        "/cast [Combat] Kill Command",
      },
      KeyRelease={
        "/cast [Combat] Dire Beast",
      },
    },
  },
}

HI,
I imported macro but in my case it doesn’t cast AMOC and Cobra Shot has a very low percentage

I actually updated, hope u enjoy it ^^, remember 150ms

OK now your macro works great! Tyvm