Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] scrollbar interaction doesn't work #153

Open
Bia10 opened this issue Mar 27, 2022 · 0 comments
Open

[BUG] scrollbar interaction doesn't work #153

Bia10 opened this issue Mar 27, 2022 · 0 comments
Assignees
Labels
bug Denotes that this a bug

Comments

@Bia10
Copy link
Contributor

Bia10 commented Mar 27, 2022

Describe the bug
image

Using bank to withdraw items only works when scrollbar doesn't need to be used.
Bot doesn't interact with scrollbar properly.

To Reproduce
Steps to reproduce the behavior:

  1. Attempt to withdraw items not on bank screen.

Expected behavior
Just scroll down.

Additional context
Likely to do with this:

if (!methods.interfaces.scrollTo(item, methods.interfaces.getComponent(GlobalWidgetInfo.BANK_SCROLLBAR)))
{
	return false;
}
@Bia10 Bia10 added the bug Denotes that this a bug label Mar 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Denotes that this a bug
Projects
None yet
Development

No branches or pull requests

2 participants