- Joined
- Sep 30, 2015
- Messages
- 86
- Thread Author
- #1
Walking 3 titles over returns:
Walking to 3408, 3407 both on-screen, and off-screen from 10+ tiles away, returns:
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.
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.