zhxwbr8 1 Posted May 31, 2020 Share Posted May 31, 2020 Under normal circumstances, I use map to determine the conditions for performing the next step, 3 such as:wManager.Wow.Helpers.Usefuls.MapZoneName == "Stranglethorn Vale" But in Chinese servers, they are often not recognized. Is there any way to use coordinates to judge the next step? For example: if the character coordinates are 800.000f, 800.111f, 800.222f, RunCode .. Because when I use teleport gems, their coordinates are the same. thx Link to comment https://wrobot.eu/forums/topic/12211-how-judge-by-point/ Share on other sites More sharing options...
TheSmokie 242 Posted May 31, 2020 Share Posted May 31, 2020 return (ObjectManager.Me.Position.DistanceTo2D(new Vector3(, Y, Z)) < 10)); Link to comment https://wrobot.eu/forums/topic/12211-how-judge-by-point/#findComment-58530 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now