Esempio n. 1
0
def find_lastpage():
    return find_match(screen_cap.screen_img_np(), 'lastpage', 0 + 1)
Esempio n. 2
0
def find_nextpage():
    return find_match(screen_cap.screen_img_np(), 'nextpage', 0 + 1)
Esempio n. 3
0
def find_rod(threshold):
    return find_match(screen_cap.screen_img_np(), 'rod', 1 + 1, threshold)
Esempio n. 4
0
def find_bait(threshold):
    return find_match(screen_cap.screen_img_np(), 'bait', 1 + 1, threshold)
Esempio n. 5
0
def find_shell(threshold):
    return find_match(screen_cap.screen_img_np(), 'shell', 3 + 1, threshold)
Esempio n. 6
0
def find_rubbish():
    return find_match(screen_cap.screen_img_np(), 'rubbish', 6 + 1)
Esempio n. 7
0
def find_loud():
    return find_match(screen_cap.screen_img_np(), 'loud', 10 + 1)
Esempio n. 8
0
def find_feather():
    return find_match(screen_cap.screen_img_np(), 'feather', 2 + 1)
Esempio n. 9
0
def find_float():
    return find_match(screen_cap.screen_img_np(), 'float', 6 + 1)
Esempio n. 10
0
def find_button_yes(threshold):
    return find_match(screen_cap.screen_img_np(), 'buttonyes', 1 + 1,
                      threshold)
Esempio n. 11
0
def find_role():
    return find_match(screen_cap.screen_img_np(), 'role', 0 + 1)
Esempio n. 12
0
def find_role_select_button():
    return find_match(screen_cap.screen_img_np(), 'role_select_button', 1 + 1)
Esempio n. 13
0
def find_npc():
    return find_match(screen_cap.screen_img_np(), 'npc', 0 + 1)