Page 2 of 2

Re: [Addon] HealHoverAssist

Posted: Sun Sep 15, 2024 2:52 pm
by tukayo
is this better than wartriage?

Re: [Addon] HealHoverAssist

Posted: Thu Jul 31, 2025 8:54 pm
by Cottonwoodz
downloaded this and theres no text in the macro?

Re: [Addon] HealHoverAssist

Posted: Thu Jul 31, 2025 10:08 pm
by notrandomatall
Cottonwoodz wrote: Thu Jul 31, 2025 8:54 pm downloaded this and theres no text in the macro?
There shouldn't be any text. Try pressing it with a nearby wounded target.

Re: [Addon] HealHoverAssist

Posted: Thu Jul 31, 2025 10:16 pm
by Cottonwoodz
only targets me and im not hurt lol

Re: [Addon] HealHoverAssist

Posted: Fri Aug 01, 2025 12:38 am
by Demonito
Super useful, thanks a lot !

Cottonwoodz wrote: Thu Jul 31, 2025 10:16 pm only targets me and im not hurt lol

Hoping it doesn't break the addon, found a way to remove self-targeting,
In addon folder, open with notepad "HealHoverAssist.lua" and delete this :

Spoiler:
function HealHoverAssist.OnUpdate( timePassed )
if HealHoverAssist.decay > 0 then
HealHoverAssist.decay = HealHoverAssist.decay - timePassed
if HealHoverAssist.decay < 0 then
HealHoverAssist.SetMacroTarget(HealHoverAssist.FixName(GameData.Player.name))
HealHoverAssist.decay = 0
end
end
end