Explorar el Código

bugfix Assist Duel

Neccor hace 4 años
padre
commit
f6a964ef32
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      main.py

+ 2
- 1
main.py Ver fichero

@@ -68,10 +68,11 @@ def autoduelloop(eol):
68 68
 			break
69 69
 
70 70
 		# Assist Duel
71
-		trsbox = find("trsbox.png")
71
+		assist = find("assistduel.png")
72 72
 		if assist != None:
73 73
 			pyautogui.click((assist[0], assist[1]))
74 74
 			break
75
+		trsbox = find("trsbox.png")
75 76
 		if trsbox != None:
76 77
 			pyautogui.scroll(-4000, pause=1)
77 78
 			pyautogui.scroll(-4000, pause=1)

Loading…
Cancelar
Guardar