Jump to content

Error when withdrawing items from bank


ryank645

Recommended Posts

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
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...