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] walking.setRun() needs updating #235

Open
phargob opened this issue Sep 2, 2022 · 1 comment
Open

[BUG] walking.setRun() needs updating #235

phargob opened this issue Sep 2, 2022 · 1 comment
Assignees
Labels
bug Denotes that this a bug

Comments

@phargob
Copy link
Contributor

phargob commented Sep 2, 2022

Describe the bug
walking.setRun() is not working

Expected behavior
Should be able to toggle running/walking.

Additional context
I tracked down the issue to:
methods.interfaces.getComponent(GlobalWidgetInfo.MINIMAP_RUN_ORB)
we need to update MINIMAP_RUN_ORB I guess.

For instance this works:
ctx.interfaces.getComponent(WidgetIndices.Minimap.GROUP_INDEX, 27).doClick()

@phargob phargob added the bug Denotes that this a bug label Sep 2, 2022
@phargob phargob changed the title [BUG] [BUG] walking.setRun() needs updating Sep 2, 2022
@GigiaJ
Copy link
Collaborator

GigiaJ commented Sep 5, 2022

Yeah. A lot of the Widget changes Bia made are going to break over time....

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