Hekili Priority Helper

Hekili Priority Helper

44M Downloads

Defensive spells behive weird

marekCs opened this issue ยท 2 comments

commented

Before You Begin

  • I confirm that I have downloaded the latest version of the addon.
  • I am not playing on a private server.
  • I checked for an existing, open ticket for this issue and was not able to find one.
  • I edited the title of this bug report (above) so that it describes the issue I am reporting.

Describe the Issue

Hi all defensive spells have started acting weird on BM hunter, they show the icon even though the Hekili addon returns false.

I have this code:
actions.defensives=/aspect_of_the_turtle,if=cooldown.aspect_of_the_turtle.remains<=gcd&(health.pct<20|incoming_damage_5s>=health.max40/100)
actions.defensives+=/exhilaration,if=cooldown.exhilaration.remains<=gcd&(health.pct<50|pet.health.pct<20)
actions.defensives+=/survival_of_the_fittest,if=cooldown.survival_of_the_fittest.remains<=gcd&(health.pct<70|incoming_damage_5s>=health.max
20/100)

even if the code returns false, it showed the icons for example Exhilaration

Just a small note, I paid to move between servers, it wasn't doing it before, could this have an effect?

How to Reproduce

Enter as BM
Put some defensive to Toggle for example aspect of the turtle and Exhilaration
Make defensive separately
Check icons

Player Information (Link)

https://pastebin.com/8c7evw9k

Error Messages (Link)

no error message

Additional Information

No response

Contact Information

No response

commented

Just checked on other classes and same:
dk https://pastebin.com/7N7U0RZJ

commented

I'm idiot sorry.