Hello! I recelty discovered this site! And i am really loving it so far. But the problem i am havcing is that most of these ret palla macros with Gnome Sequences is doing around 15k dps with ilvl 699/703 which is horrible. Some macros doesnt even utilize all the spells we have. Is there any macros that goes over this please send me!
Talents: 2/1/3/2/3/3/3
I currently use this for Single Target:
Sequences['RPST'] = { PreMacro = [[ /castsequence reset=3 Seal of Truth, null /targetenemy [noharm][dead] /console Sound_EnableSFX 0 ]], '/cast !Hammer of Wrath', '/cast [mod] Divine Storm', '/cast [nomod] Final Verdict', '/cast Crusader Strike', '/cast !Hammer of Wrath', '/cast [mod] Divine Storm', '/cast [nomod] Final Verdict', '/cast Judgment', '/cast !Hammer of Wrath', '/cast [mod] Divine Storm', '/cast [nomod] Final Verdict', '/cast Exorcism', '/cast !Hammer of Wrath', '/cast [mod] Divine Storm', '/cast [nomod] Final Verdict', '/cast [@target] Execution Sentence', '/cast !Hammer of Wrath', '/cast [mod] Divine Storm', '/cast [nomod] Final Verdict', PostMacro = [[ /console Sound_EnableSFX 1 /cast Hammer of Wrath /use [combat] 13 /use [combat] 14 ]], }
And this for AoE:
Sequences['RPAE'] = { PreMacro = [[ /castsequence reset=3 Seal of Righteousness, null /targetenemy [noharm][dead] /console Sound_EnableSFX 0 ]], '/cast [nomod] Divine Storm', '/cast [mod] Final Verdict', '/cast Hammer of the Righteous', '/cast [nomod] Divine Storm', '/cast [mod] Final Verdict', '/cast Exorcism', '/cast [nomod] Divine Storm', '/cast [mod] Final Verdict', '/cast Exorcism', '/cast [@target] Execution Sentence', '/cast [nomod] Divine Storm', '/cast [mod] Final Verdict', '/cast Hammer of Wrath', '/cast [nomod] Divine Storm', '/cast [mod] Final Verdict', '/cast Judgment', PostMacro = [[ /console Sound_EnableSFX 1 /use [combat] 13 /use [combat] 14 ]], }