My improved GS-E Leveling, Raiding &/or High performance Macros:

Cool thanks but that’s the fun part of being a hunter having the pet just run off and Agro 100 things lol I’ll addd that little macro but thanks last macro I was using hardly cast kill command yours is insane thanks again

Sir,

How fast do you spam the macro? I drain out on Focus after about 30 seconds and struggle to keep it above 40 for the next ability.

I have been stacking as much haste as I can!

I am a Blood Elf and Arcane Torrent is a big help, also as a beast master you should be stacking Mastery over haste.

Edit: I only started to stack some haste after I hit 75% on mastery. After I hit 20% haste, I will start stackingMastery again.(that is as soon as I can aford the gems).

For some reason when i pastes these in they dont work. The ones that come with GSE work fine but when i paste thses in they dont do anything. Which is odd because they use to!

If you are trying to paste my targeting macro, into GS-E it will brake the addon. As it is a normal macro, and needs to be pasted in the game’s macro interface.

I tryed to use

Sequences[‘NewRBMAoE’] = {
specID = 253,
author = “John”,
helpTxt = “New AoE - Talent: 3212311”,
PreMacro = [[
/cast [@pet,dead]Heart of the Phoenix
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
“/cast [nochanneling] A Murder of Crows”,
“/cast [nochanneling] Bestial Wrath”,
“/cast [nochanneling] Kill Command”,
“/cast [nochanneling] Multi-Shot”,
“/cast [nochanneling] Intimidation”,
“/cast [nochanneling] Dire Frenzy”,
“/cast [nochanneling] Titan’s Thunder”,
“/cast [nochanneling] Multi-Shot”,
“/cast [nochanneling] Kill Command”,
“/cast [nochanneling] Bestial Wrath”,
“/cast [nochanneling] Multi-Shot”,
PostMacro = [[
/cast Aspect of the Wild
]],
}

But it just seems locked for some reason

Did you do a direct copy and paste, from my post, or did you first paste it to a note pad or word processor document and copy that? Any front changes can mess up the coding syntax.

Also make sure you copied and pasted the entire macro, The accidental cutting off a single comma or quotation mark, can mess things up. Believe me I have done it myself several times.

Lastly what edit program are you using? I use Notepad++.

Here it is again so you can try it again:

Sequences['NewRBMAoE'] = {
specID = 253,
author = "John",
helpTxt = "New AoE  - Talent: 3212311",
PreMacro = [[
/cast [@pet,dead]Heart of the Phoenix
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
]],
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Bestial Wrath",
"/cast [nochanneling] Kill Command",
"/cast [nochanneling] Multi-Shot",
"/cast [nochanneling] Intimidation",
"/cast [nochanneling] Dire Frenzy",
"/cast [nochanneling] Titan's Thunder",
"/cast [nochanneling] Multi-Shot",
"/cast [nochanneling] Kill Command",
"/cast [nochanneling] Bestial Wrath",
"/cast [nochanneling] Multi-Shot",
PostMacro = [[
/cast Aspect of the Wild
]],
}

One more thing I am no longer using that macro. Here is the one I am currently using:

Sequences['NewRBMAoE'] = {
specID = 253,
author = "John",
helpTxt = "New raid AoE  - Talent: 3212311",
PreMacro = [[
/cast [@pet,dead]Heart of the Phoenix
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
/cast  Bestial Wrath
/cast Titan's Thunder
]],
"/cast A Murder of Crows",
"/cast Kill Command",
"/cast Dire Frenzy",
"/cast Multi-Shot",
"/cast Intimidation",
"/cast Multi-Shot",
"/cast Kill Command",
"/cast Dire Frenzy",
"/cast Multi-Shot",
PostMacro = [[
/cast Aspect of the Wild
]],
}

I moved both Bestial Wrath, and Titan’s Thunder to the pre macros, from the main body of them. I find they fire off more Efficiency by doing this.

Yup i copied psted them exactly and still nothing i dont know why io never had this problem before. Dont know if this helps or has anything to do with it but when saving the macro i get this error GS-Core was imported with the following errors. Sequence specID set to current spec of 253

Do u have (more than) 17 or 18 macros with this Char?

i do not

Hi and thanks for your macros and effort.
But… when we’re casting,spam an annoying error message : “Item is not ready yet”
I think have to do with the trinkets cooldown.

Any suggestions ?

** Fixed **
I uncheck “use trinket” on gse settings.

I have learned to ignore it. GS-E has away turn off UI error texts, and clear errors in the post macros, in the in-game interface setting for the addon. However it doesn’t do much for the Audio warning. Frankly I don’t mind it so much, because if I don’t hear it I know there is a problem with macro, or keyboard.

Here is my 1st attempt at converting my current macros to the new GSE2 format. Hopefully I didn’t screw them up too much .

Sequences[‘BMS1’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/cast [@pet,dead]Heart of the Phoenix”,
“/petautocastoff [group] Growl”,
“/petautocaston [nogroup] Growl”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection”,
“/cast Bestial Wrath”,
“/cast Titan’s Thunder”.
},
PreMacro={
},
“/cast A Murder of Crows”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Cobra Shot”,
“/cast Intimidation”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Multi-Shot”,
PostMacro={
},
KeyRelease={
“/cast Aspect of the Wild”,
},
},
},
}

Sequences[‘RBMAoE’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/cast [@pet,dead]Heart of the Phoenix”,
“/petautocastoff [group] Growl”,
“/petautocaston [nogroup] Growl”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection”,
“/cast Bestial Wrath”,
“/cast Titan’s Thunder”.
},
PreMacro={
},
“/cast A Murder of Crows”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Multi-Shot”,
“/cast Intimidation”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Multi-Shot”,
PostMacro={
},
KeyRelease={
“/cast Aspect of the Wild”,
},
},
},
}

Sequences[‘SoloBMAoE’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/cast [@pet,dead]Heart of the Phoenix”,
“/petautocastoff [group] Growl”,
“/petautocaston [nogroup] Growl”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection”,
“/cast Bestial Wrath”,
“/cast Titan’s Thunder”.
},
PreMacro={
},
“/cast A Murder of Crows”,
“/cast Kill Command”,
“/cast Multi-Shot”,
“/cast Dire Frenzy”,
“/cast Intimidation”,
“/cast Multi-Shot”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Multi-Shot”,
PostMacro={
},
KeyRelease={
“/cast Aspect of the Wild”,
},
},
},
}

Sequences[‘SoloBM’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/cast [@pet,dead]Heart of the Phoenix”,
“/petautocastoff [group] Growl”,
“/petautocaston [nogroup] Growl”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection”,
“/cast Bestial Wrath”,
“/cast Titan’s Thunder”.
},
PreMacro={
},
“/cast A Murder of Crows”,
“/cast Kill Command”,
“/cast Cobra Shot”,
“/cast Dire Frenzy”,
“/cast Intimidation”,
“/cast Multi-Shot”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Cobra Shot”,
PostMacro={
},
KeyRelease={
“/cast Aspect of the Wild”,
},
},
},
}

Sequences[‘Healpet’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast [@pet,dead]Revive Pet”,
“/cast [nochanneling] !mend pet”,
“/cast [nochanneling] Exhilaration”,
PostMacro={
},
KeyRelease={
},
},
},
}

Sequences[‘lookdead’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast [nochanneling] Play Dead”,
“/cast [nochanneling] Feign Death”,

 PostMacro={
  },
  KeyRelease={
  },
},

},
}

Sequences[‘OShit2’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
},
PreMacro={
},
“/cast Aspect of the Turtle”,
“/cast [target=player, help] Spirit Mend”,
“/cast [nochanneling] Exhilaration”,
“/cast [nochanneling] !mend pet”,
“/use 0 2”,
“/use 0 9”,
PostMacro={
},
KeyRelease={
},
},
},
}

Here is my 1st attempt at converting my current macros to the new GSE2 format. Hopefully I didn’t screw them up too much .

Sequences['BMS1'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
       "/cast A Murder of Crows",
       "/cast Kill Command",
       "/cast Dire Frenzy",
       "/cast Cobra Shot",
       "/cast Intimidation",
       "/cast Kill Command",
       "/cast Dire Frenzy",
       "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['RBMAoE'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Dire Frenzy",
        "/cast Multi-Shot",
        "/cast Intimidation",
        "/cast Kill Command",
        "/cast Dire Frenzy",
        "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['SoloBMAoE'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
     "/cast A Murder of Crows",
     "/cast Kill Command",
    "/cast Multi-Shot",
   "/cast Dire Frenzy",
   "/cast Intimidation",
   "/cast Multi-Shot",
   "/cast Kill Command",
   "/cast Dire Frenzy",
  "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['SoloBM'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
     "/cast A Murder of Crows",
     "/cast Kill Command",
     "/cast Cobra Shot",
     "/cast Dire Frenzy",
     "/cast Intimidation",
     "/cast Multi-Shot",
    "/cast Kill Command",
    "/cast Dire Frenzy",
    "/cast Cobra Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['Healpet'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
       "/cast [@pet,dead]Revive Pet",
       "/cast [nochanneling] !mend pet",
       "/cast [nochanneling] Exhilaration",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['lookdead'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
       "/cast [nochanneling] Play Dead",
       "/cast [nochanneling] Feign Death",
    
     PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['OShit2'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
      "/cast Aspect of the Turtle",
      "/cast [target=player, help] Spirit Mend",
      "/cast [nochanneling] Exhilaration",
      "/cast [nochanneling] !mend pet",
      "/use 0 2",
      "/use 0 9",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Here is my 1st attempt at converting my current macros to the new GSE2 format. Hopefully I didn’t screw them up too much .

Sequences[‘BMS1’] = {
author=“SirEwing”,
SpecID=253,
Talents = “3212311”,
Default=1,
MacroVersions = {
[1] = {
StepFunction = “Sequential”,
KeyPress={
“/cast [@pet,dead]Heart of the Phoenix”,
“/petautocastoff [group] Growl”,
“/petautocaston [nogroup] Growl”,
“/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection”,
“/cast Bestial Wrath”,
“/cast Titan’s Thunder”.
},
PreMacro={
},
“/cast A Murder of Crows”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Cobra Shot”,
“/cast Intimidation”,
“/cast Kill Command”,
“/cast Dire Frenzy”,
“/cast Multi-Shot”,
PostMacro={
},
KeyRelease={
“/cast Aspect of the Wild”,
},
},
},
}

Sequences['RBMAoE'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Dire Frenzy",
        "/cast Multi-Shot",
        "/cast Intimidation",
        "/cast Kill Command",
        "/cast Dire Frenzy",
        "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['SoloBMAoE'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
     "/cast A Murder of Crows",
     "/cast Kill Command",
    "/cast Multi-Shot",
   "/cast Dire Frenzy",
   "/cast Intimidation",
   "/cast Multi-Shot",
   "/cast Kill Command",
   "/cast Dire Frenzy",
  "/cast Multi-Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['SoloBM'] = {
   author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@pet,dead]Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast  Bestial Wrath",
        "/cast Titan's Thunder".
      },
      PreMacro={
      },
     "/cast A Murder of Crows",
     "/cast Kill Command",
     "/cast Cobra Shot",
     "/cast Dire Frenzy",
     "/cast Intimidation",
     "/cast Multi-Shot",
    "/cast Kill Command",
    "/cast Dire Frenzy",
    "/cast Cobra Shot",
      PostMacro={
      },
      KeyRelease={
       "/cast Aspect of the Wild",
      },
    },
  },
}

Sequences['Healpet'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
       "/cast [@pet,dead]Revive Pet",
       "/cast [nochanneling] !mend pet",
       "/cast [nochanneling] Exhilaration",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['lookdead'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
       "/cast [nochanneling] Play Dead",
       "/cast [nochanneling] Feign Death",
    
     PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Sequences['OShit2'] = {
  author="SirEwing",
  SpecID=253,
  Talents = "3212311",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
      "/cast Aspect of the Turtle",
      "/cast [target=player, help] Spirit Mend",
      "/cast [nochanneling] Exhilaration",
      "/cast [nochanneling] !mend pet",
      "/use 0 2",
      "/use 0 9",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}