Skip to content

Commit 712fc91

Browse files
authored
Merge pull request #88 from zzliux/hm_dev
fix: 优化508 逢魔首领boss检索逻辑,修复518邮箱取色
2 parents bfbd68c + 3f474d4 commit 712fc91

File tree

3 files changed

+24
-13
lines changed

3 files changed

+24
-13
lines changed

src/common/funcList/508_逢魔首领.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class Func508 implements IFuncOrigin {
8888
],
8989
oper: [
9090
[right, 1280, 720, 1120, 550, 1160, 587, 800], // 点击挑战
91-
[right, 1280, 720, 1141, 68, 1160, 89, 1000], // 点击关闭
91+
[right, 1280, 720, 1141, 68, 1160, 89, 2000], // 点击关闭
9292
],
9393
},
9494
{
@@ -270,6 +270,11 @@ export class Func508 implements IFuncOrigin {
270270
],
271271
}],
272272
});
273+
274+
thisScript.oper({
275+
name: '无法点击首领BOSS集结挑战,换一个首领_是否有寻找 逢魔·普通/极 按钮',
276+
operator: [thisOperator[thisConf && thisConf['switch_ji_enabled'] ? 9 : 0]], // 检测 是否有开启 逢魔·极
277+
})
273278
} else {
274279
sleep(1000);
275280
if (!thisScript.global.checked_yard_count) {

src/common/funcList/518_邮箱签到.ts

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,29 +54,32 @@ export class Func518 implements IFuncOrigin {
5454
// 5 检测_邮件弹窗_无全部领取
5555
desc: [1280, 720,
5656
[
57-
[left, 125, 603, 0x625247],
58-
[left, 134, 606, 0x4e3a2c],
59-
[center, 577, 83, 0x6e4a36],
57+
[center, 577, 83, 0x765139],
6058
[center, 603, 25, 0x494264],
61-
[right, 1220, 65, 0x353045],
62-
[center, 575, 85, 0x704c36],
63-
[center, 524, 655, 0xd5c8b7],
59+
[center, 575, 85, 0x78533b],
60+
[center, 497, 642, 0xd5c8b7],
61+
[right, 1138, 66, 0x383347],
62+
[left, 111, 602, 0x625247],
6463
]
6564
],
6665
oper: [
67-
[left, 1280, 720, 164, 612, 311, 641, 1200], // 点击全部已读
66+
[left, 1280, 720, 186, 608, 303, 637, 1200], // 点击全部已读
6867
[right, 1280, 720, 1159, 94, 1199, 131, 1200], // 点击关闭
6968
],
7069
},
7170
{
7271
// 6 检测_邮件弹窗_领取全部
7372
desc: [1280, 720,
7473
[
75-
[center, 594, 77, 0x6b4834],
76-
[left, 110, 65, 0x353045],
77-
[left, 124, 626, 0xc59770],
78-
[left, 54, 628, 0xebe4d5],
79-
[right, 1160, 633, 0xd4c8bd],
74+
[center, 577, 83, 0x765139],
75+
[center, 603, 25, 0x494264],
76+
[center, 575, 85, 0x78533b],
77+
[center, 497, 642, 0xd5c8b7],
78+
[right, 1138, 66, 0x383347],
79+
[left, 47, 622, 0xeee8d4],
80+
[left, 138, 617, 0xca9c73],
81+
[left, 69, 667, 0xdfd2c2],
82+
[left, 102, 673, 0xc59463],
8083
]
8184
],
8285
oper: [

src/common/version.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,9 @@ export const versionList = [{
14041404
}, {
14051405
version: '20251030_01',
14061406
desc: 'fix: 优化518 商店日常礼包,点击后等待1秒再点击确认;优化18 秘闻对话点击比色'
1407+
}, {
1408+
version: '20251139_01',
1409+
desc: 'fix: 优化508 逢魔首领boss检索逻辑,修复518邮箱取色'
14071410
}];
14081411

14091412
export default versionList[versionList.length - 1].version;

0 commit comments

Comments
 (0)