You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
The text was updated successfully, but these errors were encountered:
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()
The text was updated successfully, but these errors were encountered: