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

    Running RuneMate on Google Cloud (free)

    Any way to make my PC a proxy for this cloud PC, so my IP would effectively remain the same?
  3. 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);
  4. G

    Resolved Bot doesn't run to specific Area

    This got fixed with the update yesterday.
  5. G

    How to always interact with left click?

    Nope, just hovers it. But thanks, I guess Ill use click()
  6. 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.
  7. G

    Resolved Bot doesn't run to specific Area

    So it's not just me? Trying to write my first script here, but it just won't move when told to. public static Area bankArea = new Area.Polygonal( new Coordinate(2331, 3691, 0), new Coordinate(2331, 3687, 0), new Coordinate(2328, 3687, 0), new Coordinate(2328, 3691, 0) )...
Top