예제 #1
0
파일: game.py 프로젝트: SoraYama/kauto
def port_open_panel_expedition():
    print("port_open_panel_expedition")
    random_click(Point(161, 211), Point(238, 298))
    random_sleep(1)
    random_click(Point(594, 140), Point(765, 300))
    wait("/kcsapi/api_get_member/mission")
    random_sleep(1.2)   # 动画时间
예제 #2
0
파일: game.py 프로젝트: yukixz/kauto
def port_open_panel_expedition():
    random_sleep(1)
    port_open_main_sortie()
    print("port_open_panel_expedition")
    random_click(Point(594, 170), Point(750, 340))
    wait("/kcsapi/api_get_member/mission")
    random_sleep(2.2)  # 动画时间
예제 #3
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_map_5():
    random_click(Point(352, 422), Point(387, 450))
예제 #4
0
파일: game.py 프로젝트: yukixz/kauto
def expedition_select_fleet_3():
    random_click(Point(418, 140), Point(428, 150))
예제 #5
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_map_4():
    random_click(Point(290, 422), Point(326, 450))
예제 #6
0
파일: game.py 프로젝트: yukixz/kauto
def expedition_confirm_1():
    print("expedition_confirm_1")
    random_click(Point(642, 472), Point(685, 490))
    random_sleep(0.6)
예제 #7
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_confirm_1():
    print("expedition_confirm_1")
    random_click(Point(642, 432), Point(712, 456))
    random_sleep(0.6)
예제 #8
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_3():
    random_click(Point(265, 224), Point(410, 246))
예제 #9
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_5():
    random_click(Point(265, 283), Point(410, 306))
예제 #10
0
파일: game.py 프로젝트: SoraYama/kauto
def combat_formation_combined_forward():
    print("combat_formation_combined_forward")
    random_click(Point(602, 187-22), Point(728, 208-22))
예제 #11
0
파일: game.py 프로젝트: SoraYama/kauto
def combat_formation_combined_ring():
    print("combat_formation_combined_ring")
    random_click(Point(435, 324-22), Point(563, 345-22))
예제 #12
0
파일: game.py 프로젝트: SoraYama/kauto
def sortie_select_area_ex():
    random_click(Point(670, 450-22), Point(750, 480-22))
예제 #13
0
파일: game.py 프로젝트: SoraYama/kauto
def combat_formation_combined_antisub():
    print("combat_formation_combined_antisub")
    random_click(Point(435, 187-22), Point(563, 208-22))
예제 #14
0
파일: game.py 프로젝트: SoraYama/kauto
def supply_select_fleet_4():
    random_click(Point(234, 114), Point(242, 124))
예제 #15
0
파일: game.py 프로젝트: SoraYama/kauto
def supply_select_fleet_3():
    random_click(Point(204, 114), Point(212, 124))
예제 #16
0
파일: game.py 프로젝트: SoraYama/kauto
def supply_select_fleet_2():
    random_click(Point(174, 114), Point(182, 124))
예제 #17
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_1():
    random_click(Point(265, 164), Point(410, 186))
예제 #18
0
파일: game.py 프로젝트: SoraYama/kauto
def combat_formation_combined_battle():
    print("combat_formation_combined_battle")
    random_click(Point(602, 324-22), Point(728, 345-22))
예제 #19
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_2():
    random_click(Point(265, 193), Point(410, 215))
예제 #20
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_7():
    random_click(Point(265, 344), Point(410, 367))
예제 #21
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_4():
    random_click(Point(265, 253), Point(410, 275))
예제 #22
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_fleet_3():
    random_click(Point(418, 112), Point(428, 124))
예제 #23
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_6():
    random_click(Point(265, 313), Point(410, 336))
예제 #24
0
파일: game.py 프로젝트: yukixz/kauto
def expedition_select_fleet_4():
    random_click(Point(448, 140), Point(460, 150))
예제 #25
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_mission_8():
    random_click(Point(265, 373), Point(410, 396))
예제 #26
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_map_1():
    random_click(Point(119, 422), Point(156, 450))
예제 #27
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_fleet_4():
    random_click(Point(448, 112), Point(460, 124))
예제 #28
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_map_2():
    random_click(Point(178, 422), Point(216, 450))
예제 #29
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_confirm_2():
    print("expedition_confirm_2")
    random_click(Point(579, 432), Point(694, 456))
    request = wait("/kcsapi/api_get_member/deck")
    random_sleep(5)
    return request
예제 #30
0
파일: game.py 프로젝트: SoraYama/kauto
def expedition_select_map_3():
    random_click(Point(240, 422), Point(274, 450))