mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-17 03:43:26 +08:00
修复OCR购买食材脚本中,寻找NPC重试不能成功的问题 (#1424)
This commit is contained in:
@@ -326,6 +326,7 @@ async function checkNpcAndFAlignment(npcName, fDialogueRo) {
|
||||
}
|
||||
|
||||
// 检查是否找到 F 图标
|
||||
ra = captureGameRegion();
|
||||
fRes = ra.find(fDialogueRo); // 重新查找 F 图标
|
||||
if (fRes.isExist()) {
|
||||
log.info("找到 F 图标");
|
||||
|
||||
Reference in New Issue
Block a user