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
  • BeeMan42069

    Members
    • Posts

      4
    • Joined

    • Last visited

    Contact Methods

    • Discord
      HappyChris#7126

    Recent Profile Visitors

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

    BeeMan42069's Achievements

    1. This is a documented issue, I've explored the forum more since posting and all threads recommend handling lumby banking through the script instead of API. Apparently upper lumbridge bank doesn't use Z coordinate, resulting in this error. The sleeping for 7 seconds helped w/ testing and debug. Your attitude and confidence in this thread is pretty enlightening, considering you sell multiple scripts with monthly subscription costs.
    2. The issue is that it will get "stuck" going between 1st and 2nd floor stairs while using the Bank.open API, which opens the walk API discussed in this thread.
    3. Was this topic ever resolved? I am having the same issue with code below: if (!Bank.isOpen()) { Bank.open(BankLocation.LUMBRIDGE); MethodProvider.sleepUntil(()->Bank.isOpen(),7000); } //walk and keep walking to bank until arrived
    ×
    ×
    • 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.