HeroRotation

HeroRotation

5M Downloads

Unholy DK

Ankhy opened this issue ยท 6 comments

commented

Rotation stops if I turn CD's off.

commented

The line its not exactly the same and im not at home. Can you tell me What version are you using ? Feel free to make a PR with the fixes once you tested it, i cant reproduce right now

commented

More info please, version? Talents? Gear?

commented

And If lua errors

commented

This;
and S.Apocalypse:CooldownRemainsP() > 5) or Target:DebuffStack(S.FesteringWound) > 4) and S.ArmyOfTheDead:CooldownRemainsP() > 5
needs to be changed to:
and S.Apocalypse:CooldownRemainsP() > 5 and (HR.CDsON() or not HR.CDsON()) or Target:DebuffStack(S.FesteringWound) > 4) and (S.ArmyOfTheDead:CooldownRemainsP() > 5 and (HR.CDsON() or not HR.CDsON()) or something like that in the generic section

commented

Sorry went to sleep and is currently at work. Will make the changes and a PR when I get back home, unless you've sorted it out ๐Ÿ‘

commented

Pull Request for reference: #207