Engineering equipme...
 
Notifications
Clear all

Engineering equipment with a 10-40 yard range?

(@papasmurf84)
Eminent Member

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! :biggrin:

Quote
Topic starter Posted : 27/11/2019 11:26 am
(@stfuppercut)
Noble Member

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.

ReplyQuote
Posted : 27/11/2019 12:35 pm
(@papasmurf84)
Eminent Member

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.

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)

ReplyQuote
Topic starter Posted : 27/11/2019 1:33 pm
(@pippina)
Noble Member Moderator

I'm sure there is an addon that would give you the range of your target.

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)

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.

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?

ReplyQuote
Posted : 27/11/2019 2:01 pm
(@stfuppercut)
Noble Member

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)

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???

ReplyQuote
Posted : 27/11/2019 2:20 pm
(@relik)
Reputable Member

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)

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???

That addon checks the combat log for actions by nearby players if I'm not mistaken.

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.

ReplyQuote
Posted : 27/11/2019 4:48 pm
(@papasmurf84)
Eminent Member

Are you looking to write your own addon or something like a weakaura?

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
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???

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 findings

ReplyQuote
Topic starter Posted : 27/11/2019 6:33 pm