Tweakt for DPS and HEAL. Works for Dungs , Raids and PvP.

Had a quick question for David or anyone else that might know the answer: I wanted this macro to activate the first trinket slot and even re-imported the macro with that slot set to ‘true’ under the original macro. But it still doesn’t use my first trinket slot. Any other ideas? Thank you.

This is still my go-to tank macro, just FYI. :slight_smile:

Hello mate. After /cast Revenge make a new line under . /use 13 and under that line /use 14. Instead of /cast use use. And dont forget all ", after. Hope you understand my bad english. Dont forget to insert it under pvp script down under.

Thank you, David, I’ll give that a shot. :slight_smile:

I did it for you . Just remove old script and import this one below

`Sequences[‘Davvvveprotwarr’] = {
– This Sequence was exported from GSE 2.0.14.
Author=“Davvvve”,
SpecID=73,
Talents = “3111112”,
Default=1,
PVP=2,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = [[Sequential]],
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast Battle Cry”,
},
PreMacro={
},
“/cast Shield Slam”,
“/cast Thunder Clap”,
“/cast Victory Rush”,
“/cast Impending Victory”,
“/cast Revenge”,
“/cast Pummel”,
PostMacro={
},
KeyRelease={
“/cast Shield Block”,
“/cast Ignore Pain”,
“/cast Spell Reflection”,
“/cast Demoralizing Shout”,
“/cast Berserker Rage”,
“/use 13”,
“/use 14”,
“/cast Shield Wall”,
},
},
[2] = {
Combat=true,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = [[Sequential]],
KeyPress={
“/targetenemy [noharm][dead]”,
“/cast Battle Cry”,
},
PreMacro={
},
“/cast Shield Slam”,
“/cast Thunder Clap”,
“/cast Victory Rush”,
“/cast Impending Victory”,
“/cast Revenge”,
“/cast Pummel”,
PostMacro={
},
KeyRelease={
“/cast Shield Block”,
“/cast Ignore Pain”,
“/cast Mass Spell Reflection”,
“/cast Demoralizing Shout”,
“/cast Berserker Rage”,
“/cast Oppressor”,
“/cast Disarm”,
“/cast Shield Wall”,
“/use 13”,
“/use 14”,
},
},
},
}

Is this 2 macros in one? Is [1] single target and [2] aoe? Does it need to be imported as 2 different macros?

Its one macro . You dont need to to anything. Just spam the key if you do quest dung raid or pvp. That good is it .

I wanted to try and level with protection from 1-100 i havent got legion on this account yet, i wanted to level a few characters to 100 first before getting legion on another account.

Can this macro do it im only 18 at the moment it seems to work ok so far, just wandering is it worth me adding Devastate skill or just wait it out until i get revenge at lvl 24?

Cheers

I dont know - Just try and see what works best for you . I use to follow my talents tree .

Thanks for reply, im finding it easier to use dev manually as a filler so not going to worry about adding it in.

This won’t import for me. I’ve already replaced all slanted quotes with regular quote marks and it will not import. The import fails with no errors displayed.

This warrior has only six other macros.

Edit: When I write nothing displayed, I mean “nothing”. No success yet no errors.

Strange , it works or me . Have you tried macrot at side 1 ?

That’s because of this line;

Sequences[‘Davvvveprotwarr’] =

if you look on page five there’s an apostrophe or something before the letter S

/use 13 of 14 dont work any more .You need use the name of your trinket like this
“/use Diima’s Glacial Aegis”, Sorry if i was wrong .

don’t even have to do that, it’s integrated into GSE, just look for it under the first tab

Screenshot

After removing the first apostrophe before “Sequences[‘Davvvveprotwarr’] =”, the error message of “string: [“Storage”]:2;unexpected symbol near ‘?’” appears.

Otherwise importation is successful. Well, at least it TRIES to import it now.


Sequences['Davvvveprotwarr'] = {
— This Sequence was exported from GSE 2.0.14.
Author="Davvvve",
SpecID=73,
Talents = "3111112",
Default=1,
PVP=2,
MacroVersions = {
[1] = {
Combat=true,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Shield Slam",
"/cast Thunder Clap",
"/cast Victory Rush",
"/cast Impending Victory",
"/cast Revenge",
"/cast Pummel",
PostMacro={
},
KeyRelease={
"/cast Shield Block",
"/cast Ignore Pain",
"/cast Spell Reflection",
"/cast Demoralizing Shout",
"/cast Berserker Rage",
"/use 13",
"/use 14",
"/cast Shield Wall",
},
},
[2] = {
Combat=true,
Trinket1=false,
Trinket2=false,
Head=false,
Neck=false,
Belt=false,
Ring1=false,
Ring2=false,
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/cast Battle Cry",
},
PreMacro={
},
"/cast Shield Slam",
"/cast Thunder Clap",
"/cast Victory Rush",
"/cast Impending Victory",
"/cast Revenge",
"/cast Pummel",
PostMacro={
},
KeyRelease={
"/cast Shield Block",
"/cast Ignore Pain",
"/cast Mass Spell Reflection",
"/cast Demoralizing Shout",
"/cast Berserker Rage",
"/cast Oppressor",
"/cast Disarm",
"/cast Shield Wall",
"/use 13",
"/use 14",
},
},
},
}

try this…

Use the macro on page one . 1. No ono . The first macro should import correctly .

Are you using firefox or chrome ? Paste it direcly to wow and not to word or other? Im using Arch Linux with chromium. Can other pls import this ? Gonna try again

Download https://www.curseforge.com/wow/addons/gse-gnome-sequencer-enhanced-advanced-macros
Log in to wow . Check that it load outdated macros and check all tree of them . Then import my macro directly from page . It works with macro on page 1