예제 #1
0
def click_goto_fb(team_mode):
    if team_mode == 1:
        print("click zudui")
        return gc.click_pic("teamatdoor")
    else:
        print("click tansuo")
        return gc.click_pic("exploreratdoor")
예제 #2
0
def click_pve_cost():
    return gc.click_pic("pvecost")
예제 #3
0
def click_enemy():
    return gc.click_pic("enemy")
예제 #4
0
def click_boss():
    return gc.click_pic("boss")
예제 #5
0
def click_box():
    return gc.click_pic("box")
예제 #6
0
def click_section(section_num):
    return gc.click_pic("section%s" % section_num)
예제 #7
0
def click_section17():
    return gc.click_pic("section17")
예제 #8
0
def click_lose_window():
    return gc.click_pic("losewindow")
예제 #9
0
def click_readyforfight():
    return gc.click_pic("readyforfight")
예제 #10
0
def click_level0():
    return gc.click_pic("level0")
예제 #11
0
def click_union_break():
    return gc.click_pic("unioninbreak")
예제 #12
0
def click_enchantment_break():
    return gc.click_pic("enchantmentbreak")
예제 #13
0
def click_open_box():
    return gc.click_pic("pvecost")