LF - Max DPS Makro

Hello,

i have a Prot. Paladin, 733… i look for a max dps makro… can anyone help me ?

Sequences['Sera'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
        [[/cast Avenger's Shield]],
        '/cast Holy Wrath',	
        '/cast Crusader Strike',	
	'/castsequence Sacred Shield,Judgment,Judgment,Judgment',
	'/cast Hammer of Wrath',
	[[/cast Consecration]],
PostMacro = [[
/castsequence Seraphim, Shield of the Righteous, Shield of the Righteous, Shield of the Righteous
"/cast Avenger's Shield",
"/cast Consecration",
/cast divine protection
/startattack
]],
}

Sequences['SeraAOE'] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
        [[/cast Avenger's Shield]],
        '/cast Holy Wrath',	
        '/cast Hammer of the Righteous',	
	'/castsequence Sacred Shield,Judgment,Judgment,Judgment',
	'/cast Hammer of Wrath',
	[[/cast Consecration]],
PostMacro = [[
/castsequence Seraphim, Shield of the Righteous, Shield of the Righteous, Shield of the Righteous
"/cast Avenger's Shield",
"/cast Consecration",
/cast divine protection
/startattack
]],
}

Talents 1/1/3/2/(1 is best for burst 2 for lazy mode either works)/2/2
Glyphs Concercrator/Final wrath/Divine protection, sac for utility, or Focused shield for single target boss dps but a loss on aoe fights.

Your dps won’t really skyrocket till you get your set bonuses and class trinket. Even w/o set bonus or class trinket at ilvl 720 I can pull 100-150k aoe and 40-50k single.

Use weakauras to track your holy power, manage between SOTR and Sera. Manage your bastion of glory w/ a weakaura. Never macro in a trinket, racial, major cd ect. The purpose of a macro is to simplify the core rotation but not fully play the game for you. I’m sure you can make one that will but you will only at best get 70-80% of the potential of a skilled player.

Practice on the tanking dummy in your garrison.

My personal stat priority goes haste 30%>mastery 27%>crit 20% other stats are meaningless. Top pallies geared are taking more crit over mastery for higher dps and using holy avenger for their burst phases.

Using 125 haste food for now till I have better gear w/ str pot / str rune w/ belf for my race.

keeps saying /concentration and avenging shield in chat

Sequences["ser1"] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
        "/cast Avenger's Shield",
        "/cast Holy Wrath",	
        "/cast Crusader Strike",	
	"/castsequence Sacred Shield,Judgment,Judgment,Judgment",
	"/cast Hammer of Wrath",
	"/cast Consecration",
PostMacro = [[
/castsequence Seraphim, Shield of the Righteous, Shield of the Righteous, Shield of the Righteous
/cast Avenger's Shield
/cast Consecration
/cast divine protection
/startattack
]],
}

Sequences["ser2"] = {
StepFunction = [[
	limit = limit or 1
	if step == limit then
		limit = limit % #macros + 1
		step = 1
	else
		step = step % #macros + 1
	end
]],
PreMacro = [[
/targetenemy [noharm][dead]
]],
        "/cast Avenger's Shield]",
        "/cast Holy Wrath",	
        "/cast Hammer of the Righteous",	
	"/castsequence Sacred Shield,Judgment,Judgment,Judgment",
	"/cast Hammer of Wrath",
	"/cast Consecration",
PostMacro = [[
/castsequence Seraphim, Shield of the Righteous, Shield of the Righteous, Shield of the Righteous
/cast Avenger's Shield
/cast Consecration
/cast divine protection
/startattack
]],
}

fixed the posting to chat issues