Not fully working. When on House on the Hills and you wanna walk to Mush Meadow, it's not gonna work. Also on like it's can't find coordinates.
Since it's just a small part I'd suggest https://explv.github.io/?centreX=3668¢reY=3841¢reZ=0&zoom=9 and create an path
public static List<Position> BIRDHOUSE_3_TO_4_PATH = new ArrayList<>();
static {
BIRDHOUSE_3_TO_4_PATH.add(new Position(3677, 3877, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3678, 3871, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3867, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3865, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3860, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3679, 3856, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3680, 3853, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3848, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3682, 3845, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3683, 3840, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3683, 3837, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3682, 3833, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3830, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3826, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3823, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3681, 3819, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3680, 3816, 0));
BIRDHOUSE_3_TO_4_PATH.add(new Position(3680, 3814, 0));
}
getWalking().walkPath(BIRDHOUSE_3_TO_4_PATH);