Certain abilities greyed out since 7.2
HnyBear opened this issue · 6 comments
I've been using this macro on my DH for quite awhile but since 7.2 Throw Glaive no longer will cast. I've tried using it in various different ways but when it gets to Throw Glaive it is always greyed out.
Sequences['DH_Havoc'] = { -- This Sequence was exported from GSE 2.0.14. Author="Failtrail@Azuremyst", SpecID=577, Talents = "2213311", Default=1, MacroVersions = { [1] = { StepFunction = [[Sequential]], LoopLimit=1, KeyPress={ "/cast [nochanneling] Blur", "/cast [nochanneling] Nemesis", }, PreMacro={ }, "/cast [nochanneling] Chaos Blades", "/cast [nochanneling] Felblade", "/castsequence [nochanneling] Vengeful Retreat, !Fel Rush, Blade Dance", "/cast !Eye Beam", "/cast [nochanneling] Fury of the Illidari", "/cast [nochanneling] Chaos Strike", "/cast [nochanneling] Throw Glaive", PostMacro={ }, KeyRelease={ }, }, }, }
Here is what I see in debug. Looks normal but Throw Glaive won't cast.
DH_Havoc,6,Chaos Strike,Able To Cast,Resources Available,GCD Free,Not actively casting anything else. DH_Havoc,7,Throw Glaive,Able To Cast,Resources Available,GCD Free,Not actively casting anything else. DH_Havoc,1,Chaos Blades,Able To Cast,Resources Available,GCD Free,Not actively casting anything else.
Also having an issue with my druid. Although it appears to be using all the abilities in the macro, the macro itself doesn't show the next ability it's using, it get stuck showing the tooltip for Thrash all the time.
Sequences['Druid_Guard_Bal'] = { -- This Sequence was exported from GSE 2.0.14. Author="Failsauce@Azuremyst", SpecID=104, Talents = "3131221", Default=1, Icon='Ability_Racial_BearForm', MacroVersions = { [1] = { StepFunction = [[Sequential]], KeyPress={ "/cast [@player, nostance:1] Bear Form", "/castsequence reset=target moonfire, null", "/cast [combat] Rage of the Sleeper", "/cast [combat] Frenzied Regeneration", }, PreMacro={ }, "/targetenemy [noharm][dead]", "/cast Thrash", "/castsequence Swipe, Swipe, Moonfire", "/castsequence Ironfur, Mark of Ursol", PostMacro={ }, KeyRelease={ "/cast Mangle", }, }, }, }
It appears that if you switch spec from havoc to vengeance then back it works until you log out. No sure is it's a wow bug or a GSE bug.