feat(sailing): automate Tempor Tantrum rum transfers - #546
Merged
chsami merged 4 commits intoAug 28, 2026
Conversation
Owner
|
Maintainer follow-up pushed: the scheduled TrialsScript path now reads the current client tick through the client thread before deciding whether to issue a navigation command. This keeps the new rum-interaction suppression check inside the existing client-thread boundary. Validation: git diff --check and ./gradlew build -PpluginList=MSailingPlugin --no-daemon both passed against Microbot 2.6.20. Fresh PR CI is now required on the new head. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem:
Barracuda Trials Auto Navigate requires manual rum collection and delivery. A successful rum transfer changes the boat course. The route controller can then turn toward route points that the boat already passed.
Solution:
The controller issues one rum action at each Barracuda boat and waits for the HUD rum state before a retry. It skips a course command in the same tick. It advances only through forward route segments that the boat passed.
Additional notes:
An end user reported that the final test build worked without route or rum errors. Action breaks remain outside this change.
TrialsScriptTest passed as a direct main-class check.
./gradlew clean build -PpluginList=MSailingPlugin -PmicrobotClientVersion=latest passed with Microbot client 2.6.20.
Bump version from 2.2.56 to 2.2.57