Page 1 of 1

Range Indicator Addon?

PostPosted: Mon Apr 06, 2015 6:50 pm
by NegativeAgent
Looking for an addon that shows your range from the highlighted target .

Re: Range Indicator Addon?

PostPosted: Mon Apr 06, 2015 7:01 pm
by Hydra9268
What you want is MetaHud. You can get it from my pack.
viewtopic.php?f=32&t=1831

Here's my UI with MetaHud. Notice I have Befouled Water Elemental selected. The range above my character shows "Range: 28+"

Re: Range Indicator Addon?

PostPosted: Tue Apr 07, 2015 5:36 am
by Aquane
is there an addon that displays multiple ranges at all times in a circle around your character?

it would make PvP much easier, and PvE to a less extent as well

Re: Range Indicator Addon?

PostPosted: Fri Oct 30, 2015 9:52 am
by Grymn
Metahud was nice, but it doesnt update when you move closer or further from the target, it just shows the approximate range when you swithced to the target. Anyone knows of an addon thats more dynamic?

Re: Range Indicator Addon?

PostPosted: Tue Mar 29, 2016 9:55 am
by Yoloriddle
Aquane wrote:is there an addon that displays multiple ranges at all times in a circle around your character?

it would make PvP much easier, and PvE to a less extent as well


Did u found anything like this what you explained? im looking for the same but for example warriors WW i want a circle above my character so i know if player B is inrange to use it or if i should move a lil bit to adjust the distance

Re: Range Indicator Addon?

PostPosted: Tue Mar 29, 2016 2:20 pm
by Slibzshady
i doubt there has ever been an addon for this working, and u cant do it on nost cus ranges are custom due to lag and change during the day.

The natural feel on ranges u gotta learn, its what makes u good m8 gl

Re: Range Indicator Addon?

PostPosted: Thu Mar 31, 2016 3:03 pm
by Norjak
I don't believe that vanilla supports a true range display addon....they made a lot of changes in BC and beyond.

Re: Range Indicator Addon?

PostPosted: Thu Mar 31, 2016 3:24 pm
by Norjak
http://addons.us.to/addon/distance-0

Might be the closest thing in 1.12
There is a function hard-coded into the game that returns for specific distance values 5, 9.9, 11.11, 28 - these cannot be changed.

http://www.wow-one.com/forum/topic/2923 ... lay-addon/

Re: Range Indicator Addon?

PostPosted: Thu Mar 31, 2016 4:19 pm
by RedBanner
I'm curious as to why people want a range indicator. The action buttons indicate range with a red/white toggle.

If you want to perform actions based on being in range or out, you could always go with a macro:
Code: Select all
/run if CheckInteractDistance("target",3) then CastSpellByName("Wing Clip") else CastSpellByName("Concussion Shot"); end

The "Slow" button.