Skip to content

Commit

Permalink
Update click coordinates for improved interaction accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
Pazdikan committed Jan 19, 2025
1 parent 274ccb9 commit dafac64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/core/brain.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ def loop():
if any("CONTINUE" in string for string in ocr):
time_in_game = time() - data.game_started_at

pyautogui.click(x=467, y=899)
pyautogui.click(x=467, y=899)
pyautogui.click(x=467, y=899)
pyautogui.click(x=472, y=899)
pyautogui.click(x=472, y=899)
pyautogui.click(x=472, y=899)

sleep(15)
current_xp = data.ss.take_and_read_xp_screenshot()
Expand Down

0 comments on commit dafac64

Please sign in to comment.