DezBMPve

Here is the one I use for PVE

Sequences['DEZBM'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="DezBEAST",
  SpecID=253,
  Talents = "3112312",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=false,
      Ring1=true,
      Ring2=true,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack [@target,harm]",
        "/cast [@pet,dead] Revive Pet",
        "/cast [nopet,nodead] Call Pet 5; [@pet,dead] Heart of the Phoenix",
        "/cast [combat] Titan's Thunder",
        "/cast [combat] Aspect of the Wild",
        "/cast [@player] Spirit Mend",
        "/cast [combat] Bestial Wrath",
      },
      PreMacro={
      },
        "/cast A Murder of Crows",
        "/cast Cobra Shot",
        "/cast Kill Command",
        "/cast Dire Beast",
        "/cast Kill Command",
        "/cast Dire Beast",
        "/cast Cobra Shot",
        "/cast Kill Command",
        "/cast Kill Command",
        "/cast Dire Beast",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

PVP BUILD AND SEQUENECE

Sequences['DEZBMPVP'] = {
-- This Sequence was exported from GSE 2.2.03.
  Author="DezPVPBEAST",
  SpecID=253,
  Talents = "3112312",
  Default=1,
  MacroVersions = {
    [1] = {
     Combat=true,
      Trinket1=true,
      Trinket2=true,
      Head=true,
      Neck=true,
      Belt=false,
      Ring1=true,
      Ring2=true,
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/petattack [@target,harm]",
        "/cast [@pet,dead] Revive Pet",
        "/cast [nopet,nodead] Call Pet 5; [@pet,dead] Heart of the Phoenix",
        "/cast [combat] Titan's Thunder",
        "/cast [combat] Aspect of the Wild",
        "/cast [@player] Spirit Mend",
        "/cast [combat] Bestial Wrath",
        "/cast [combat] Intimidation",
      },
      PreMacro={
      },
        "/cast A Murder of Crows",
        "/cast Cobra Shot",
        "/cast Kill Command",
        "/cast Dire Beast",
        "/cast Kill Command",
        "/cast Dire Beast",
        "/cast Cobra Shot",
        "/cast Kill Command",
        "/cast Kill Command",
        "/cast Dire Beast",
        "/cast Viper Sting",
        "/cast Dire Beast: Basilisk",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Change “[target=Dezoran]” to “[@player]”

Hi Dezo that DPS keep with this macro, the macro works pretty well, but as with the rest of the macros suffers the “randomness” of the spells, they activate randomly without giving the true priority to what it would serve for the rotation.

Drup there will never be a TRUE sequence unless you use something like Macrotoolkit.
And then you really run into problems because it wont skip over what isn’t up.

[quote quote=55801]Change “[target=Dezoran]” to “[@player]”
[/quote] Thanks changed it…