Releases: titandino/microbot
Releases · titandino/microbot
Release 2.5.2
fix(settings): disableWorldSwitcherConfirmation via search, not param0
The hardcoded \`param0(35)\` in disableWorldSwitcherConfirmation was
shifted by the March 2026 game update that turned the level-up pop-up
into a 3-option dropdown. Everything in the Warnings tab past that
setting moved, so the invoke silently toggled the wrong row (or
nothing) and the DisableWorldSwitcherConfirmationEvent blocking event
looped forever — re-opening the settings tab every tick because the
varbit never flipped.
Rewrite the method to use \`openSettingsSearch("world switcher
confirmation", "Toggle")\`, matching how disableLevelUpNotifications
already works. The search bar brings the target into viewport and
returns the actual clickable widget, so we invoke its own Toggle
action instead of guessing at an index.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>