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()