I'm just trying to mimic my own playstyle in my bot.
For one, I like to have pitch at 1.0. Which is the most top-down view. And it's really easy achieve this number with human hands as the camera is capped there. But when using Camera.passivelyTurnTo(1.0) or TurnTo(1.0) it ignores me and puts...
It tries to walk by clicking on the area circled in red. The click does not go through to the minimap, so it gets stuck in loop.
Just using this:
BresenhamPath.buildTo(area).step(true);
There is no way I would ever right click when doing like agility or clicking on monkfish spot. Also the bot sometimes misclicks the options in right click menu, which is human, I guess, but I'd rather not right click some things, ever.