Coder Social home page Coder Social logo

Comments (13)

cs10108 avatar cs10108 commented on August 16, 2024 1

额,难道不是因为活动主界面没有显示石油么,它连进入准备战斗界面的操作都没有,怎么会检测石油数量,先进入准备战斗界面再检测石油应该就可以了

選擇好難度後按開始會有隊伍準備ui
他已經是在隊伍界面作檢測 正正是這ui ocr不準確出錯
也有時候戰鬥完還不檢測直接開始下一輪

from azurlaneautoscript.

clarkgap avatar clarkgap commented on August 16, 2024 1

活动马上就结束了,提供一个临时解决方案吧,用文本编辑器打开AzurLaneAutoScript\module\coalition\coalition.py,然后找到:
if self.get_oil() < max(500, self.config.StopCondition_OilLimit):
这一行,限定了燃料最小值为500,而OCR检测经常会识别成一百多燃料产于,把这一行改成:
if self.get_oil() < 10:
这样启动后就不会因为燃料不足停下来了。

from azurlaneautoscript.

GodofTheFallen avatar GodofTheFallen commented on August 16, 2024

MuMu12-20240628-222108
补充类似截图

from azurlaneautoscript.

cs10108 avatar cs10108 commented on August 16, 2024

MuMu12-20240628-222108 补充类似截图

補充了

from azurlaneautoscript.

eeeeeunjung avatar eeeeeunjung commented on August 16, 2024

我是2234放在最后边,2234骑着马太高了,挡着石头了,完全开始不了,一直说找不到oil icon

from azurlaneautoscript.

cheyueyin avatar cheyueyin commented on August 16, 2024

额,难道不是因为活动主界面没有显示石油么,它连进入准备战斗界面的操作都没有,怎么会检测石油数量,先进入准备战斗界面再检测石油应该就可以了

from azurlaneautoscript.

Dr-NaCl avatar Dr-NaCl commented on August 16, 2024

我这边也出了这个问题,就是计算下次出击时间前获取当前石油,不知道为什么一万多的油检测为1000,然后隔几个小时才打下一次

from azurlaneautoscript.

YancyGuo avatar YancyGuo commented on August 16, 2024

同样出现了这个问题,mark

from azurlaneautoscript.

mysir-lin avatar mysir-lin commented on August 16, 2024

好多次被推迟任务,刚才看了眼日志,发现14152石油被识别成了1415,石油不足推迟了

from azurlaneautoscript.

1289183863 avatar 1289183863 commented on August 16, 2024

我也出现了这个问题,换一个舰装没有那么炫的在上右三位置就可以解决了

from azurlaneautoscript.

Dr-NaCl avatar Dr-NaCl commented on August 16, 2024

我也出现了这个问题,换一个舰装没有那么炫的在上右三位置就可以解决了

错误的,我低耗根本没有炫酷舰装这问题照样出

from azurlaneautoscript.

1289183863 avatar 1289183863 commented on August 16, 2024

那可能我们出现的问题原因不一样,抱歉我也没有什么好办法。等大佬们更新吧。

我也出现了这个问题,换一个舰装没有那么炫的在上右三位置就可以解决了

错误的,我低耗根本没有炫酷舰装这问题照样出

from azurlaneautoscript.

kmdj930213 avatar kmdj930213 commented on August 16, 2024

我这里可以复现这个bug。只有童心学院的SP和童心学院活动图两项有这个问题...

from azurlaneautoscript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.