Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Bug Traversal.getDestination returning completely wrong Y Axis

Joined
Sep 30, 2015
Messages
86
Walking 3 titles over returns:

Code:
Coordinate(3410, 19417, 0)
Coordinate(3410, -6677, 0)

Walking to 3408, 3407 both on-screen, and off-screen from 10+ tiles away, returns:
Code:
Coordinate(3408, -20025, 0)

For whatever reason it also will only return null every other tile, even when attempting to walk 30+ tiles away.

@Arbiter @Cloud
 
Bump, wanted to do a prediction system for a bot to increase speed, but it relies on getDestination.
 
Top