Gnome sequencer prot?

hi im new to the forum but have been using these great macros for some time now.
Anyways ive been using the gnome sequencer Ret macro and i would LOVE a prot one for my pally tank…can any1 make this happen or help me out a little as ive failed to make one myself

the one i tried to make is as follows

Sequences[‘ptank’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/cast Judgment’,
‘/cast Avenger’s Shield’,
‘/cast Exorcism’,
‘/cast Crusader Strike’,
‘/cast Hammer of the Righteous’,
‘/cast Hammer of Wrath’,
‘/cast Holy Wrath’,
‘/cast Sacred Shield’,
‘/cast Shield of the Righteous’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

it doest fire at all, can any1 help?

Try this one for single Target and the 2nd one for AoE – seems to be working decently for me. Always make sure the name of the in-game macro you make is the same as the name of the ‘sequence’ section of the file that you want to use.

Single Target:

Sequences[‘ProtST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Truth,null
/castsequence reset=2 Sacred Shield,null
]],
‘/cast Crusader Strike’,
‘/cast Judgment’,
“/cast !Avenger’s Shield”,
‘/cast !Hammer of Wrath’,
‘/cast Consecration’,
‘/cast Holy Wrath’,
‘/cast Holy Prism’,
‘/cast Shield of the Righteous’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

Area of Effect:

Sequences[‘ProtAE’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Truth,null
/castsequence reset=2 Sacred Shield,null
]],
‘/cast Hammer of the Righteous’,
‘/cast Judgment’,
“/cast !Avenger’s Shield”,
‘/cast !Hammer of Wrath’,
‘/cast Consecration’,
‘/cast Holy Wrath’,
‘/cast Holy Prism’,
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

‘/cast Avenger’s Shield’, needs to turn into
“/cast Avenger’s Shield”,
the ’ in Avenger’s will mess it up and the pre and post stuff ive never gotten to work yet.

Edit: Gabby you be too quick :stuck_out_tongue:

wow thx for the help guys…good stuff in here

I tried to use the above macro and im still getting an error message “unexpected symbol near '” anyone help me out?

cant get the Avengers shield to fire off, any one else have that issue? tried changing the ’ to " with and without ! infront still no firing… Besides that GJ! :smiley:

Not to take away from any work you guys have done in this forum, but these macros are all out of order and the rotation is incorrect.

For example, the AOE rotation is missing SoR and for proper tanking you use Seal of Insight, not Truth.

I’m working with Gnome Sequencer and I’ll post an update sometime this week of a proper rotation.

The macro in the top doesn’t work for me :frowning: idk whats wrong with it… please help?

This is the best i’ve been able to come up with. I used a macro from here as a base. I then went and did a ton of research on the rotation. This includes everything that needs to be in our aoe rotation including sor and it maximizes dps while keeping sacred shield up at all times. If see where an improvement can be made let me know.

Sequences['ProtAE'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence reset=25 !Divine Protection,Sacred Shield
]],
[[/cast Hammer of the Righteous]],
[[/cast Judgment]],
[[/cast Holy Wrath]],
[[/cast !Avenger's Shield]],
[[/cast Holy Prism]],
[[/cast !Hammer of Wrath]],
[[/cast Consecration]],
[[/cast !Shield of the Righteous]],
PostMacro = [[
/use [combat]13
/use [combat]14
]],
}

I should mention I run with sanctified wrath. If you dont move holy wrath below consecration.

can somebody help me with my prot macros because it really sucks that this is the only char that i cant seem to get a macro on or should i say that works.

I took some macros off this forum and tweaked them until they worked right.
The only thing I’ve seen that doesn’t work correctly is the seals. If you change targets alot and use both macros back and forth it might not fire. But its good enough.

Sequences['ProtST'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Truth,null
]],
	[[/cast Avenger's Shield]] ,
	[[/cast Hammer of Wrath]],
	'/cast Judgment',
	'/cast Crusader Strike',
	'/cast Holy Wrath',
	'/castsequence reset=6 Sacred Shield,Consecration,Consecration,Consecration',
	'/cast Shield of the Righteous',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
Sequences['ProtAoE'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Righteousness,null
]],
	[[/cast Avenger's Shield]] ,
	[[/cast Hammer of Wrath]],
	'/cast Judgment',
	'/cast Hammer of the Righteous',
	'/cast Holy Wrath',
	'/castsequence reset=6 Sacred Shield,Consecration,Consecration,Consecration',
	'/cast Shield of the Righteous',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

[quote quote=18970]I took some macros off this forum and tweaked them until they worked right.
The only thing I’ve seen that doesn’t work correctly is the seals. If you change targets alot and use both macros back and forth it might not fire. But its good enough.

Sequences['ProtST'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Truth,null
]],
	[[/cast Avenger's Shield]] ,
	[[/cast Hammer of Wrath]],
	'/cast Judgment',
	'/cast Crusader Strike',
	'/cast Holy Wrath',
	'/castsequence reset=6 Sacred Shield,Consecration,Consecration,Consecration',
	'/cast Shield of the Righteous',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
Sequences['ProtAoE'] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
/castsequence reset=2 Seal of Righteousness,null
]],
	[[/cast Avenger's Shield]] ,
	[[/cast Hammer of Wrath]],
	'/cast Judgment',
	'/cast Hammer of the Righteous',
	'/cast Holy Wrath',
	'/castsequence reset=6 Sacred Shield,Consecration,Consecration,Consecration',
	'/cast Shield of the Righteous',
PostMacro = [[
/startattack
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}

[/quote]

Nice macros. If you put [nostance:1] in your single target and a [nostance:2] in your aoe, it’ll take care of the seal’s issues. Example:

/cast [nostance: 1] Seal of Truth

/cast [nostance: 2] Seal of Righteousness