Max Artifact , PvE & PVP

Ok the macro does not work must be mistaken and it hangs if anyone can fix it and solve tymoty or other thanks

I left a message for TimothyLuke in discord about the issue.

I think I fixed the problem. There was a minor coding error in the Sequences names. Also there was a problem with Viper Sting being part of the keypress and its long cool down, is causing the macro to freeze. So I moved Viper Sting from the keypress to the Main Body of the macro. Lastly I flaged myself. before entering BG and PvP areas. After all of that it appears to be working fine for me now.

NOTE: With both these macros, to ensure that part 3-PvP function will work: You should Flag yourself before entering PvP areas, BGs, or Arenas.

Sequences['TBMmain'] = {
-- This Sequence was exported from GSE 2.1.01.
  Author="Ewing@Scarlet Crusade",
  SpecID=253,
  Talents = "2232312",
  Help = [[Tater based High DPS]],
  Default=1,
  Raid=2,
  PVP=3,
  Dungeon=2,
  Heroic=2,
  Mythic=2,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast [nochanneling] Kill Command",
        "/cast A Murder of Crows",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast [nochanneling] Kill Command",
        "/cast A Murder of Crows",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [3] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Viper Sting",
        "/cast Dire Frenzy",
        "/cast [nochanneling] Kill Command",
        "/cast A Murder of Crows",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
Sequences['TBMAOE'] = {
-- This Sequence was exported from GSE 2.1.01.
  Author="Ewing@Scarlet Crusade",
  SpecID=253,
  Talents = "2232312",
  Help = [[Tater based AoE]],
  Default=1,
  Raid=2,
  PVP=3,
  Dungeon=2,
  Heroic=2,
  Mythic=2,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Multi-Shot",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Multi-Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Multi-Shot",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Multi-Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [3] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Viper Sting",
        "/cast Dire Frenzy",
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Multi-Shot",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Multi-Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

Something’s off. When I import the macro and try to move it to the bar, there is no “icon” for the macro…so it can’t be dragged to the bar. It’s weird, it highlights a blue square but I can’t drag it.

Highlight the Macro and when all of the commands light up, click on create icon(you may need to click on it more then once). A red question mark should appear. Then all you have to do is Click and Drag it where you want it.

You cant highlight it, had same issue, i disabled all but gse addon, then i could make a icon and drag it down, then enable all the addon again

Make sure you are importing the most current version of the macros. Last night I found and corrected a minor colding error, that was affecting the Icons. Also I just re-exported and re-posted posted them, to make sure they are correct in this thread.

I did notice one thing in the macro that had me puzzled at first you have the talents of Stomp and when you run the macro it will not fire Dire Beast even though you have Dire Frenzy in the macro. Thoughts?

Whoops! I forgot to change the talents In the macro, from a previous build. It should be 2232312

Have tried importing your new macros across and all I get is a black icon, not even a blue one this time and have tried creating a red question mark and nothing

Normally when you import a macro, it will automatically create a Question Mark icon in a black box. It sounds you are most likely having a display issue and the Question Mark is not showing but the black box is. Have you tried Clicking and Dragging the Black Box?

If that doesn’t work, open the in-game menu and check your main macro window, and make sure There is room for the icon there. You may need to delete a few unused one, to make room for the new macro’s icon.

If that is not the problem then try using the Recording feature of the Import one. Just copy and paste the following, one at a time.

Sequences['TBMmain'] = {
  Author="Ewing@Scarlet Crusade",
  SpecID=253,
  Talents = "2232312",
  Help = [[Tater based High DPS]],
  Default=1,
  Raid=2,
  PVP=3,
  Dungeon=2,
  Heroic=2,
  Mythic=2,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast [nochanneling] Kill Command",
        "/cast A Murder of Crows",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast [nochanneling] Kill Command",
        "/cast A Murder of Crows",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [3] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Viper Sting",
        "/cast Dire Frenzy",
        "/cast [nochanneling] Kill Command",
        "/cast A Murder of Crows",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Cobra Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}
Sequences['TBMAOE'] = {
  Author="Ewing@Scarlet Crusade",
  SpecID=253,
  Talents = "2232312",
  Help = [[Tater based AoE]],
  Default=1,
  Raid=2,
  PVP=3,
  Dungeon=2,
  Heroic=2,
  Mythic=2,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Multi-Shot",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Multi-Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Multi-Shot",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Multi-Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [3] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [@pet,dead] Heart of the Phoenix",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast Intimidation",
        "/cast [combat] Bestial Wrath",
        "/cast Titan's Thunder",
        "/cast Aspect of the Wild",
      },
      PreMacro={
      },
        "/cast Viper Sting",
        "/cast Dire Frenzy",
        "/cast A Murder of Crows",
        "/cast Kill Command",
        "/cast Multi-Shot",
        "/castsequence [nochanneling] reset=combat/reset  Kill Command, Multi-Shot",
        "/cast Dire Frenzy",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

easy fix (for me that is) When you import it and you don’t see an icon hit delete icon and the book should appear then hit create icon and you should be good.

Thanks I knew there had to have been a simpler fix then what I posted>

Now that 7.25 has hit the additional Dire Beast/Dire Frenzy charge that The Mantle of Command is now part of our baseline abilities. It now only gives all of our pets deal 5% extra damage for 8 sec, every time we cast Dire Beast/Dire Frenzy. While it is still a strong legendary, it is no where the best in slot it use to be. As such I will be experimenting what will be the best gear, legendary combination is best.

However since we still have the 2 charges of Dire Beast/Dire Frenzy these macro still apply.

Best Leggos are Shoulders and Chest

The HP set has been updated with the versions of this from the front page.

Well I played around with gear and spec last night during my guilds Heroic and Mystic Nighthold raids. I found the combination of ‘The Mantle of Command,’ and ‘The Apex Predator’s Claw,’ with ‘Aspect of the Beast’ talent; Is so far has the best DPS out of all of the Legendaries that I currently have. I look forward to trying "Parsel’s Tongue: and ‘Soul of the Huntmaster’ when I am able to get my hands on them.

TimothyLuke: Thanks.

What is the differnce between 1 2and 3 if i import the whole macro will it work in raid if i import the whole thing

just asking cause i dint pvp at all