I believe it stopped working.
Could the cause be the tweaks that have been done lately to ag_UnitFrames, in order to fix the loading while in raid bug? (btw that bug is still there).
This addon is a great help for me as a priest, would love to see it fixed! :)
I think it'd be awesome if we could set the yards of the range check, different for friendly and for hostile.
Also a profile system would be a good idea, it isn't the same playing a Priest than playing a Hunter.
There's a thread in this forums that suggests to change the following function:
function aUFR.TargetInRange(unit)
if (IsSpellInRange("Healing Touch", unit) == 1) then
return true
elseif CheckInteractDistance(unit, 4) then
return true
else
return false
end
end
0
Could the cause be the tweaks that have been done lately to ag_UnitFrames, in order to fix the loading while in raid bug? (btw that bug is still there).
This addon is a great help for me as a priest, would love to see it fixed! :)
Thank you
0
Also a profile system would be a good idea, it isn't the same playing a Priest than playing a Hunter.
There's a thread in this forums that suggests to change the following function:
0
Like Flash Heal for friendly, Smite for hostile...