From 003771bc8224991e498071ded5420cece1f5a8e8 Mon Sep 17 00:00:00 2001 From: Kyouka Date: Sun, 3 Nov 2024 13:42:04 +0800 Subject: [PATCH] fix --- DoroHelper.ahk | 11 ++++++++--- README.md | 4 ++++ 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/DoroHelper.ahk b/DoroHelper.ahk index ab081fe..11d25c5 100644 --- a/DoroHelper.ahk +++ b/DoroHelper.ahk @@ -18,7 +18,7 @@ stdScreenH := 2160 waitTolerance := 50 colorTolerance := 15 -currentVersion := "v0.1.13" +currentVersion := "v0.1.14" usr := "kyokakawaii" repo := "DoroHelper" @@ -387,6 +387,10 @@ OutpostDefence() MsgBox "前哨基地防御异常!" ExitApp } + if A_Index > 10 { + BackToHall() + goto Start + } } } @@ -2483,9 +2487,10 @@ MissionFailed() { stdCkptX := [2306, 1920, 1590, 1560] stdCkptY := [702, 1485, 1489, 1473] - desiredColor := ["0xB71013", "0xE9E9E7", "0x161515", "0xE9E9E7"] + desiredColor1 := ["0xB71013", "0xE9E9E7", "0x161515", "0xE9E9E7"] + desiredColor2 := ["0xAD080B", "0xE9E9E7", "0x161515", "0xE9E9E7"] - if UserCheckColor(stdCkptX, stdCkptY, desiredColor, scrRatio) + if UserCheckColor(stdCkptX, stdCkptY, desiredColor1, scrRatio) or UserCheckColor(stdCkptX, stdCkptY, desiredColor2, scrRatio) return true else return false diff --git a/README.md b/README.md index 0fb613c..bf59f02 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# 免责声明 + +本项目仅供个人学习研究使用,严禁用于其他用途,请于24小时内删除。其他任何网站中有关本项目的任何宣传介绍等相关内容**均非本人发布**,若造成侵犯著作权、版权,违反网络安全法规等任何后果,均与本人无关。 + # 前言 PC端自用日常任务清理助手:DoroHelper。支持国际服和港澳台服客户端。支持多开。