Skip to content

Commit 890ffba

Browse files
Update autopick_V2.py to version 2.1
1 parent c221092 commit 890ffba

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

autopick_V2.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# Permission is hereby granted, free of charge, to use and distribute this software
44
# provided that this notice remains in all copies.
55

6+
#AUTOPICK VERSION 2.1 - MapleSyrupLover
7+
68
import time
79
import ctypes
810
import pyautogui
@@ -20,8 +22,8 @@
2022
NEAR_WHITE_THRESHOLD = 245
2123

2224
# coordinates
23-
SAFE_3_COORDS = [(825, 552), (960, 561), (1095, 552)]
24-
SAFE_2_COORDS = [(890, 552), (1025, 561)]
25+
SAFE_3_COORDS = [(825, 552), (960, 551), (1095, 552)]
26+
SAFE_2_COORDS = [(890, 552), (1025, 551)]
2527
SAFE_1_COORDS = [(960, 552)]
2628

2729
# keybinds
@@ -185,4 +187,4 @@ def main_loop():
185187
print("Stopped by user.")
186188

187189
if __name__ == "__main__":
188-
main_loop()
190+
main_loop()

0 commit comments

Comments
 (0)