Category: Iriel's Castle
Addon Information
Download Latest Version.
To add favorites please register for a free account. If you already have one you need to login. How do I install this? (FAQ)
Iriel's Portal Bug Reports Feature Requests
Author:
Version:
v1.2-30000
Date:
10-05-2008 07:03 PM
Size:
2.91 Kb
Downloads:
125,621
Favorites:
1,186
MD5:
Pictures
Buttons turn red when out of range
RedRange   Popular! (More than 5000 hits)
Version 1.2-30000 is for WoW 3.x -- it wont work on wow 2.x

RedRange is yet another addon which reds out standard ActionButtons when they're out of range, mostly useful if you've got the extra buttons enabled or if you dont notice just the shortcut key color change.

This is short and sweet and in theory very efficient (It follows the same guidelines as the standard UI with respect to update speed etc, though it's better on a bar switch than the standard UI).
  Optional Files - RedRange
Sorry, there are currently no optional files available.
  Comments - RedRange
Post A Reply Comment Options
Old 01-27-2010, 01:32 AM  
Sieben11
A Kobold Labourer

Forum posts: 1
File comments: 4
Uploads: 0
Quote:
Originally posted by LudiKalell
It's because the Addon HAS to listen to the "ActionButton_OnUpdate" event, which is unfortunatley fired every frame. I don't know why, ask Blizzard.
And additional to this to avoid wasted code cycles HasAction should be used. Which RedRange does not use. So some code is executed that need not be.

In short if this was to be used >
1. Code cycles would become more efficient.

HasAction(actionSlot) - Flag
* 1, if the slot contains an action
* nil, if the slot is empty

Wonderful how flags work =)
Sieben11 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-24-2009, 04:56 PM  
Derkyle
An Aku'mai Servant
 
Derkyle's Avatar
Interface Author - Click to view interfaces

Forum posts: 32
File comments: 210
Uploads: 20
I also have lag with this mod. I've had to change to Buttonrange.

http://www.wowinterface.com/download...ttonrange.html
__________________
Click HERE for the ultimate idiot test.
-Derkyle
Derkyle is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-20-2009, 03:12 AM  
bozothecrayon
A Murloc Raider
 
bozothecrayon's Avatar

Forum posts: 4
File comments: 17
Uploads: 0
Quote:
Originally posted by Spectrezh
this addon with the lastest version of 3.1.1 when used with Dominos, is causing Dominos to have blank spell icons in your action bars.

you spell is still there but you can't see the icon which makes it really hard.

I have this issue as well. seems to be having difficulties with abilities that require certain variables. In my case things like dancing rune weapon, death pact, icebound fortitude, and anti-magic shield will black out. But when the required runic power is available they light back up. I know this is working as intended in a way but the degree to which they darken is to the point of making the icons for the given abilities look like they are empty buttons.

I hope this mod will get the appropriate update but if you are like me and having blacked out buttons hurts your OCDs then i recommend installing another mod I found on WowInterface in the meantime. Buttonrange.
__________________
let me start by saying nothing...
bozothecrayon is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 12-08-2009, 02:04 PM  
perera
A Kobold Labourer
 
perera's Avatar
Interface Author - Click to view interfaces

Forum posts: 0
File comments: 1
Uploads: 1
Quote:
Originally posted by LudiKalell
It's because the Addon HAS to listen to the "ActionButton_OnUpdate" event, which is unfortunatley fired every frame. I don't know why, ask Blizzard.
Regarding OnUpdate, wowwiki has a code snippet that might help you:

http://www.wowwiki.com/Using_OnUpdate_correctly
perera is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-31-2009, 08:33 PM  
LudiKalell
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
It's because the Addon HAS to listen to the "ActionButton_OnUpdate" event, which is unfortunatley fired every frame. I don't know why, ask Blizzard.

In city e.g. on dummy you have ~60 FPS, but on raid 25man boss fight you normally have ~20 max (k with i7 you should have more), funny thing is: as you have lower FPS, there are also fewer "onUpdates", so CPU usage of this addon goes down in low FPS fights, so it's somewhat okish.

I will see if one can "throttle" the updates to somethin like "10 times a second".

As a tip right now: don't use multibar addons with this one, try to minimize the number of action buttons on screen to the bare minimum. With a normal action bar (10 icons) i don't have heavy CPU usage..

On the other hand, most CPU profiling addons show a percentage of the addons CPU usage across ALL addons, so when you see "RedRange 90%" it DOESN't mean RedRange is using 90% of CPU ressources. It means, redRange is using 90% of all CPU ressoruces the addons as a whole use, and that doesn't have to mean much. If it's the only addon registering for an "On_Update" event of some sorts, it most likely will show up "high".
For me (Core 2 Duo) RedRange only uses 5%, if using CPU heyva addons like DoTimer (don't!), and now after some better selection of addons, it's up at 12% of the share.

Afaik, there is no measurement to see how much %of CPU an addon uses, but I could be wrong.

Last edited by LudiKalell : 08-31-2009 at 08:37 PM.
LudiKalell is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-23-2009, 03:40 AM  
MarcAntony
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0

Okayyyyyyyyy......scratch my suggestion to use the new one. It was also using an obscene amount of CPU power. I use a i7 @ 3.40 and these two addons are actually single-handedly dropping my fps, they are eating so much CPU time.

Why does such a simple little addon use so much CPU power?

I'm bummed. I'm quite addicted to Redrange
MarcAntony is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 08-22-2009, 06:50 PM  
MarcAntony
A Defias Bandit

Forum posts: 2
File comments: 11
Uploads: 0

I've been using Redrange for as long as I can remember, but recently did CPU profiling on all addons and found that, standing still in IF with nothing targeted, RR was using an immense amount of CPU power and cycles. To put into perspective, the #2 CPU useage addon was Carbonite - which was using 10% as much CPU power as RedRange....

I shudder to think how much power it uses in combat. Needless to say, I've dropped it.

Here's a similar, and up to date, addon that will accomplish the same:

http://wow.curse.com/downloads/wow-a...ngecolors.aspx

Highly advise dropping RR - at least until the code is fixed.
MarcAntony is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-28-2009, 11:50 PM  
Spectrezh
Priestess of Elune
 
Spectrezh's Avatar
Premium Member

Forum posts: 1
File comments: 17
Uploads: 0
this addon with the lastest version of 3.1.1 when used with Dominos, is causing Dominos to have blank spell icons in your action bars.

you spell is still there but you can't see the icon which makes it really hard.
Spectrezh is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-23-2009, 11:30 PM  
markr
A Kobold Labourer
 
markr's Avatar

Forum posts: 0
File comments: 1
Uploads: 0
I was waiting for this to be updated and then found ActionButtonColors which does the same thing and has been updated to work with 3.1. It seems to only be available on curse though at:

http://wow.curse.com/downloads/wow-a...tails/abc.aspx
markr is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-22-2009, 08:49 PM  
Crevox
A Kobold Labourer
 
Crevox's Avatar

Forum posts: 1
File comments: 20
Uploads: 2
This addon works in 3.1, however, it is a CPU hog; it eats up a lot of your CPU.
Crevox is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-21-2009, 12:34 PM  
BW~Merlin
A Defias Bandit

Forum posts: 2
File comments: 39
Uploads: 0
Quote:
Originally posted by Gumurak
With dominos and buttonficade on, redrange causes buttons to disappear.
I use all three and I am not having an issues but more then willing to help with the troubleshooting.
BW~Merlin is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-19-2009, 12:12 PM  
Gumurak
A Kobold Labourer

Forum posts: 0
File comments: 5
Uploads: 0
Quote:
Originally posted by tralkar
I'm useing both and no problems here..
This problem is happening as well with me. However I have pin pointed it down do buttonficade. With dominos and buttonficade on, redrange causes buttons to disappear. Reload sometimes makes them appear sometimes not. Shutting off red range corrects the problem of course, but so does turning off button ficade.
Gumurak is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-16-2009, 05:39 PM  
tralkar
A Rage Talon Dragon Guard
 
tralkar's Avatar

Forum posts: 323
File comments: 179
Uploads: 0
Quote:
Originally posted by aequitas28
Red Range is creating a problem w/ Dominos. It makes every button invisible. when you /reload ui some come back, but all buttons w/ maros stay invis.
I'm useing both and no problems here..
tralkar is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-15-2009, 11:28 PM  
aiikachi
A Murloc Raider
 
aiikachi's Avatar

Forum posts: 4
File comments: 12
Uploads: 0
Pleaasseee update this mod, I can't game without it D:
aiikachi is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Old 04-15-2009, 10:25 PM  
aequitas28
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Red Range is creating a problem w/ Dominos. It makes every button invisible. when you /reload ui some come back, but all buttons w/ maros stay invis.
aequitas28 is offline Report comment to moderator   Edit/Delete Message Reply With Quote
Post A Reply



Category Jump:




The Network:
EQInterface | EQ2Interface | LoTROInterface | MMOInterface | War.MMOUI | WoWInterface | VGInterface | Allakhazam | Thottbot | Wowhead | Zam


©2009 MMOUI / ZAM Network
vBulletin - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.