December 4, 20169 yr Hey. Please tell me how to convert coordinates WOW client (x, y = GetPlayerMapPosition ( "player")) in the coordinates of bot
December 5, 20169 yr Hello, use this lua code: SetMapToCurrentZone(); continent = GetCurrentMapContinent(); SetMapZoom(continent); local x, y = GetPlayerMapPosition('player'); local _, worldX, worldY = GetWorldLocFromMapPos(x, y); To get z position, use wrobot function "float wManager.Wow.Helpers.PathFinder.GetZPosition(Vector3 point, bool strict = false)"
Create an account or sign in to comment