Commit Graph

1177 Commits

Author SHA1 Message Date
cenfusheng
6a6a11c8ee fix: 修复特别关注干员的识别问题
先把膏药糊上,模型修了再删(
2023-08-12 23:00:36 +08:00
cenfusheng
d561e5860e fix: 修复干员煌的文字识别问题 2023-08-11 11:39:23 +08:00
cenfusheng
da8825504d fix: 修复临光的文字识别错误 2023-08-10 21:53:21 +08:00
筱竹聽雨
9e483a2f69 fix: 修复纯烬艾雅法拉识别 (#5791)
修复纯烬艾雅法拉识别
2023-08-03 09:39:50 +08:00
David
b67d21b842 refactor: from 9bdece8 Manual Stage navigation EN
The reason I had to do the first commit is because the "baseTask"
wasn't working properly, so I copied the inheritor,
and now it's working as intended.
2023-08-02 11:26:34 +02:00
筱竹聽雨
e494fe3d73 Update tasks.json
修复干员识别
2023-08-02 13:44:09 +08:00
uye
20faa49648 feat: 支持活动导航 2023-08-01 19:57:16 +08:00
MistEO
04f38f06ac feat: 新增萨米肉鸽4~5层部署策略 (#5725) 2023-08-01 17:34:13 +08:00
DuKong
64362ab893 feat: 新增萨米肉鸽4~5层部署策略 2023-07-30 19:41:29 +08:00
uye
6223d2aa2c fix: 主线导航识别问题 2023-07-30 17:12:08 +08:00
cenfusheng
4d04894ac0 Fix: 修复归溟幽灵鲨的识别问题 2023-07-30 09:40:30 +08:00
David
9bdece8efa fix: Manual stage navigation for EN (fix #4874)
I have no clue why having the StartButton1 in the two files
(official and YostarEN) does not work.
I've tried everything from Ascii, fullMatch, copying the entire task,
but nothing worked.
This was the only solution I found.
Also inverting "Start" with "开始行动"
won't make it work in one of the two servers.
I've tested in both and it seems to work properly.
2023-07-23 23:18:35 +02:00
DavidWang19
ad62300c5e feat: 适配了抗干扰指数为6时的节点进入 2023-07-18 09:50:19 +01:00
DavidWang19
c5adb838f3 fix: 修复不期而遇节点部分选项无法选中的问题 2023-07-18 09:04:56 +01:00
DavidWang19
ada0e83b67 fix: 修复了肉鸽掉线重连后死循环的问题 2023-07-18 05:10:53 +01:00
David
9affdfba21 fix: raised threshold for StageAnnihilation.png (#5234) 2023-07-17 16:16:45 +02:00
DavidWang19
d530a9fcf8 feat: 新增抗干扰指数为0时的运行逻辑 2023-07-17 11:40:50 +01:00
DavidWang19
a716ff74a3 feat: 修复萨米肉鸽部分问题,重构不期而遇插件识别部分 2023-07-17 05:53:51 +01:00
DavidWang19
bff0d2a693 feat: 提高树篱之途节点的识别阈值 2023-07-16 20:20:13 +01:00
DavidWang19
23a6f5e220 feat: 修复萨米肉鸽部分bug 2023-07-16 17:27:49 +01:00
SilverFox
6787dc939a 尝试修复萨米肉鸽卡杂货铺的问题 2023-07-16 20:15:11 +08:00
DavidWang19
961cf092f4 feat: 适配萨米肉鸽 (#5393) 2023-07-14 15:24:44 +01:00
DavidWang19
1f9e7781a3 feat: 结束肉鸽初步适配 2023-07-14 14:34:48 +01:00
DavidWang19
7dacf61121 update tasks.json 2023-07-14 14:23:36 +01:00
DavidWang19
c34774b1ea update tasks.json 2023-07-14 14:16:07 +01:00
DavidWang19
323a772e27 update tasks.json 2023-07-14 13:53:13 +01:00
DavidWang19
510ad46e32 update tasks.json 2023-07-14 13:51:42 +01:00
DavidWang19
7556a9d370 feat: 初步完成肉鸽适配 2023-07-14 13:46:05 +01:00
DavidWang19
c2281ac2b6 feat: 更新tasks.json 2023-07-14 13:21:15 +01:00
DavidWang19
50b8bcd758 feat: 适配萨米肉鸽 2023-07-14 09:29:17 +01:00
Hydrogina
554377358f feat: 自动关闭“检测到有未下载的语音资源”窗口 2023-07-14 09:12:38 +08:00
Kangjing "Chaser" Huang
651156429b fix: 点击技能启动按钮时,验证按钮已消失,防止卡死在子弹时间中 (#5374)
相关issue: #5373


为点击技能启动按钮的任务添加了检查启动按钮已消失的后续任务,这样在技能启动失败,界面仍处于选中干员的状态下时,可以重新尝试点击按钮。这一逻辑与其他类似确认操作已完成的逻辑一致,例如
[OFToOF-Chapter](https://github.com/MaaAssistantArknights/MaaAssistantArknights/blob/dev/resource/tasks.json#L1684)

此PR部分修复 #5373 以及其关联 issue,
可以防止该bug的触发将游戏状态卡死在子弹时间状态下,并通过反复尝试点击来让技能释放最终成功。但无法解决错误点击导致干员选择取消,从而跳过copolit设定的手动技能释放的情况。该bug仍需对识别和点击坐标的进一步调试。
2023-07-12 09:49:21 +08:00
KangJing Huang (Chaserhkj)
2acc5d1736 fix: 添加山的干员名字纠错规则 2023-07-11 10:08:42 -04:00
KangJing Huang (Chaserhkj)
4167a0f097 fix: add CloseEvent task for Phantom Roguelike 2023-07-10 08:59:47 -04:00
MistEO
746f4014ca fix: 回滚访问好友相关阈值
This reverts commit 42ed54da3b.
2023-07-06 09:59:10 +08:00
uye
42ed54da3b chore: VisitNextOcr 添加最大执行次数 2023-07-05 15:21:07 +08:00
MistEO
1dcd266609 fix: 修复自动编队超过10人时不选人的问题 2023-06-20 20:56:31 +08:00
MistEO
bd1fe1bdf0 chore: format json 2023-06-20 20:47:59 +08:00
MistEO
0e7b35d298 fix: 修复一些干员识别问题
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/5174
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/5188
fix https://github.com/MaaAssistantArknights/MaaAssistantArknights/issues/5206
2023-06-20 20:46:53 +08:00
uye
170501c0bf chore: 优化OF-1导航 2023-06-20 20:43:22 +08:00
uye
b167563576 fix: 修复OF-1导航问题
fix #5185
2023-06-20 20:39:42 +08:00
uye
9cb41b4807 fix: 修复LE导航问题 2023-06-20 16:54:27 +08:00
David
0655322743 fix: Fight Task Adverse Start YostarEN (#5196) 2023-06-19 23:36:26 +08:00
uye
461092df8e fix: 扩大roi范围,修复PlayCover无法开始唤醒 #5099 2023-06-13 15:53:18 +08:00
uye
b9f92fb3b4 feat: 空想花庭 活动导航支持 2023-06-08 19:27:16 +08:00
uye
b5e762bf09 fix: bool type error in tasks.json
fix #5080
2023-06-07 17:58:25 +08:00
uye
69455535f5 fix: 登录界面ocr错误 2023-06-04 19:40:19 +08:00
uye
e915d12c94 feat: 方舟新登录ui适配
fix #5050
2023-06-04 18:39:16 +08:00
David
64fb0dd418 Update tasks.json for BattleStarAdverse.png
Implementation of the new image for CN and EN
2023-06-01 10:28:28 +02:00
cenfusheng
f42084850b Fix: 修复干员夕的识别问题
修复干员夕的识别问题
2023-05-30 14:28:58 +08:00