Download
(3Kb)
Download
Updated: 10-05-08 05:03 PM
Pictures
File Info
Updated:10-05-08 05:03 PM
Created:unknown
Downloads:173,193
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 12-24-09, 03:56 PM  
Xruptor
A Flamescale Wyrmkin
 
Xruptor's Avatar
AddOn Author - Click to view AddOns

Forum posts: 137
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 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 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 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 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 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 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 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 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 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 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
Post A Reply



Category Jump: