Skip to content

Commit

Permalink
fix: add a small wait when paying fee to butler
Browse files Browse the repository at this point in the history
  • Loading branch information
g-mason0 committed Jan 3, 2025
1 parent 0abca08 commit c0a17f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ private void butler() {

if (Rs2Dialogue.hasDialogueText("must render unto me the 10,000 coins that are due")) {
Rs2Dialogue.clickContinue();
Rs2Random.waitEx(1200, 300);
Rs2Dialogue.sleepUntilSelectAnOption();
Rs2Dialogue.keyPressForDialogueOption(1);
}
Expand Down

0 comments on commit c0a17f1

Please sign in to comment.