Hey everyone. I'm trying to make something so I can find out the range to a target better than just the spells I have.
Are there any items/objects that you know of that might have a range of 10 (less than or greater than) or 40 (also less than or greater than)?
Thank you!

I'm sure there is an addon that would give you the range of your target.
Rangedisplay
https://www.curseforge.com/wow/addons/range-display
"Currently you can set up RangeDisplay to show your current range to your target, focus, pet and mouseover units. The mouseover unit range can be anchored to the mouse or placed at a fixed position. "
I havent tried this, nor can I confirm that it works. But a quick search should land you with a functioning addon.
2000 IQg0bledyg00k wrote: ↑5 years agoNever making a single investment again until I 100% know it pays off.

It looks like a useful addon but the only way to check if you're at a certain range is by checking your own spells and abilities, it can't magically know distance otherwise (if it doesn't have the spell or ability)Stfuppercut wrote: ↑5 years agoI'm sure there is an addon that would give you the range of your target.
Rangedisplay
https://www.curseforge.com/wow/addons/range-display
"Currently you can set up RangeDisplay to show your current range to your target, focus, pet and mouseover units. The mouseover unit range can be anchored to the mouse or placed at a fixed position. "
I havent tried this, nor can I confirm that it works. But a quick search should land you with a functioning addon.

Stfuppercut wrote: ↑5 years agoI'm sure there is an addon that would give you the range of your target.
Yeah, as far as I understand there is no API call to return the distance of targets. These addons all reference spells and items that you have which have range restrictions, which it then uses to guess range. The more items and abilities you have with different range restrictions would allow you to improve the resolution of the guess.Papasmurf84 wrote: ↑5 years agoIt looks like a useful addon but the only way to check if you're at a certain range is by checking your own spells and abilities, it can't magically know distance otherwise (if it doesn't have the spell or ability)
I have no idea about the specific items with these ranges. Curious though, what are you going to use this for? Are you looking to write your own addon or something like a weakaura?


I'm super bad with addons etc, and am one of the worst people to ask but I feel like this is possible. I mean, look at the spy addon. It immediately pops with the enemy players name AND their lat/long coordinates. Clearly positioning is being tracked. Am I way off base here???Papasmurf84 wrote: ↑5 years agoIt looks like a useful addon but the only way to check if you're at a certain range is by checking your own spells and abilities, it can't magically know distance otherwise (if it doesn't have the spell or ability)
2000 IQg0bledyg00k wrote: ↑5 years agoNever making a single investment again until I 100% know it pays off.

That addon checks the combat log for actions by nearby players if I'm not mistaken.Stfuppercut wrote: ↑5 years agoI'm super bad with addons etc, and am one of the worst people to ask but I feel like this is possible. I mean, look at the spy addon. It immediately pops with the enemy players name AND their lat/long coordinates. Clearly positioning is being tracked. Am I way off base here???Papasmurf84 wrote: ↑5 years agoIt looks like a useful addon but the only way to check if you're at a certain range is by checking your own spells and abilities, it can't magically know distance otherwise (if it doesn't have the spell or ability)
I don't think you appear on the list if you're just stood still and haven't done anything.
But also could be wrong.
I'm not good enough to write an addon, I just want to make a WeakAura. Main reason is Howl of Terror has a 10 yard range so it would be cool to know if someone is in that range
I think it does this by triangulating results from different people, like if one person sees someone in their combat log, and another person does also it can do some math to take a guess where they are. The addon talks to the other people using it and combines everyone's findingsStfuppercut wrote: ↑5 years agospy addon. It immediately pops with the enemy players name AND their lat/long coordinates. Clearly positioning is being tracked. Am I way off base here???