JS脚本归档 (#599)

This commit is contained in:
起个名字好难的喵
2025-04-18 23:22:20 +08:00
committed by GitHub
parent 16cbcfc011
commit 9873074579
177 changed files with 1346 additions and 1346 deletions

View File

@@ -0,0 +1,28 @@
{
"info": {
"name": "冒险家协会_枫丹",
"type": "collect",
"author": "yemaxul",
"version": "2.0",
"description": "传送到枫丹冒险家协会",
"bgiVersion": "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,6 @@
(async function () {
// 自动每日或纪行
await genshin.goToAdventurersGuild("枫丹");
await keyPress("F");
dispatcher.addTimer(new RealtimeTimer("AutoSkip", { "forceInteraction": true }));
})();

View File

@@ -0,0 +1,17 @@
{
"manifest_version": 1,
"name": "自动领取委托或派遣",
"version": "1.1",
"description": "自动传送到枫丹并领取每日委托或探索派遣,两个都要请运行两次,建议搭配领取历练点使用",
"authors": [
{
"name": "yemaxul",
"link": "https://github.com/yemaxul"
},
{
"name": "起个名字好难的喵",
"links":"https://github.com/MisakaAldrich"
}
],
"main": "main.js"
}