Skip to content

Commit fb0afc4

Browse files
author
hgjazhgj
committed
v10.4.3
1 parent 894682b commit fb0afc4

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

FGO-py/fgoConst.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION='v10.4.2'
1+
VERSION='v10.4.3'
22
CONFIG={
33
'runOnce':'',
44
'device':'',

FGO-py/fgoDetect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def isMailDone(self):return self._watchMailDone.send(self)
107107
def isMainInterface(self):return self._compare(IMG.MENU,(1086,613,1280,700))
108108
def isMailListEnd(self):return self._isListEnd((937,679))
109109
def isNetworkError(self):return self._compare(IMG.NETWORKERROR,(798,544,879,584))
110-
def isNoFriend(self):return self._compare(IMG.NOFRIEND,(246,363,274,392))
110+
def isNoFriend(self):return self._compare(IMG.NOFRIEND,(245,362,274,392),.15)
111111
def isServantDead(self,pos,friend=None):return any((self._watchServantPortrait[pos].send(self),self._watchServantFriend[pos].send(self.isServantFriend(pos)if friend is None else friend)))
112112
def isServantFriend(self,pos):return self._compare(IMG.SUPPORT,(194+318*pos,388,284+318*pos,418))
113113
def isSkillCastFailed(self):return self._compare(IMG.SKILLERROR,(595,539,684,586))

FGO-py/fgoImage/nofriend.png

101 Bytes
Loading

readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,11 @@ Add:onepush
263263

264264
# 版本记录 Version Logs
265265

266+
## 2023/03/17 v10.4.3
267+
268+
Fix(?):nofriend
269+
似乎是背景纹理修改了
270+
266271
## 2023/03/01 v10.4.2
267272

268273
Opt:允许.作为sleep时间分隔符

0 commit comments

Comments
 (0)