Welcome!

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

Sign up now!
  1. G

    Unable to set yaw/pitch to exact value?

    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...
  2. G

    Resolved Missclicks minimap

    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);
  3. G

    How to always interact with left click?

    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.
Top