@@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
11
repo/js/Auto Commission && Expedition/main.js
Normal file
11
repo/js/Auto Commission && Expedition/main.js
Normal file
@@ -0,0 +1,11 @@
|
||||
(async function () {
|
||||
//传送到枫丹
|
||||
log.info('开始传送到枫丹廷');
|
||||
let Catherine_Egeria = `assets/AutoPath/冒险家协会_枫丹.json`;
|
||||
await pathingScript.runFile(Catherine_Egeria);
|
||||
log.info('开始每日委托或探索派遣,若无退出对话,则说明重复领取或未完成派遣');
|
||||
// 自动每日或纪行
|
||||
await keyPress("f");
|
||||
dispatcher.addTimer(new RealtimeTimer("AutoSkip", { "forceInteraction": true }));
|
||||
|
||||
})();
|
||||
13
repo/js/Auto Commission && Expedition/manifest.json
Normal file
13
repo/js/Auto Commission && Expedition/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "自动领取委托或派遣",
|
||||
"version": "1.0",
|
||||
"description": "自动传送到枫丹并领取每日委托或探索派遣,两个都要请运行两次,建议搭配领取历练点使用",
|
||||
"authors": [
|
||||
{
|
||||
"name": "yemaxul",
|
||||
"link": "https://github.com/yemaxul"
|
||||
}
|
||||
],
|
||||
"main": "main.js"
|
||||
}
|
||||
28
repo/pathing/冒险家协会/冒险家协会_枫丹.json
Normal file
28
repo/pathing/冒险家协会/冒险家协会_枫丹.json
Normal 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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
36
repo/pathing/合成台/合成台_璃月.json
Normal file
36
repo/pathing/合成台/合成台_璃月.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "合成台_璃月",
|
||||
"type": "collect",
|
||||
"author": "Yemaxul",
|
||||
"version": "1.0",
|
||||
"description": "璃月合成台,搭配树脂自动合成使用",
|
||||
"bgiVersion": "0.35.0"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": 266.86328125,
|
||||
"y": -652.8173828125
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": 258.4609375,
|
||||
"y": -658.4111328125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": 266.3046875,
|
||||
"y": -653.61328125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user