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['prot_AE'] = {
SpecID=73,
Author="ME",
Talents = "1,2,1,3,1,3,2",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Priority",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/cast [combat,nochanneling] Victory Rush",
"/cast [combat,nochanneling] Thunder Clap",
"/cast [combat,nochanneling] Shield Slam",
"/cast [combat,nochanneling] Revenge",
"/cast [combat,nochanneling] Shield Block",
"/cast [combat,nochanneling] Ignore Pain",
"/cast [combat,nochanneling] Devastate",
PostMacro={
},
KeyRelease={
"/cast [combat,nochanneling] Demoralizing Shout",
"/cast [combat,nochanneling] Battle Cry",
"/cast [combat,nochanneling] Spell Reflection",
"/cast [combat] Neltharion's Fury",
},
},
},
}
FYI, I will be submitting the same request for critiqus for each class/spec I play. Thanks!