I have them both. They "work" but I can't change the distance. It appears to measure 30 yards. I need it to measure 40. I can't find an option to do this and I don't know what to edit in the .lua or .xml files to change it. If anyone could tell me how to do this I would greatly appreciate it.
I use aUF_RangeCheck_M. It doesn't have an option to change the out of range limit, which is around 28 yards.
Only way to change the limit is to edit the aUF_RangeCheck.lua file. I replaced the aUFR.TargetInRange function with this:
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
Depending on what class you play and what range limit you want, replace the IsSpellInRange("Healing Touch", unit) check with an appropriate spell you can cast on friendly units.
Note that this only changes the range limit for friendly units (which is all I need for healing). Hostile units and NPCs will still be considered out of range at around 28 yards, which is what the CheckInteractDistance(unit, 4) checks.
It doesn't seem to be in the /agufrc options. I don't mind if I need to edit the .lua. I just need some idea of what to do. Thank you in advance.
Love the mod.
I posted this in the "main" thread as well. I apologize for the cross post, but am a little desperate. Smiley
http://files.wowace.com/aUF_RangeCheck/
http://files.wowace.com/aUF_RangeCheck_M/
dunno if they actually work
Only way to change the limit is to edit the aUF_RangeCheck.lua file. I replaced the aUFR.TargetInRange function with this:
Depending on what class you play and what range limit you want, replace the IsSpellInRange("Healing Touch", unit) check with an appropriate spell you can cast on friendly units.
Note that this only changes the range limit for friendly units (which is all I need for healing). Hostile units and NPCs will still be considered out of range at around 28 yards, which is what the CheckInteractDistance(unit, 4) checks.
Like Flash Heal for friendly, Smite for hostile...
Its not an ace mod.
http://www.wowinterface.com/downloads/info5298-HealingRangeAlpha.html