Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BOSS被第一舰队挡住就无法识别 #18

Open
ghost opened this issue Jul 15, 2020 · 3 comments
Open

BOSS被第一舰队挡住就无法识别 #18

ghost opened this issue Jul 15, 2020 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 15, 2020

MuMu20200715181010

@ghost
Copy link
Author

ghost commented Jul 15, 2020

StageFight.py第137行到第144行持续点击右下角和回到stage列表页面的代码应该交换顺序,否则有时会一直进入演习界面

    # 回到 stage列表页面 或 敌人列表页面 也说明战斗已经结束
    if adb.check('temp_images/page/in-stage.png',  # stage列表
                 'temp_images/page/in-enemy.png',  # enemy列表
                 'temp_images/page/in-daily.png'):  # 日常任务结束后的界面
        fight_result = True
        break
    # 持续点击右下角
    ending_loc.click()

@Akagilnc
Copy link

Akagilnc commented Mar 7, 2021

StageFight.py第137行到第144行持续点击右下角和回到stage列表页面的代码应该交换顺序,否则有时会一直进入演习界面

    # 回到 stage列表页面 或 敌人列表页面 也说明战斗已经结束
    if adb.check('temp_images/page/in-stage.png',  # stage列表
                 'temp_images/page/in-enemy.png',  # enemy列表
                 'temp_images/page/in-daily.png'):  # 日常任务结束后的界面
        fight_result = True
        break
    # 持续点击右下角
    ending_loc.click()

今天使用已经发现了。我手动改了这一段

@Akagilnc
Copy link

Akagilnc commented Mar 7, 2021

不知道提个PR作者有没有时间通过哈哈哈

@Akagilnc Akagilnc mentioned this issue Mar 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant