View Single Post
04/23/18, 03:40 PM   #2
Shinni
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 167
As temporary work-around you can use lib3D (copy it from HarvestMap, don't use the outdated version I uploaded to esoui) and call

local x,y,z = Lib3D:ComputePlayerRenderSpacePosition()

edit: ah wait. you probably want to get the position of group members etc.
my solution only works for the player itself.