What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Move to Sextant Position

mgb20092010

New Member
Joined
Oct 10, 2014
Messages
14
Reaction score
0
Exactly as it sounds. Probably not too difficult, but I don't know anything about coding. Basically, you have a UI where you type in some coordinates from the Sextant item and it'll take you right to those coordinates. Even better if it works with a clipper as that would be the main point. Bonus if you can set up a way to save a list of coordinates and just select one to go to.
 
wouldn't moveto(x,y) work ? (i dont really know if actual coords map 1-1 with sextant coords, but that should work (sorta))
 
Sadly its not that easy.
the coordinates you are given by the sextant are seperated in North/West/South/East coordinates.
For example in cinderstone moor in seachild wharf you get from the sextant:
W:5'58'42 ; S:16'43'18
the real coordinates are:
X: 15382,02734375 Y: 11548,859375 (Z: 107,03)
 
Back
Top