Hello community, since i've deep researched inside the forum and i couldn't find the function(s) i'm currently looking for, i have to ask for these functions.
I'm in party with my friend, and my aim is to teleport (do whatever) to his position.
So that i use this LUA function: GetPlayerMapPosition("party1")
And it returns me: 0.47841548919678 0.150799036026
As X= 47.8 and Y= 15.1
Now i want to convert both X & Y MAP coords, into X & Y World(3D) coords.
Edit----> Getting them from memory: X = 1276.7667236328, Y = -4492.1215820313
But i can't use memory read, when my partner is away mor ethan 100 yards. (So, out of my client range sight)
What operations should i use then?![]()