I did some modifications now and it seems to be working fine.
Also now another minor problem When I use that path:
private final Position[] pathToHassan =
{
new Position(3275, 3169, 0),
new Position(3279, 3177, 0),
new Position(2388, 3180, 0),
new Position(3291, 3172, 0),
new Position(3292, 3167, 0)
};
Sometime the bot click a couple time at the same position for some weird reason.
I use this to go to a certain location:
localWalker.walkPath(pathToHassan);
Thanks a lot guys for helping me out so much!