Didn’t see one of these updated 5 mans get boring =)
Fires off Holy Word and Holy fire as cool-downs come up. I keep Apotheosis on a separate key, but you could easily do so.
Enjoy
Sequences['HolyDPS'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableErrorSpeech 0
/targetenemy [noharm][dead]
]],
"/castsequence [nochanneling] reset=combat Holy Word: Chastise",
"/castsequence [nochanneling] reset=combat Holy Fire",
"/castsequence [nochanneling] reset=combat Smite",
PostMacro = [[
/console Sound_EnableErrorSpeech 1
]],
}
This dose not work it just fires Smite off nothing ealse. Im not good at this GS wrighting so i carnt help u but if theres some 1 on here that can alter this so it works it be good thank u.
It works for me but I would like to work for targettarget so i dont need to switch targets to do dps. For example healing the tank and while still targeting him casting the macro will dps his target, otherwise if i have already enemy target- dps it.
Could you please guide me how to modify it.
I have something like:
/cast [harm, exists, nodead][@targettarget, harm, exists, nodead] Smite
But not sure how to modify yours.
Thanks.
I believe i`ve modified it for my playstyle, here is the one that works for my requirements:
Sequences['HolyDPS'] = {
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/console Sound_EnableErrorSpeech 0
]],
"/castsequence [harm, exists, nodead][@targettarget, harm, exists, nodead][nochanneling] reset=combat Holy Word: Chastise",
"/castsequence [harm, exists, nodead][@targettarget, harm, exists, nodead][nochanneling] reset=combat Holy Fire",
"/castsequence [harm, exists, nodead][@targettarget, harm, exists, nodead][nochanneling] reset=combat Smite",
PostMacro = [[
/console Sound_EnableErrorSpeech 1
]],
}
Let me know if you see something wrong.
Regards
What are the talents please?
This works for me in 7.3. Author is Darkman0011 at the top of this post.
Sequences['HolyDPS'] = {
-- This Sequence was exported from GSE 2.2.00.
Author="Unknown Author",
SpecID=5,
Talents = "?,?,?,?,?,?,?",
Default=1,
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
},
PreMacro={
},
"/castsequence [nochanneling] reset=combat Holy Fire",
"/castsequence [nochanneling] reset=combat Smite",
PostMacro={
},
KeyRelease={
"/castsequence [nochanneling] reset=combat Holy Word: Chastise",
},
},
},
}