Addon that displays players in x radius around you
Posted: Mon Jan 04, 2016 3:46 pm
Anyone has this? That shows a list of all the players that is for example in a 5 yard radius around you.
Thanks in advance.
Thanks in advance.
1 = Inspect, 28 yards
2 = Trade, 11.11 yards
3 = Duel, 9.9 yards
4 = Follow, 28 yards
Renew wrote:you can measure range outside a dungeon (on flat ground), it works pretty well...check out my addon-test video (data in yrd every frame):
https://www.youtube.com/watch?v=0pmev1ALN34
Dreez wrote:Renew wrote:you can measure range outside a dungeon (on flat ground), it works pretty well...check out my addon-test video (data in yrd every frame):
https://www.youtube.com/watch?v=0pmev1ALN34
really interested in how you did that, any chance you can give me a link to the code or a brief explanation (what API was used mostly)
GetPlayerMapPosition(UnitID)
VHM.distance = sqrt((px - ux)^2 + (py - uy)^2)*1000
crimsonsage wrote:Any way to turn that feature into something that draws a circle of "X" yards around you? Would be cool to have like an 8 yard circle around you as a hunter.