Skip 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.

Banking bugs

Featured Replies

so if you try to withdraw more than 2 items, it will bug out and sometimes not even withdraw the second item at all, even though the first item has been withdrawn

 

sequence:

1. deposits all

2. withdraws first item (successfully)

3. deposits all again

4. withdraws first item again

so on and so on

if(bank.depositAll()) {
   if(bank.contains(items)) {
      if(script.widgets.getBank().withdraw("item", 14)) {
         //conditionalsleep
         if(script.widgets.getBank().withdraw("item2", 14)) {
             //conditionalsleep
         }
      }
   }
}

note i have also tried bank.withdraw and getBank().withdraw

  • Author

script.widgets.getBank() ?

look at the last line in my post xD.  i just copied it from a script i don't really use, but it doesn't work with bank or getBank()

From the sounds of it this line is returning false:

if(script.widgets.getBank().withdraw("item", 14)) {

I tried the same method and it's returning true for me. Can you try isolating the error some more?

  • Author

From the sounds of it this line is returning false:

if(script.widgets.getBank().withdraw("item", 14)) {

I tried the same method and it's returning true for me. Can you try isolating the error some more?

 

it doesn't happen every time, its completely random.  people have reported it in my script thread numerous times and i have seen it happen.  its seemingly random

it doesn't happen every time, its completely random.  people have reported it in my script thread numerous times and i have seen it happen.  its seemingly random

 

Sounds like lag; I'm going to slightly modify a conditional sleep. Please follow up on this thread on the new release in a few hours.

  • Author

Sounds like lag; I'm going to slightly modify a conditional sleep. Please follow up on this thread on the new release in a few hours.

 

was there no release or did i miss it

This is the only script that has an issue with banking, I also have a fletcher and it works just fine. My smither had an issue with banking due to being poorly written, once I re-wrote it, banking is now flawless again.

 

Re-write/improve logic. @Alek, resolved ^_^

Guest
This topic is now closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

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.