Download
(5Kb)
Download
Updated: 04-21-20 03:09 AM
Pictures
File Info
Compatibility:
Visions of N'Zoth (8.3.0)
Updated:04-21-20 03:09 AM
Created:05-02-09 07:51 PM
Downloads:27,349
Favorites:164
MD5:

RangeColors  Popular! (More than 5000 hits)

Version: 2.5
by: yarko [More]

A World of Warcraft add-on that provides more obvious action button coloring for out of mana/rage/energy and out of range conditions.

Configure colors through the RangeColors interface options panel.

Optionally, configure a specific color for when the ability is both out of range and low on mana.

2.5
- Fixed defect that caused some items to show as out of mana

2.4.1
- Updated toc to 80300

2.4
- Updated for BfA and Classic

2.3.2
- Updated toc to 50400

2.3.1
- Updated for 5.3.

2.3
- Added range coloration to quest watch items

2.2.3
- Fixed configuration options positioning

2.2.2
- Updated for 5.2.

2.2.1
- Updated for 5.1.
Post A Reply Comment Options
Unread 01-27-21, 11:12 AM  
xerty
A Defias Bandit
 
xerty's Avatar

Forum posts: 3
File comments: 43
Uploads: 0
I found a nice replacement that I've been using for a while
tullaRange : https://www.curseforge.com/wow/addons/tullarange
Report comment to moderator  
Reply With Quote
Unread 12-01-20, 01:12 PM  
xerty
A Defias Bandit
 
xerty's Avatar

Forum posts: 3
File comments: 43
Uploads: 0
So miss this addon. Guess it'll go into the hope-to-get-update list
Last edited by xerty : 12-01-20 at 01:12 PM.
Report comment to moderator  
Reply With Quote
Unread 10-24-20, 02:32 PM  
xerty
A Defias Bandit
 
xerty's Avatar

Forum posts: 3
File comments: 43
Uploads: 0
Hi Yarko,
Hope your doing well and can look at this with the SL pre-patch:
Date: 2020-10-24 21:32:21
ID: 1
Error occured in: Global
Count: 1
Message: ..\AddOns\RangeColors\RangeColors.lua line 157:
hooksecurefunc(): ActionButton_OnUpdate is not a function
Debug:
[string "=[C]"]: hooksecurefunc()
[string "@RangeColors\RangeColors.lua"]:157: in main chunk
Locals:

AddOns:
swatter, v<%version%> (<%codename%>)
ACP, v3.5.7
RangeColors, v2.5
BlizRuntimeLib_enUS v9.0.1.90001 <none>
(ck=74)
Last edited by xerty : 10-24-20 at 02:33 PM.
Report comment to moderator  
Reply With Quote
Unread 02-05-20, 07:51 PM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 292
Uploads: 9
Originally Posted by yarko
Originally Posted by xerty
This works in BfA and Classic :-)
That's cool! I'm back for classic, so I will be trying to get some form of my mods back up and running for it. I'll try to make them work for both.
Welcome back. It's been quite a while.
Report comment to moderator  
Reply With Quote
Unread 09-05-19, 07:08 AM  
yarko
A Murloc Raider
 
yarko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 92
Uploads: 10
Originally Posted by xerty
This works in BfA and Classic :-)
That's cool! I'm back for classic, so I will be trying to get some form of my mods back up and running for it. I'll try to make them work for both.
Report comment to moderator  
Reply With Quote
Unread 08-27-19, 06:46 PM  
xerty
A Defias Bandit
 
xerty's Avatar

Forum posts: 3
File comments: 43
Uploads: 0
This works in BfA and Classic :-)
Report comment to moderator  
Reply With Quote
Unread 04-08-13, 08:13 PM  
yarko
A Murloc Raider
 
yarko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 92
Uploads: 10
Originally Posted by lynce
Is there a way to disable the range color/check on the key binding? Like stays white and that annoying "dot" doesn't show?
My addon doesn't do that. It used to hide the dot, but doing so now seems to cause problems in the Interface.

Edit: I think I just thought of a solution. Maybe it will be in a future update.
Last edited by yarko : 04-08-13 at 09:16 PM.
Report comment to moderator  
Reply With Quote
Unread 04-06-13, 10:25 AM  
lynce
A Cyclonian
 
lynce's Avatar

Forum posts: 48
File comments: 92
Uploads: 0
Is there a way to disable the range color/check on the key binding? Like stays white and that annoying "dot" doesn't show?
Last edited by lynce : 04-06-13 at 10:25 AM.
Report comment to moderator  
Reply With Quote
Unread 03-24-13, 12:09 PM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 292
Uploads: 9
Not sure if you're aware, but it is using quite a lot of CPU cycles even with no target selected. I was watching it with Addon Profiler and Option House.
Report comment to moderator  
Reply With Quote
Unread 11-18-12, 06:06 AM  
yarko
A Murloc Raider
 
yarko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 92
Uploads: 10
New alpha version for Pandaria

Hopefully this version fixes the new taint problems that the old design is causing. I haven't seen any taint in my limited testing so far. And, yeah, I didn't like the flashing either.
Report comment to moderator  
Reply With Quote
Unread 02-12-12, 05:37 AM  
Squishy Tia
A Murloc Raider
 
Squishy Tia's Avatar

Forum posts: 4
File comments: 98
Uploads: 0
Originally Posted by Kharthus
Fixed the taint and the errors:

Open RangeColors.lua:

Change Line 90 to

Code:
hooksecurefunc("ActionButton_OnUpdate", RangeColors.ActionButtonOnUpdate);
Change Line 93 to

Code:
hooksecurefunc("ActionButton_UpdateUsable", RangeColors.ActionButtonUpdateUsable);
This change makes my buttons' tiny grey dot flash on and off constantly, which is really really distracting.
Report comment to moderator  
Reply With Quote
Unread 12-09-11, 05:09 PM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 292
Uploads: 9
Fixed the taint and the errors:

Open RangeColors.lua:

Change Line 90 to

Code:
hooksecurefunc("ActionButton_OnUpdate", RangeColors.ActionButtonOnUpdate);
Change Line 93 to

Code:
hooksecurefunc("ActionButton_UpdateUsable", RangeColors.ActionButtonUpdateUsable);
Last edited by Kharthus : 12-09-11 at 05:10 PM.
Report comment to moderator  
Reply With Quote
Unread 12-04-11, 01:39 PM  
Kharthus
A Fallenroot Satyr
AddOn Author - Click to view AddOns

Forum posts: 26
File comments: 292
Uploads: 9
Date: 2011-12-04 12:26:34
ID: -3
Error occured in: Global
Count: 28
Message: ..\AddOns\RangeColors\RangeColors.lua line 84:
attempt to index local 'normalTexture' (a nil value)
Debug:
[C]: ?
RangeColors\RangeColors.lua:84: ActionButton_UpdateUsable()
..\FrameXML\ActionButton.lua:249: ActionButton_Update()
..\FrameXML\ActionButton.lua:478: ActionButton_OnEvent()
..\FrameXML\ActionButton.lua:105:
..\FrameXML\ActionButton.lua:98
Report comment to moderator  
Reply With Quote
Unread 04-11-11, 09:09 PM  
BJRubino
A Defias Bandit

Forum posts: 3
File comments: 64
Uploads: 0
Error

Hi,

I am getting the following 2 errors each time I cast a spell.

"ADDON_ACTION_BLOCKED addon "RangeColors" tried to call the protected function "MultiCastActionButton:5 Show()"

"ADDON_ACTION_BLOCKED addon "RangeColors" tried to call the protected function "MultiCastActionButton:9 Show()"

Any ideas on a fix for this? THis error only seems to happen on my shaman toon, it does not come up on any of the other classes.

Thanks,
BJR
Report comment to moderator  
Reply With Quote
Unread 03-01-11, 09:59 AM  
memnoch
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
Any updates for the latest hotfixes?

In the most recent wave of hotfixes, this doesn't work in combat anymore. Was wondering if there was any kind of workaround?
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.