Skip to content

Commit 565d696

Browse files
committed
fix/fish-new: 钓鱼优化,以及少量bug修复
调整FishNewGaming中wait freeze的target,原本的识别到了钓鱼黄指针的位置,导致钓鱼结束等待时间过长 暂时删去选中万能鱼饵的click,也无需处理可能出现的万能鱼饵界面 修改识别cursor与greenbar的roi,减少昼夜交替或天气变化误识别的可能性
1 parent 2dfd984 commit 565d696

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

assets/resource/base/pipeline/Fish/FishNew.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@
7878
},
7979
"pre_delay": 0,
8080
"post_wait_freezes": {
81+
"target": [
82+
0,
83+
0,
84+
0,
85+
0
86+
],
8187
"time": 1000,
8288
"timeout": 6000
8389
},
@@ -203,10 +209,6 @@
203209
"template": "Fish/FishGeneralBait.png"
204210
}
205211
},
206-
"action": "Click",
207-
"focus": {
208-
"Node.Action.Succeeded": "选择万能鱼饵"
209-
},
210212
"next": [
211213
"[JumpBack]FishNewBaitDetail",
212214
"FishNewUseBait",

assets/resource/base/pipeline/Fish/FishStatus.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"recognition": {
88
"type": "ColorMatch",
99
"param": {
10-
"roi": [395,33,500,35],
10+
"roi": [
11+
399,
12+
43,
13+
486,
14+
14
15+
],
1116
"method": 40,
1217
"lower": [
1318
78,
@@ -30,7 +35,12 @@
3035
"recognition": {
3136
"type": "ColorMatch",
3237
"param": {
33-
"roi": [395,33,500,35],
38+
"roi": [
39+
399,
40+
43,
41+
486,
42+
14
43+
],
3444
"method": 40,
3545
"lower": [
3646
24,

0 commit comments

Comments
 (0)