Download
(12Kb)
Download
Updated: 07-26-07 05:01 PM
Pictures
File Info
Updated:07-26-07 05:01 PM
Created:unknown
Downloads:10,864
Favorites:35
MD5:

Healing Range Alpha  Popular! (More than 5000 hits)

Version: 4.10
by: Crepusculu [More]

HealingRangeAlpha v4.10
Written by Crepusculu of Stormrage

This addon changes friendly unit frame's alpha based on distance

- Support for any unit frame using secure button templates
- Alpha values adjustable per range
- Available ranges depend on what spells you can cast


Operations:

/hra -- access the option menu

Enabled HRA -- Turns on and off HRA updates
(ms) interval updates -- Adjust the frequency of updates. Setting to zero will update whenever possible. Increase this delay to improve performance
colorize depth level -- Adjust the structural depth of textures in the unit frame that get colored. Currently disabled
slider bars -- Alpha value for specified range
color boxes -- Color value to blend with button textures for specified range. Currently disabled



Known Issues:

Coloring is disabled due to change in design (frames can be detected before they have textures).
Possible error with secure templates (index is pointing to a nil value). I'm unsure of the source of this error.





Version History
4.10 -
Removed the CreateFrame hook. The hook was causing the frames to become tainted. Will instead scan all frames periodically after new frames are created.
I haven't been successful in finding an event for unit attribute change, all methods appear to be blocked.


Got a question, suggestion, or a bug? Feel free to comment! A more in depth discussion of this mod has been posted in
This Thread

Optional Files (0)


Post A Reply Comment Options
Unread 12-09-06, 01:57 AM  
stu5757
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
"...rface/addOns/HealingRangeAlpha/HealingRange
Alpph.lua:213:attempt to call method
'SetVertexColor' (a nil value)"

Above is error message i cant get to go away once BG ends and someone leaves it.

I found this mod and was exceptionally happy with it, would like to continue using it if possible. Using newest version of Xperl.
Thanks again, great mod
Report comment to moderator  
Reply With Quote
Unread 11-24-06, 01:28 PM  
Crepusculu
A Deviate Faerie Dragon
 
Crepusculu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 23
Uploads: 6
All current problems should be fixed within the beta version, since the new beta functions remove the loops and holes run by the live version
(http://www.wowinterface.com/download...fo.php?id=6303 pending atm)
Report comment to moderator  
Reply With Quote
Unread 10-27-06, 12:50 PM  
Eronald
A Defias Bandit

Forum posts: 2
File comments: 8
Uploads: 0
Re: Re: Bug Report

Originally posted by Crepusculu
Sounds like a mod confliction. Do you have any addons that modify spell ranks or interact with spells?
I figured out what is causing the conflict. It's Castoption's Smart Self Cast, which if no target is selected, spells will be casted on self.

Is there a way to modify the mod so that it also works with smart self cast?
Report comment to moderator  
Reply With Quote
Unread 10-26-06, 08:18 AM  
Crepusculu
A Deviate Faerie Dragon
 
Crepusculu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 23
Uploads: 6
Re: Bug Report

Originally posted by Eronald
When spellhook is enabled and used with clickcasting addon like Clique, all the casts initiated with clicking still works, but casts initiated with button press will be casted on self, regardless of target.
Sounds like a mod confliction. Do you have any addons that modify spell ranks or interact with spells?
Report comment to moderator  
Reply With Quote
Unread 10-25-06, 04:03 PM  
Eronald
A Defias Bandit

Forum posts: 2
File comments: 8
Uploads: 0
Bug Report

When spellhook is enabled and used with clickcasting addon like Clique, all the casts initiated with clicking still works, but casts initiated with button press will be casted on self, regardless of target.

Please fix it ><
Report comment to moderator  
Reply With Quote
Unread 10-01-06, 11:17 PM  
deckape
A Murloc Raider

Forum posts: 6
File comments: 2
Uploads: 0
support for x-perl

Is there any chance you can support X-perl?

x perl mod can be found here http://www.curse-gaming.com/en/wow/addons-4507-1-xperl-unitframes.html
Last edited by deckape : 10-01-06 at 11:33 PM.
Report comment to moderator  
Reply With Quote
Unread 09-30-06, 05:27 PM  
feierwehr
A Kobold Labourer

Forum posts: 1
File comments: 2
Uploads: 0
Support for sRaidFrames would be nice
Report comment to moderator  
Reply With Quote
Unread 09-27-06, 10:15 AM  
Drubiz
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
I tested it out looks like it works with my Perl/Smartheal setup. What a nice mod thanks heaps
Imba, many thanks m8: your mod works with smartheal and perl now. Like a charm. Thumbs up
Report comment to moderator  
Reply With Quote
Unread 09-25-06, 04:49 PM  
Kamakiri
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I tested it out looks like it works with my Perl/Smartheal setup. What a nice mod thanks heaps

Originally posted by Kamakiri
I'm at work now but I'm going to have this problem aswell by the looks of it. I'm using Perl Classic frames and Smartheal enhcanced. Please fix this been looking for a mod like this for so long. Or is the new 3.2 the fix of this problem?
Report comment to moderator  
Reply With Quote
Unread 09-24-06, 05:49 PM  
Kamakiri
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
I'm at work now but I'm going to have this problem aswell by the looks of it. I'm using Perl Classic frames and Smartheal enhcanced. Please fix this been looking for a mod like this for so long. Or is the new 3.2 the fix of this problem?

Originally posted by Crepusculu
It's likely that "SmartHeal" is using the same hooks and attempting to read off target values. In order to scan all 40 members of the raid, I have to detach the target, cast the spell (this is where your mod picks up the hook), and after scanning all 40 members, it will retarget the selected person for the spell

Your mod is detecting -NO- target since I'm putting the spell into spell targeting mode. I'm assuming it then automatically targets yourself. I could be wrong cause I haven't look at the other code, but that's my guess.

I'll have to think about how to work around that problem. It might be as simple as changing the order of hooks (aka, renaming the folder to 'zHealingRangeAlpha' and all references inside), or removing the detection feature on demand.
Last edited by Kamakiri : 09-24-06 at 05:58 PM.
Report comment to moderator  
Reply With Quote
Unread 09-20-06, 01:23 AM  
Crepusculu
A Deviate Faerie Dragon
 
Crepusculu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 23
Uploads: 6
Edit: No dice, somehow the new version isnt compatible with smartheal. It keeps directing any heal i try to cast at myself instead of selected target. Disabling auto-selfcast didnt work either. Disabled alpha for now, but i do miss it
It's likely that "SmartHeal" is using the same hooks and attempting to read off target values. In order to scan all 40 members of the raid, I have to detach the target, cast the spell (this is where your mod picks up the hook), and after scanning all 40 members, it will retarget the selected person for the spell

Your mod is detecting -NO- target since I'm putting the spell into spell targeting mode. I'm assuming it then automatically targets yourself. I could be wrong cause I haven't look at the other code, but that's my guess.

I'll have to think about how to work around that problem. It might be as simple as changing the order of hooks (aka, renaming the folder to 'zHealingRangeAlpha' and all references inside), or removing the detection feature on demand.
Report comment to moderator  
Reply With Quote
Unread 09-19-06, 11:33 AM  
Eomocgo
A Kobold Labourer
 
Eomocgo's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
Doesn't seem to work

Its a good idea but i can still heal people that this UI says is OOR any ideas why this is?
Report comment to moderator  
Reply With Quote
Unread 09-18-06, 05:49 AM  
Drubiz
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
I had to remove the new version of your addon: it made it only possible for me to heal myself no matter whom or what i target. This in combination with Smartheal Enhanced (latest version) and latest beta release of Perl Classic Unit Frames. Very weird though as the affected addons still work like intended only my heals never land on the selected target, wether this through selecting the target and using good ol'macros or using the built-in clickheal function of Smartheal on Perl.
I havent tried turning off the auto-selfcast feature of Smartheal yet, but as i am at work i havent had the chance yet. If this solves it, i'll post here again.

Edit: No dice, somehow the new version isnt compatible with smartheal. It keeps directing any heal i try to cast at myself instead of selected target. Disabling auto-selfcast didnt work either. Disabled alpha for now, but i do miss it
Last edited by Drubiz : 09-18-06 at 10:58 AM.
Report comment to moderator  
Reply With Quote
Unread 09-16-06, 02:16 AM  
Meldas
A Murloc Raider

Forum posts: 7
File comments: 6
Uploads: 0
Key binding

Hello,

the addon works like advertised - very good!
However, I would like to have a keybinding to switch HRA on/off. So, with one key you can activate it in the midst of a battle or switch it off if you don't care for range.
Report comment to moderator  
Reply With Quote
Unread 09-15-06, 01:40 PM  
Crepusculu
A Deviate Faerie Dragon
 
Crepusculu's Avatar
AddOn Author - Click to view AddOns

Forum posts: 16
File comments: 23
Uploads: 6
It's quite possible, however that will likely require me to recode some of Cide & Ts work, and I do not want to spend hours of work on code that is likely to be changed upon their next version. If I do ever feel so inspired, I rather build my own custom raiding mod to set sorting, filtering, and visuals for the thing you are talking about.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: