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.

bank#enableMode has no effect [2.4.53]

Featured Replies

1. OSBot Version (do NOT put "current version", be specific)
 
2.4.53
 
2. A description of the issue. Include relevant logs.
 
When using bank.enableMode, it will not actually set the bank mode to withdraw_note by clicking the widget, it will only actually (i assume) set a local value of bank.getBankMode to withdraw_note. So nothing happens.
 

if (!getBank().getWithdrawMode().equals(BankMode.WITHDRAW_NOTE)) {
getBank().enableMode(BankMode.WITHDRAW_NOTE);
return;
}
log("Bank mode is now: " + getBank().getWithdrawMode().toString());

 
[iNFO][bot #1][04/28 06:23:51 PM]: Bank mode is now: WITHDRAW_NOTE
 
3. Are you receiving any errors in the client canvas or the logger? 
 
no errors
 
4. How can you replicate the issue?
 
follow the above code, and just print out the value of bank mode. Set the bank mode first, then print it.
 
5. Has this issue persisted through multiple versions? If so, how far back?
 

N/a

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.