We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f1d807 commit 98e8b49Copy full SHA for 98e8b49
src/common/funcList/521_每日抽卡.ts
@@ -17,9 +17,10 @@ export class Func521 implements IFuncOrigin {
17
[left, 58, 21, 0xefd590],
18
[left, 48, 30, 0xf6e6a8],
19
[left, 60, 41, 0xedcf8b],
20
- [left, 140, 17, 0xb28956],
21
- [left, 150, 38, 0xb28956],
22
- [left, 178, 26, 0xb28956],
+ [left, 177, 36, 0xb18956],
+ [left, 200, 17, 0x2a2534],
+ [left, 265, 31, 0x593716],
23
+ [left, 179, 17, 0xb28956],
24
[left, 177, 36, 0xb18956],
25
]
26
],
@@ -186,6 +187,7 @@ export class Func521 implements IFuncOrigin {
186
187
let curCnt = 0;
188
const maxCount = 3;
189
while (thisScript.oper({
190
+ id: 518,
191
name: '检测_抽卡界面',
192
operator: [{ desc: thisOperator[0].desc }]
193
})) {
@@ -201,6 +203,7 @@ export class Func521 implements IFuncOrigin {
201
203
if (curCnt >= maxCount) {
202
204
thisScript.global.day_chouKa = false;
205
return thisScript.oper({
206
207
name: '返回庭院',
208
operator: [{ oper: thisOperator[0].oper }]
209
});
0 commit comments