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.

Bank scrolling broken

Featured Replies

None of the questions from the report template are really relevant here.. so..

 

Description:

Banking uses a scroll button mouse-event to scroll in the bank. Mirror mode does not pick this event up, so it gets stuck scrolling.

 

Can this be fixed already? Was reported ages ago

None of the questions from the report template are really relevant here.. so..

 

Description:

Banking uses a scroll button mouse-event to scroll in the bank. Mirror mode does not pick this event up, so it gets stuck scrolling.

 

Can this be fixed already? Was reported ages ago

 

I also experience this, also doesn't scroll with world hopping. (Only in mirror mode)

I have had the same experience, 

 

clickToSlot works occasionally for me on mirror mode, but gets stuck more often than not.

Edited by SkylerSel

I have had the same experience, 

 

clickToSlot works occasionally for me on mirror mode, but gets stuck more often than not.

 

API says that clickToSlot has a 1/6 chance to not use mouse wheel.

API says that clickToSlot has a 1/6 chance to not use mouse wheel.

 

Thats scrollToSlot not clickToSlot:

 

  • clickToSlot public void clickToSlot(int slot,

    int absoluteSlot)

    Scrolls to the specified slot by clicking the scroll arrow buttons
    Parameters: slot - slotToScrollTo

 

  • scrollToSlot public void scrollToSlot(int slot,

    boolean forceMouseScroll,

    int absoluteSlot)

    Scrolls to the specified slot either by scrolling the mouse or clicking the scroll arrow buttons, randomized with 5/6 chance of mouse scrolling. THIS IS RECOMMENDED METHOD
    Parameters: slot - The slot to scroll to. forceMouseScroll - If true the method will be forced to scroll using the mouse scroll wheel instead of randomizing usage of the scroll button and the arrow marker buttons.

Edited by SkylerSel

 

Thats scrollToSlot not clickToSlot:

 

  • clickToSlot public void clickToSlot(int slot,

    int absoluteSlot)

    Scrolls to the specified slot by clicking the scroll arrow buttons
    Parameters: slot - slotToScrollTo

 

  • scrollToSlot public void scrollToSlot(int slot,

    boolean forceMouseScroll,

    int absoluteSlot)

    Scrolls to the specified slot either by scrolling the mouse or clicking the scroll arrow buttons, randomized with 5/6 chance of mouse scrolling. THIS IS RECOMMENDED METHOD
    Parameters: slot - The slot to scroll to. forceMouseScroll - If true the method will be forced to scroll using the mouse scroll wheel instead of randomizing usage of the scroll button and the arrow marker buttons.

 

 

clickToSlot is likely just a handler for scrollToSlot + interact.

A similar issue (probably caused by same problem of tab, scroll wheel and spacebar not being registered) arises when using 

 

keyboard.typeString(String s);

 

where s has a space in it eg:

 

String s = "hello hello";

 

the script will type

 

"hellohello" because space cannot be pressed 

 

apa

  • 3 weeks later...
Guest
This topic is now closed to further replies.

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.