Skip to content

Commit 8775487

Browse files
committed
修复每周蓝票分享,寮商店不购买,商店位置错位
1 parent 72c2ac4 commit 8775487

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

src/common/funcList/1100_每周分享蓝票.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ export class Func1100 implements IFuncOrigin {
4040
desc: [
4141
1280, 720,
4242
[
43-
[right, 1128, 642, 0xdaccb0],
4443
[right, 1154, 647, 0xd6cab8],
4544
[right, 1163, 637, 0xc6925d],
4645
[right, 1182, 622, 0xbf544f],

src/common/funcList/1101_寮商店.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,13 @@ export class Func1101 implements IFuncOrigin {
406406
thisScript.keepScreen(false);
407407
}
408408
} else if (thisScript.global.MT_liaoShop === 'back') { // 完成
409+
if (thisScript.oper({
410+
id: 1101,
411+
name: '寮商店_购买',
412+
operator: [thisOperator[15], thisOperator[16], thisOperator[17], thisOperator[18]]
413+
})) {
414+
return true;
415+
}
409416
if (thisScript.oper({
410417
id: 1101,
411418
name: '寮商店_返回',

src/common/funcList/1102_每周商店购买.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ export class Func1102 implements IFuncOrigin {
398398
]
399399
],
400400
oper: [
401-
[center, 1280, 720, 1192, 287, 1225, 340, 1000],
401+
[center, 1280, 720, 1194, 309, 1224, 353, 1000],
402402
]
403403
}, { // 20 友情内_白蛋
404404
desc: [
@@ -450,7 +450,7 @@ export class Func1102 implements IFuncOrigin {
450450
]
451451
],
452452
oper: [
453-
[center, 1280, 720, 1186, 377, 1226, 430, 1000],
453+
[center, 1280, 720, 1192, 408, 1230, 455, 1000],
454454
]
455455
}, { // 24 杂货铺_勋章内
456456
desc: [
@@ -585,7 +585,7 @@ export class Func1102 implements IFuncOrigin {
585585
]
586586
],
587587
oper: [
588-
[center, 1280, 720, 1187, 471, 1228, 524, 1000],
588+
[center, 1280, 720, 1191, 510, 1230, 556, 1000],
589589
]
590590
}, { // 34 杂货铺_蓝票
591591
desc: [

0 commit comments

Comments
 (0)