Fix Construction 2 butler handling - #523
Open
FibbyBibby wants to merge 1 commit into
Open
Conversation
FibbyBibby
force-pushed
the
fix-construction-butler
branch
from
August 8, 2026 18:30
f1fd4e4 to
011b9d6
Compare
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.
Summary
Fixes servant handling issues in Construction 2 that could cause the script to become stuck or significantly reduce XP/hr.
The initial issue occurred when the script needed to call the servant. It would open the House Options tab and hover over the Call Servant button, but would always fail to actually click it. This prevented the construction cycle from continuing correctly and could cause the script to stall, resulting in XP/hr rates being cut roughly in half.
While fixing the initial Call Servant issue, additional problems were found with the servant's bank-trip handling. The script could repeatedly attempt to call the servant while he was away at the bank, or fail to properly handle him when he returned with planks.
Changes
Testing
.\gradlew buildcompleted successfully.