Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • FooBar

    Members
    • Posts

      5
    • Joined

    • Last visited

    Recent Profile Visitors

    The recent visitors block is disabled and is not being shown to other users.

    FooBar's Achievements

    1. Hmm, that's strange. I was getting an error calling getRandomTile() on GEBank and had to add the getArea() to it
    2. Forgive me If I'm wrong, I'm still very new here. But I think there's a problem with walkToGE() getWalking().walk(GEBank.getRandomTile()); //Randomizes point of arrival at the GEBank Shouldn't it be this?: // Cannot call getRandomTile() on GEBank getWalking().walk(GEBank.getArea().getRandomTile()); //Randomizes point of arrival at the GEBank I think you're also missing a closing paren in the if condition.
    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.