Recent Topics

Ads

[Addon] HealHoverAssist

Share, discuss, and get help with addons for Return of Reckoning.
For most available addons, visit Idrinth's Addons site.
Forum rules
Before posting in this forum, please read the Terms of Use and visit Idrinth's Addons site for most available addons.
tukayo
Posts: 11

Re: [Addon] HealHoverAssist

Post#11 » Sun Sep 15, 2024 2:52 pm

is this better than wartriage?

Ads
User avatar
Cottonwoodz
Posts: 25

Re: [Addon] HealHoverAssist

Post#12 » Thu Jul 31, 2025 8:54 pm

downloaded this and theres no text in the macro?

User avatar
notrandomatall
Posts: 45

Re: [Addon] HealHoverAssist

Post#13 » Thu Jul 31, 2025 10:08 pm

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.

User avatar
Cottonwoodz
Posts: 25

Re: [Addon] HealHoverAssist

Post#14 » Thu Jul 31, 2025 10:16 pm

only targets me and im not hurt lol

User avatar
Demonito
Posts: 32

Re: [Addon] HealHoverAssist

Post#15 » Fri Aug 01, 2025 12:38 am

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

User avatar
notrandomatall
Posts: 45

Re: [Addon] HealHoverAssist

Post#16 » Sun Aug 03, 2025 5:53 am

Cottonwoodz wrote: Thu Jul 31, 2025 10:16 pm only targets me and im not hurt lol
You're supposed to press the macro with a nearby wounded target. With nearby I meant near the mouse pointer. If it can't find a wounded target it target's you.

User avatar
Gobbolovesmork
Posts: 3

Re: [Addon] HealHoverAssist

Post#17 » Sun Aug 03, 2025 8:39 pm

Demonito wrote: Fri Aug 01, 2025 12:38 am 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
That doesnt work for me.
I commented this out in the lua file and then launched game, but it didnt work. It still keeps targeting myself, which is fine I guess.

User avatar
Demonito
Posts: 32

Re: [Addon] HealHoverAssist

Post#18 » Mon Aug 04, 2025 3:34 am

Gobbolovesmork wrote: Sun Aug 03, 2025 8:39 pm I commented this out in the lua file and then launched game, but it didnt work. It still keeps targeting myself, which is fine I guess.


At first, the macro will always target you
Once you mouse-hover over an injured friendly, the macro should always target him
(Without returning to you every 2 seconds)

Ads

Who is online

Users browsing this forum: Avanos and 5 guests