View Single Post
06/09/21, 11:50 AM   #4
Sharlikran
 
Sharlikran's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 656
Originally Posted by akanderson View Post
How were you able to get the coordinates for each boss?
The developers do not provide the means to do that. This is just arbitrary placement, a "just because" kind of situation. Most mods have a /mypos /myloc /fishloc or some such thing that get the players location. I use my own utility that tells me the XY, LibGPS XY (because it's different and has scale included), and the 3D location should I want it. That's all just preference.

Just to answer it is "GetMapPlayerPosition("player")" but you have to output that somehow etc. There is a lot to that also. For example, when you are outside a delve consider that above ground. When you are in the delve usually you are below the ground in the same approximate location. So while the XY might work for the actual map under ground, if you use the same coordinates for the main zone map you would be off in some odd location compared to the entrance to the delve.
  Reply With Quote