Download
(3Kb)
Download
Updated: 10-05-08 05:03 PM
Pictures
File Info
Updated:10-05-08 05:03 PM
Created:unknown
Downloads:173,020
Favorites:940
MD5:

RedRange  Popular! (More than 5000 hits)

Version: v1.2-30000
by: Iriel [More]

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 (0)


Post A Reply Comment Options
Unread 11-10-23, 08:32 PM  
millanzarreta
A Deviate Faerie Dragon
 
millanzarreta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 9
[Red Range] Modification for 10.2.0

Addon modification for 10.2.0

Hi.

The modification of this addon for 10.2.0 patch:

https://www.dropbox.com/scl/fi/gpi6d...zmdef837s&dl=1

Changes:

- Updated code to work better after Blizzard changes introduced in Dragonflight patch 10.2.0
- Updated TOC file

Enjoy!
Report comment to moderator  
Reply With Quote
Unread 02-03-23, 01:54 AM  
millanzarreta
A Deviate Faerie Dragon
 
millanzarreta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 9
[Red Range] Modification for 10.0.5

Addon modification for 10.0.5

Hi.

The modification of this addon for 10.0.5 patch:

https://www.dropbox.com/s/a8eqcu0prp...0.0.5.zip?dl=1

Changes:

- Updated code to work better after Blizzard changes introduced in Dragonflight
- Updated TOC file

Enjoy!
Last edited by millanzarreta : 11-10-23 at 08:19 PM.
Report comment to moderator  
Reply With Quote
Unread 10-20-20, 12:22 PM  
millanzarreta
A Deviate Faerie Dragon
 
millanzarreta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 9
[Red Range] Modification for 9.0.1

Addon modification for 9.0.1

Hi.

The modification of this addon for 9.0.1 patch:

https://www.dropbox.com/s/vy0s05fcvs...9.0.1.zip?dl=1

Changes:

- Updated code and functions to make them compatible with the API changes introduced in Shadowlands
- Updated TOC file

Enjoy!
Last edited by millanzarreta : 10-20-20 at 12:23 PM.
Report comment to moderator  
Reply With Quote
Unread 05-06-19, 05:46 PM  
millanzarreta
A Deviate Faerie Dragon
 
millanzarreta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 9
[Red Range] Modification for 8.1.5

Addon modification for 8.1.5

Hi.

The modification of this addon for 8.1.5 patch:

https://www.dropbox.com/s/fbcr2y4xm9...8.1.5.zip?dl=1

Changes:

- Improved the code cleanliness and performance
- Fixed some bugs
- Update TOC file

Enjoy!
Report comment to moderator  
Reply With Quote
Unread 06-24-17, 12:46 AM  
millanzarreta
A Deviate Faerie Dragon
 
millanzarreta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 9
[Red Range] Modification for 7.2.5

Addon modification for 7.2.5

Hi.

I modify this addon to works on 7.2.5 patch and take advantage of new improvements of the Blizzard API.

https://www.dropbox.com/s/b6zr4yckid...7.2.5.zip?dl=1

Changes:

- Now RedRange also applies to the action bars of pets
- Very important performance improvements! Now it is not necessary to check the status of spells in each frame.
- Update TOC file

Enjoy!
Last edited by millanzarreta : 05-06-19 at 05:41 PM.
Report comment to moderator  
Reply With Quote
Unread 10-19-14, 01:43 PM  
millanzarreta
A Deviate Faerie Dragon
 
millanzarreta's Avatar
AddOn Author - Click to view AddOns

Forum posts: 11
File comments: 19
Uploads: 9
[Red Range] Fix for 6.0.2

Addon modification for 6.0.2

Hi!

I modified this addon to work in version 6.0.2. Download:

https://www.dropbox.com/s/909ak5lums...6.0.2.zip?dl=1

The problem is the function IsActionInRange. Old version return 1, 0 or nil. The new version return true, false or nil.

I change this lines:
::12:: if ( ActionHasRange(id) and (IsActionInRange( id ) == 0)) then
...
::29:: if (ActionHasRange(id) and IsActionInRange(id) == 0) then

from this:
::12:: if ( ActionHasRange(id) and (IsActionInRange( id ) == false)) then
...
::29:: if (ActionHasRange(id) and IsActionInRange(id) == false) then

And worked. Enjoy!.
Last edited by millanzarreta : 06-24-17 at 12:33 AM.
Report comment to moderator  
Reply With Quote
Unread 10-14-10, 06:05 PM  
speak
A Wyrmkin Dreamwalker
 
speak's Avatar

Forum posts: 57
File comments: 186
Uploads: 0
4.0 update?

will this addon be updated for 4.0? thanks
Report comment to moderator  
Reply With Quote
Unread 07-12-10, 11:51 AM  
hellomynameisbo
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
CPU usage

I just checked 4 similar addons on Broker CPU, and this is what I found.

CPU usage
1. TullaRange 0.37-0.47%
2. RangeColors 0.71 - 1.31%
3. ButtonRange 2.92 - 4.35%
4. RedRange 3.35 - 4.75%

TullaRange came in as least CPU usage, but RangeColors also checks/colors spells you have too little mana(blue) to use.
Report comment to moderator  
Reply With Quote
Unread 07-02-10, 04:22 PM  
Teetanov
A Murloc Raider

Forum posts: 5
File comments: 1
Uploads: 0
It there a command to open this up in wow to configure it? Or is it a install and go or in my case not go. There is nothing in the readme files about this. I've tried /redrange, /rr, /show redrange and /show rr.
Last edited by Teetanov : 07-02-10 at 04:23 PM.
Report comment to moderator  
Reply With Quote
Unread 01-27-10, 12:32 AM  
Sieben11
A Deviate Faerie Dragon

Forum posts: 10
File comments: 9
Uploads: 0
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 =)
Report comment to moderator  
Reply With Quote
Unread 12-24-09, 03:56 PM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 133
File comments: 640
Uploads: 22
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.

if (sizeof(sadness) > sizeof(happiness)) { initDepression(); }
Report comment to moderator  
Reply With Quote
Unread 12-20-09, 02:12 AM  
bozothecrayon
A Murloc Raider
 
bozothecrayon's Avatar

Forum posts: 4
File comments: 21
Uploads: 0
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...
Report comment to moderator  
Reply With Quote
Unread 12-08-09, 01:04 PM  
perera
A Kobold Labourer
 
perera's Avatar
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 7
Uploads: 1
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
Report comment to moderator  
Reply With Quote
Unread 08-31-09, 06:33 PM  
LudiKalell
A Kobold Labourer

Forum posts: 0
File comments: 12
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-09 at 06:37 PM.
Report comment to moderator  
Reply With Quote
Unread 08-23-09, 01:40 AM  
MarcAntony
A Defias Bandit

Forum posts: 2
File comments: 10
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
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: