mirror of
https://github.com/babalae/bettergi-scripts-list.git
synced 2026-03-16 03:33:25 +08:00
雙倍好感腳本會點擊好友查看千星奇遇資料而非申請造訪塵歌壺 (#2375)
This commit is contained in:
@@ -380,7 +380,7 @@ const adventurePath = settings.adventurePath || '蒙德'; // 若未定义,用
|
||||
}
|
||||
|
||||
let y_avatar = 178; //好友头像按钮起始Y坐标
|
||||
let y_request = 245; //申请造访按钮起始Y坐标
|
||||
let y_request = 310; //申请造访按钮起始Y坐标
|
||||
const x_avatar = 208;
|
||||
const x_request = 460;
|
||||
const avatar_increment = 125; //两按钮相隔坐标
|
||||
@@ -407,7 +407,7 @@ const adventurePath = settings.adventurePath || '蒙德'; // 若未定义,用
|
||||
await sleep(750);
|
||||
} else {
|
||||
// 奇数索引,递增 y_request
|
||||
if (request_count < 2) {
|
||||
if (request_count < 1) {
|
||||
// 前 3 位好友递增 249
|
||||
y_request += request_increment;
|
||||
} else {
|
||||
|
||||
@@ -1,22 +1,18 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "使用历练点完成每日委托",
|
||||
"version": "2",
|
||||
"version": "2.0.1",
|
||||
"bgi_version": "0.44.1",
|
||||
"description": "使用历练点完成每日委托:\n支持进入好友尘歌壶,使用历练点领取双倍好感(队伍中小于等于两人时,能使队伍中两人获得双倍好感)\n支持进入好友尘歌壶后,让指定位置角色离队\n能指定星期几执行,星期几不执行\n前往冒险家协会领取奖励",
|
||||
"tags": [
|
||||
"历练点",
|
||||
"每日委托"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "起个名字好难的喵",
|
||||
"links": "https://github.com/MisakaAldrich"
|
||||
},
|
||||
{
|
||||
"name": "蜜柑魚",
|
||||
"links": "https://github.com/this-Fish"
|
||||
}
|
||||
"name": "蜜柑魚",
|
||||
"links": "https://github.com/this-Fish"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
|
||||
Reference in New Issue
Block a user