Hekili / hekili

Hekili Priority Helper for DPS and Tanks (WoW Retail)
417 stars 222 forks source link

Lightsmith holy armaments not being recommended, integral to personal dps on protection and holy on Lightsmith. #3601

Closed nthnprsnlkid closed 1 month ago

nthnprsnlkid commented 2 months ago

Before You Begin

Describe the Issue

Addon not recommending Holy Bulwark or Sacred weapon.

How to Reproduce

If possible, pandemic would be great.

Snapshot (Link)

https://pastebin.com/99aM1jqU

Raidbots Sim Report (Link)

No response

Additional Information

No response

Contact Information

No response

chevyn11 commented 2 months ago

so I think its to do with this: next_armament[sacred_weapon] = sacred_weapon[true] next_armament is a variable that evaluates to the word sacred_weapon sacred_weapon is a variable that evaluates as true

which looks like its comparing the word "sacred_weapon" to true, which is false ("sacred_weapon" !== true).

Could try using just sacred_weapon instead of next_armament=sacred_weapon Or otherwise try to quote it (not sure if this works in hekili) next_armament="sacred_weapon"

the same for holy_bulwark: next_armament[sacred_weapon] = holy_bulwark[false]

removing this and the next line might work too, so theyre not vars? https://github.com/Hekili/hekili/blob/thewarwithin/TheWarWithin/PaladinProtection.lua#L922

chevyn11 commented 2 months ago

Or reverting it back to this: image

syrifgit commented 1 month ago

Closing as this issue is many, many addon versions ago. If the issue still exists, please open a new ticket with new snapshots and sims.