archive: 故障脚本

This commit is contained in:
起个名字好难
2025-06-11 10:53:01 +08:00
parent 42c1aaee69
commit 58acd841a6
3 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"info": {
"name": "冒险家协会_枫丹",
"type": "collect",
"author": "yemaxul",
"version": "2.0",
"description": "传送到枫丹冒险家协会",
"bgi_version": "0.35.0"
},
"positions": [
{
"id": 1,
"x": 4508.97509765625,
"y": 3630.557373046875,
"type": "teleport",
"move_mode": "walk",
"action": ""
},
{
"id": 2,
"x": 4495.7001953125,
"y": 3637.89501953125,
"type": "target",
"move_mode": "walk",
"action": ""
}
]
}

View File

@@ -0,0 +1,21 @@
(async function () {
// 自动领取每日委托&探索派遣奖励
await genshin.goToAdventurersGuild("枫丹");
await sleep(1000);
click(960,300);
await sleep(1000);
click(960,300);
await sleep(1000);
await genshin.returnMainUi();
// Again
await genshin.goToAdventurersGuild("枫丹");
await sleep(1000);
click(960,300);
await sleep(1000);
click(960,300);
await sleep(1000);
await genshin.returnMainUi();
// 自动领取纪行奖励
await genshin.claimBattlePassRewards();
await genshin.returnMainUi();
})();

View File

@@ -0,0 +1,17 @@
{
"manifest_version": 1,
"name": "自动领取委托、派遣和纪行",
"version": "2.0",
"description": "自动传送到枫丹并领取每日委托、探索派遣、纪行的奖励",
"authors": [
{
"name": "起个名字好难的喵",
"links":"https://github.com/MisakaAldrich"
},
{
"name": "yemaxul",
"link": "https://github.com/yemaxul"
}
],
"main": "main.js"
}