HeroRotation

HeroRotation

5M Downloads

[Bug]: Thistle Tea not suggested in AOE

Exsol-bit opened this issue ยท 1 comments

commented

What version of HeroRotation are you using?

10.1.0.15

What version of HeroLib are you using?

10.1.0.07

What version of HeroDBC are you using?

10.1.0.01

What is the issue?

With the most recent changes pushed through Thistle Tea is not suggested in AOE.

Specfically when ShadowDancing on the cleave target dummies in Valdraken.

Changing new line 660 from:
or (Player:BuffRemains(S.ShadowDance) >= 4 and not Player:BuffUp(S.ThistleTea) and MeleeEnemies10yCount >= 3)

TO

or Player:BuffRemains(S.ShadowDanceBuff) > 4 and not Player:BuffUp(S.ThistleTea) and MeleeEnemies10yCount >= 3

Appears to resolve issue for me (simply copied bit from the previously working LUA.

Thistle Tea is recomended correctly in ST testing on Training Dummy.

Icon Behavior

Icon does NOT disappear

commented

Fixed in commit bd18162