• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

UrbinRange

 

Project Updated:
Files Updated: Wed, Aug 5 2009
Supports Game Version: 3.2.0
Category: Combat, and Hunter
Tags:

, , and [Edit Tags]

Project Manager: Urbin
Additional Authors: No additional authors
Current Version: 30200.1
License: All Rights Reserved
Development Site: CurseForge
Avg Daily DL (last 30 days): 12
Downloads Total: 22,307
Favorites: 58
Comments: 27
  • About UrbinRange
  •  

Alternate download link
Just in case Curse has load issues (as occasionally happens on patch day) I have set up an alternate download page carrying the latest version of my addons. You can find it under http://www.ursbeeli.ch/m_addons.shtml

History
There used to be an addon called RangeHelp by Ralenod which showed the range as a coloured frame in which it indicated, if the player was out of range, in range for ranged attacks, in the dead zone (when it still existed) or in range for melee attack.

It was very useful especially for hunters but really for any character with a ranged attack.

It came with a graphical configuration frame and originally even supported bar switching (though that had been broken in some patch).

With patch 2.4.0 RangeHelp broke the new Combat Log filtering mechanism (at least it seemed to be the culprit as far as I could tell). As it seems to no longer be maintained and as I could not isolate which part of it broke the combat log, I decided to do a semi-re-write of it.

I took its core code, threw out everything to do with the config UI and bar switching to have a minimal code base that would work and did not break the new combat log.

This was fairly easy and worked quickly. I then took it from there to re-add some slash command config options etc.

All credit for the code core goes to Ralenod.

Features
This addon displays a colour coded frame when you select a target. It shows whether the target is out of range (red), in range for ranged attack (blue) or in melee range (green).

Its main use is probably to hunters, but it is also usefull for casters to see when they are in range to attack.

Slash commands

/rh help					 Show supported slash commands
/rh about					Show version info
/rh urbin					 List all addons by Urbin
/rh status					Show configuration status
/rh enable | disable | toggle		Enable/Disable/Toggle showing range frame
/rh melee <spell>			   Set (and check) melee spell to use for range checks
/rh range <spell>			   Set (and check) ranged spell to use for range check
/rh resize | move | both | lock | reset
						   Make frame movable/resizable,
						   lock into position, restore default size
/rh colour				     Show current colours
/rh colour [default]			 Set default colour values
/rh colour { bg | border | font } { melee | ranged | dead | out } <colour>
						  Set background/border/font colour of the
						  range frame for each of the four supported
						  ranges. <colour> is either of the format
						  "xaarrggbb" where aa, rr, gg, bb are two
						  digit hex values between 00 and ff defining
						  the alpha, red, green and blue parts

Todo list

  • add german localisation for default spells
  • colour configuration using 4 values between 0 and 1 as alternative to xAARRGGBB string

Versions

30200.1

  • updated toc for patch 3.2

30100.1

  • updated toc for patch 3.1

30008.1

  • adjusted TOC for patch 3.0.8
  • added 2nd (optional) ranged spell (suggested by Apaseall)

30002.1

  • adjusted TOC for patch 3.0.2
  • changed event calls to use self (API change)

20400.4

  • added german localisation for default spells (thanks to Hüter des Weissen Feuers and Galadriël on Dun Morogh-EU)
  • fixed alpha settings to work for background and border (reported by RHFan)

20400.3

  • checking now uses linkable spell names

20400.2

  • prepared code for localisation
  • added german localisation of texts (spell names still missing)
  • added slash commands to match other addons by Urbin
  • added config options for spells and colours
  • loading configuration of other characters

20400.1

  • skipped because TOC for 20400.0_alpha already stated it was 20400.1

20400.0_alpha

  • first working version, might not work for all classes, tested on hunter
  • configuration still limited (spells cannot be set yet)
  • This version is very much in alpha stage
  • Downloads (7)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  UrbinRange 30200.1 Release 3.2.0 2,895 8/5/2009
  UrbinRange 30100.1 Release 3.1.0 5,107 4/16/2009
  UrbinRange 300003.1 Release 3.0.3 7,367 11/8/2008
  UrbinRange 30002.1 Release 3.0.2 1,276 10/16/2008
  UrbinRange 20400.4 Release 2.4.3 1,608 9/1/2008
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • syali said 

    Wouldn't a simple coloured dot attached to the unit frame be better?

    Reply Report Permalink
  • Urbin said 

    That depends on your definition of "better" :-) For me, the frame is fine and I never even thought of the coloured dot, though that certainly is a possibility. However, since the current implementation does what I need, that is what everyone is getting. I just don't have time to extend it at the moment.

    Feel free to add the coloured dot and put up a spin-off addon or send me the code and I'll happily try to integrate it (and will of course give you credit).

    Reply Report Permalink
  • There are two ways to show Spellrange.

    One of theme I want it be be completely violett instead of blue.

    I know there ist a slashcommand to change this, but i don´t get it.

    can someone please write me here the slashcommand so i can copy and paste it?!

    Sry for my english^^

    Reply Report Permalink
  • Urbin said 

    /rh colour bg range2 xff3f007f
    /rh colour border range2 xff3f007f

    Reply Report Permalink
  • new message http://wow.curse.com/downloads/wow-addons/details/urbin-range.aspx#478448

    Reply Report Permalink
  • Urbin said 

    Thanks for the reminder, I would have missed that ;-)

    I'm catching mouse events to allow the resizing and moving of the frame. I'm not sure I can ignore them when it's set to not remove or resize. I'll put it on the todo list but don't think I'll get around to it before August (I'm about to go on a long holiday :)

    Reply Report Permalink
  • mitch0 said 

    frame:EnableMouse(false) when locking, frame:EnableMouse(true) when unlocking.

    cheers,
    mitch

    Reply Report Permalink
  • Chrome67 said 

    Any plans to include DK's?

    Reply Report Permalink
  • Urbin said 

    Aehm, it should work nicely for death knights, except it won't set default spells yet. But you can use /rh melee and /rh ranged to define which two spells to use. It works flawlessly for my death knight.

    I'll put the inclusion of DK default spells on my todo list.

    Reply Report Permalink
  • kebecqc said 

    OH and btw my melee icon is always green whenever im far or close to the target.

    Reply Report Permalink
  • kebecqc said 

    I am having some little problems here, i just downloaded it and installed it all good and i see the little incon but it tells me melee spell not set. I set up a range spell and it still show me : Melee spell not set . So i set up a melee spell and okay now i have a green icon for melee but ..what i want is the range icon and it dosent appear and i dont know why.i looked for help is the /rh help and connaot find any issue so pelase help me :(

    Reply Report Permalink
  • Urbin said 

    What class and level are you and which spells did you pick?

    Reply Report Permalink
  • Axel85v said 

    how to show both health and percentage in in the green health bar???I am becoming crazy for this....sorry for my english

    Reply Report Permalink
  • Urbin said 

    I think you've got the wrong addon :-)

    This is UrbinRange which only shows a coloured (red/green/blue) frame depending on your distance to the target.

    If you want health info in your frames, you might want to look at UrbinTargetTarget which is also hosted on curse :-)

    Reply Report Permalink
  • Lexie said 

    Im going to give this addon a try. I did use the original. I see a great use for this for PvP, when in a crowd of people in Wintergrasp sometimes u cant see your target thru the smoke bombs, tanks or throng or people.

    Reply Report Permalink
  • pls. can you make the frame unreceptive to click ?

    Reply Report Permalink
  • Urbin said 

    What do you mean with "unresponsive to click"? You can type /rh lock to avoid moving and resizing the frame. Or do you mean something else?

    Reply Report Permalink
  • I mean that the frame intercepts mous if on it casually to press during camera turn.

    Reply Report Permalink
  • Urbin said 

    Replying to the message upthread

    Reply Report Permalink
  • Apaseall said 

    Love this addon. I would love to see the ability to track an option second range. That way if you have more than one ranged ability with differing ranges you can immediately see which one is within range.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 28,546 Deadly Boss Mods Boss Encounters, and Combat
  2. 14,729 Recount Combat
  3. 7,018 BigWigs Bossmods Boss Encounters, and Combat
  4. 3,857 Omen Threat Meter Boss Encounters, and Combat
  5. 3,118 Decursive Buffs & Debuffs, Boss Encounters...