- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,841 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
UnitRange
- 0 Likes
- World of Warcraft
- 13,965 Downloads
- Supports: 4.0.1
- 2 Average Daily Downloads
- Comments
- Created 8/21/2007 1:50:43 PM
- Updated 11/1/2010 7:23:38 AM
- 112 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: v4.00.1
About UnitRange
Show the target distance.
The distance is calculated with your spells distance and with the interact distances.
Developpers, you can use this mode to retrieve a unit distance.
Simply use UnitRange(unit) in your mod.
You could show the spell list with associated distances in a frame.
Type /unitrange or /urange to show options and configure the spell list.
This addon should works with any localisation without translation needed.
Options now are /unitrange or /urange and now open addon options frame Added a button into options frame to show and configure spells list.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| v4.00.1 | Release | 4.0.1 | 2,875 | 11/1/2010 7:23:38 AM |
| v4.00 | Release | 4.0.1 | 2 | 10/16/2010 10:02:44 PM |
| v2.03 | Release | 3.3.0 | 40 | 1/16/2010 7:07:18 AM |
| v2.02 | Release | 3.2.0 | - | 8/15/2009 4:05:30 AM |
| v2.01 | Release | 3.1.0 | - | 7/17/2009 8:40:44 PM |
| v2.0 | Release | 3.1.0 | - | 7/13/2009 7:41:50 AM |
| v1.66 | Release | 3.1.0 | - | 7/5/2009 4:10:43 AM |
| v1.65 | Release | 3.0.2 | 21 | 10/19/2008 9:23:22 AM |
| v1.64 | Release | 2.4.3 | 6 | 8/24/2008 4:04:12 AM |
| v1.63 | Release | 2.4.2 | - | 6/15/2008 7:00:54 AM |
| v1.62 | Release | 2.0.0 | - | 5/8/2008 4:30:41 AM |
| v1.61 | Release | 2.3.0 | - | 12/3/2007 12:41:26 PM |
| v1.6 | Release | 2.3.0 | - | 11/28/2007 12:56:57 PM |
| v1.5 | Release | 2.3.0 | - | 11/1/2007 9:08:59 AM |
| v1.4 | Release | 2.3.0 | - | 10/29/2007 2:03:11 PM |
| v1.3 | Release | 2.2.0 | - | 9/22/2007 10:35:20 AM |
| v1.2 | Release | 2.2.0 | - | 8/27/2007 1:58:46 PM |
| v1.1 beta | Release | 2.2.0 | - | 8/23/2007 1:27:06 PM |
| v1.0 | Release | 2.0.0 | - | 8/21/2007 1:50:44 PM |
Comments
One thing I would like to note is that DeadlyBossMods has a range check command that uses "/range" already, and it seems to take priority over this. Maybe change it to "/unitrange" the next time this is required? It's a small change, so I won't say go out of your way for it, but maybe hit it if something else comes up.
And added a button into options frame to show and configure spells list.
Updated & optimised for woww 4.0
Added minrange
Added infinity symbol : '∞'
Now you select the spells used to calculate the range by yourself :
Type /range to configure the spell list
(Others options are still into Bliz)
(All options are still shared by all your characters for a same account.)
I'm on a Hunter and I noticed a highly annoying bug. Master's Call is usable within 25 yards of your pet, but the spell is automatically added to the UnitRange list. Sounds like no problem... Until you realize that the addon thinks -everything- is 25 yards away until your pet is out of range. If the pet is more than 25 yards away, no trouble whatsoever. Within that... Well, you get the idea.
Perhaps you can tweak that? Or maybe just remove Master's Call from the list?
However you could remove this spell by yourself :
edit Unitrange.lua, go to line 95 and add this line :
if (spell == "XXXXX") then return end
replace XXXX by the true spell name in your localised language.
Unfortunaly, the library I'm using for spell localisation translation, Babble-spell is no longer up to date and this spell is not in the current list.
So I need to find another lib to do spell localisation translation. And check all new spells who block the distance calculation.
In the next version, I'll add an option to manually remove wrong spells.
All spells who uses pets (warlocks and hunter especially).
Sorry for conveniance.
Thank you for using UnitRange.
sorry for the conveniance. It is corrected. (v2.01)
To replace your target & focus frame correctly use these 2 scripts :
/script TargetFrame:ClearAllPoints() TargetFrame:SetPoint("TOPLEFT",nil,"TOPLEFT",250,-4)
/script FocusFrame:ClearAllPoints() FocusFrame:SetPoint("TOPLEFT",nil,"TOPLEFT",12,-420)
~deleted comment to correct typos~
UnitRange
Addons?
and one of them will disappear after /reload UI
Please remove UnitRange & UnitRange_TargetFrame folders before install v2
thx