Autoscout
This commit is contained in:
@@ -5,6 +5,7 @@ import keyboard
|
||||
WAIT4CLICK = 0.04
|
||||
|
||||
import aoe_commands
|
||||
import aoe_recognition
|
||||
|
||||
def assign_hotkeys():
|
||||
pyautogui.press(',')
|
||||
@@ -61,5 +62,8 @@ def run_start_routine():
|
||||
aoe_commands.order_peasants(4)
|
||||
assign_hotkeys()
|
||||
build_houses()
|
||||
xxa = aoe_recognition.initial_scout_trace()
|
||||
pyautogui.press('1')
|
||||
pyautogui.press('1')
|
||||
pyautogui.press('1')
|
||||
aoe_commands.follow_points(xxa)
|
||||
pyautogui.press('h')
|
||||
Reference in New Issue
Block a user