View Single Post
08/10/15, 01:01 PM   #2
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
Originally Posted by sirinsidiator View Post
EDIT: Or just add the two methods that LibGPS is about:
Lua Code:
  1. localX, localY = GlobalToLocalPosition(globalX, globalY) -- takes a normalized position on the Tamriel map and returns the normalized position on the current map
  2. globalX, globalY = LocalToGlobalPosition(localX, localY) -- takes a normalized position on the current map and returns the normalized position on the Tamriel map
I second this, that would be awesome not having to mess with the waypoint which is a pain for both LibGPS & other addons trying to use the waypoint.