Skip to content

Commit

Permalink
increased wait time after sell all
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomelyr committed Dec 20, 2017
1 parent 872f249 commit dc201f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions AutoICBING.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ OpenBoxInLowestRes(hwnd, KeepHasPrio) {
Sleep 400

Click, 570 780 ; Click "Sell All" button
Sleep 150 ; Wait for the game to register the last click
Sleep 400 ; Wait for the game to register the last click
}

; Main work for 1360x768
Expand Down Expand Up @@ -192,7 +192,7 @@ OpenBoxInLowRes(hwnd, KeepHasPrio) {
Sleep 400

Click, 600 670 ; Click "Sell All" button
Sleep 150 ; Wait for the game to register the last click
Sleep 400 ; Wait for the game to register the last click
}

; Main work for 1600x900
Expand Down Expand Up @@ -222,5 +222,5 @@ OpenBoxInHiRes(hwnd, KeepHasPrio) {
Sleep 400

Click, 750 780 ; Click "Sell All" button
Sleep 150 ; Wait for the game to register the last click
Sleep 400 ; Wait for the game to register the last click
}

0 comments on commit dc201f0

Please sign in to comment.