This commit is contained in:
Kyouka 2024-11-03 13:42:04 +08:00
parent 9637aa5108
commit 003771bc82
2 changed files with 12 additions and 3 deletions

View File

@ -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

View File

@ -1,3 +1,7 @@
# 免责声明
本项目仅供个人学习研究使用严禁用于其他用途请于24小时内删除。其他任何网站中有关本项目的任何宣传介绍等相关内容**均非本人发布**,若造成侵犯著作权、版权,违反网络安全法规等任何后果,均与本人无关。
# 前言
PC端自用日常任务清理助手DoroHelper。支持国际服和港澳台服客户端。支持多开。