Cast sequencing not functioning properly
Trollholio opened this issue ยท 1 comments
In 1.5 the following would function properly by ensuring 1:1 ratio of Kill Command to Cobra Shots fired. Now it seems to only cast Cobra Shot after Kill Command once Bestial Wrath has been activated. After BW expires (8 seconds) Cobra Shot has to be fired manually until BW is off cool down (1.5-2 minutes). Others on WLM.com have reported the same issue at least with this specific sequence.
"/castsequence [combat] Kill Command, Cobra Shot",
Below is the full macro for reference:
Sequences['bm'] = {
Author="tater",
SpecID=253,
Talents = "3213112",
Default=1,
Icon='ability_hunter_bestialdiscipline',
MacroVersions = {
[1] = {
StepFunction = "Sequential",
KeyPress={
"/targetenemy [noharm][dead]",
"/petattack [@target,harm]",
"/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
"/petautocastoff [group] Growl",
"/petautocaston [nogroup] Growl",
"/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
"/cast [nomod:alt, combat] Bestial Wrath",
},
PreMacro={
},
"/cast Dire Frenzy",
"/castsequence [combat] Kill Command, Cobra Shot",
"/cast [nomod:alt, combat] A Murder of Crows",
"/cast [nomod:alt, combat] Titan's Thunder",
PostMacro={
},
KeyRelease={
"/cast [nomod:alt] Aspect of the Wild",
"/startattack [@target,exists]",
},
},
},
}
See thread on WLM.com for more info: https://wowlazymacros.com/forums/topic/my-dps-rankings-for-normal-and-now-heroic-emerald-nightmare/page/6/#post-40490