JS脚本归档 (#599)
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
6
repo/js/AutoCommission&Expedition/main.js
Normal file
6
repo/js/AutoCommission&Expedition/main.js
Normal file
@@ -0,0 +1,6 @@
|
||||
(async function () {
|
||||
// 自动每日或纪行
|
||||
await genshin.goToAdventurersGuild("枫丹");
|
||||
await keyPress("F");
|
||||
dispatcher.addTimer(new RealtimeTimer("AutoSkip", { "forceInteraction": true }));
|
||||
})();
|
||||
17
repo/js/AutoCommission&Expedition/manifest.json
Normal file
17
repo/js/AutoCommission&Expedition/manifest.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user