Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Error when withdrawing items from bank

Featured Replies

I am receiving this error in the log when my script attempts to withdraw an item from the bank:

Error in bot executor or from Error class (and not Exception)!
java.lang.AbstractMethodError: client.getConfigs1()[I
    at org.osbot.rs07.api.Configs.get(xf:27)
    at org.osbot.rs07.api.Bank.getItemCountForTab(li:77)
    at org.osbot.rs07.api.Bank.getItemsInTab(li:174)
    at org.osbot.rs07.api.Bank.getTabForItem(li:312)
    at org.osbot.rs07.api.Bank.withdraw(li:1045)
    at org.osbot.rs07.api.Bank.withdraw(li:1186)
    at BankNode.execute(BankNode.java:82)
    at main.onLoop(main.java:66)
    at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(zf:110)
    at java.lang.Thread.run(Thread.java:748)

this is the line in my BankNode code that is producing the error:

m.getBank().withdraw(i -> i != null && i.getName().contains("Stamina") && !(i.getName().contains("potion(1)")), 1);

however, if I remove this line the next line that withdraws an item produces the same error,

if anymore information is needed to help let me know, any help would be appreciated.

Edited by ryank645

The RS client just got updated, it seems like you are doning it correct. Just wait for an update for OSBot :) 

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.