Sulpitz / QuickHeal

QuickHeal for Vanilla WoW 1.12. with integration for HealComm (Luna unit Frames).
17 stars 3 forks source link

Regrowth is spammed in HPS mode #24

Open SoggyDiaper opened 7 months ago

SoggyDiaper commented 7 months ago

When using "/qh toggle" to enable higher HPS mode, regrowth is continually spammed on the same target despite the target already having the regrowth buff. This makes total healing per second worse compared to using healing touch.

Rank 9 regrowth has a 2s cast time and heals for around 1050 Rank 10 healing touch has a 3s cast time (with talents) and heals for around 2000.

Healing touch does around 50% more healing per second compared to regrowth spam.

Is there a way regrowth could only be cast on the target if they do not have the regrowth buff? I see there are checks for renew and rejuvenation within "QuickHeal.lua".

I have tried making these changes myself, but I am finding it challenging as if I add checks for regrowth to the FindWhoToHeal function, it would disable both regrowth and healing touch.