feat.适配美服领取任务奖励(已测试)& fix.修复领取奖励任务死循环的问题

This commit is contained in:
zhangweijian97
2022-06-18 18:20:35 +08:00
parent a5c10fd5cc
commit 4ccc83f84c
7 changed files with 59 additions and 1 deletions

View File

@@ -369,5 +369,62 @@
650
],
"rearDelay": 1000
},
"Award": {
"template": "Task.png",
"action": "ClickSelf",
"roi": [
650,
500,
250,
170
],
"next": [
"ReceiveAward",
"DailyTask",
"WeeklyTask",
"Award"
]
},
"AwardFinished": {
"action": "Stop",
"roi": [
400,
0,
880,
150
],
"maskRange": [
1,
255
]
},
"DailyTask": {
"action": "ClickSelf",
"cache": false,
"roi": [
400,
0,
880,
150
],
"next": [
"ReceiveAward",
"WeeklyTask"
]
},
"WeeklyTask": {
"action": "ClickSelf",
"cache": false,
"roi": [
400,
0,
880,
150
],
"next": [
"ReceiveAward",
"Stop"
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

@@ -2178,7 +2178,8 @@
"WeeklyTask",
"AwardFinished",
"CloseTaskAwardDouble"
]
],
"max_times": 10
},
"AwardFinished": {
"action": "Stop",