I am a very casual player, and am looking for critique for the most “efficient” script/macro. Please feel free to suggest fixes for what I have wrote. I am sure this is modifications of others scripts, but I haven’t modified them in months, so I won’t remember the originator.
Here is what currently use:
Sequences['dps_palST'] = {
SpecID = 70,
Author = "ME",
Talents = "1,2,3,3,2,2,2",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [combat] Judgment",
"/cast Divine Hammer",
"/cast Zeal",
"/cast [combat] Templar's Verdict",
"/cast [combat] Wake of Ashes",
"/cast [combat] Judgment",
"/cast [combat] Templar's Verdict",
"/cast [combat] Zeal",
"/cast [combat] Blinding Light",
"/cast [combat] Hand of Hindrance",
PostMacro={
},
KeyRelease={
"/cast [combat] Crusade",
"/cast [combat] Shield of Vengeance",
"/cast [combat] Eye for an Eye",
},
},
},
}
Sequences['dps_palAE'] = {
SpecID = 70,
Author = "ME",
Talents = "1,2,3,3,2,2,2",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [combat] Judgment",
"/cast Divine Hammer",
"/cast Zeal",
"/cast [combat] Divine Storm",
"/cast [combat] Wake of Ashes",
"/cast [combat] Judgment",
"/cast [combat] Divine Storm",
"/cast [combat] Zeal",
"/cast [combat] Blinding Light",
"/cast [combat] Hand of Hindrance",
PostMacro={
},
KeyRelease={
"/cast [combat] Crusade",
"/cast [combat] Shield of Vengeance",
"/cast [combat] Eye for an Eye",
},
},
},
}
FYI, I will be submitting the same request for critiqus for each class/spec I play. Thanks!