This commit is contained in:
parent
a20e497fb0
commit
b08b7d247d
1 changed files with 2 additions and 2 deletions
|
@ -63,13 +63,13 @@ class RogueSolver(SceneGraphSolver):
|
||||||
return
|
return
|
||||||
self.tap((1820, 540))
|
self.tap((1820, 540))
|
||||||
elif scene == Scene.ROGUE_RECRUIT_AGENT_SELECT:
|
elif scene == Scene.ROGUE_RECRUIT_AGENT_SELECT:
|
||||||
self.tap((1450, 1010))
|
self.ctap((1450, 1010), 3)
|
||||||
|
|
||||||
elif scene == Scene.ROGUE_ABANDON_RECRUIT:
|
elif scene == Scene.ROGUE_ABANDON_RECRUIT:
|
||||||
self.ctap("double_confirm/main", 2, x_rate=1)
|
self.ctap("double_confirm/main", 2, x_rate=1)
|
||||||
|
|
||||||
elif scene == Scene.ROGUE_RECRUIT_SELECT:
|
elif scene == Scene.ROGUE_RECRUIT_SELECT:
|
||||||
self.ctap((330, 870), 3)
|
self.tap((330, 870))
|
||||||
|
|
||||||
elif scene == Scene.ROGUE_MAIN:
|
elif scene == Scene.ROGUE_MAIN:
|
||||||
if config.conf.rogue.mode == 1 and detect_layer() != 1:
|
if config.conf.rogue.mode == 1 and detect_layer() != 1:
|
||||||
|
|
Loading…
Add table
Reference in a new issue