JS脚本:游逸旅闻更新 迪卢克 菲谢尔 罗莎莉亚 凝光 地图追踪:游逸旅闻更新 迪奥娜 刻晴 罗莎莉亚 诺艾尔 闲云 瑶瑶 (#349)
* 游逸旅闻更新 迪卢克 菲谢尔 罗莎莉亚 凝光 * desc忘删了 * 游逸旅闻更新 迪奥娜 刻晴 罗莎莉亚 诺艾尔 闲云 瑶瑶
This commit is contained in:
File diff suppressed because one or more lines are too long
93
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/assets/进入蒙德天使的馈赠.json
Normal file
93
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/assets/进入蒙德天使的馈赠.json
Normal file
@@ -0,0 +1,93 @@
|
||||
{
|
||||
"info": {
|
||||
"name": "进入蒙德天使的馈赠",
|
||||
"type": "collect",
|
||||
"author": "ddaodan",
|
||||
"version": "1.0",
|
||||
"description": "",
|
||||
"bgiVersion": "0.35.1"
|
||||
},
|
||||
"positions": [
|
||||
{
|
||||
"id": 1,
|
||||
"action": "",
|
||||
"move_mode": "walk",
|
||||
"type": "teleport",
|
||||
"x": -867.7060546875,
|
||||
"y": 2281.38330078125,
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"x": -881.982421875,
|
||||
"y": 2268.00537109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"x": -890.8173828125,
|
||||
"y": 2285.644775390625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"x": -905.396484375,
|
||||
"y": 2280.456787109375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"x": -910.4736328125,
|
||||
"y": 2295.726318359375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 6,
|
||||
"x": -917.7392578125,
|
||||
"y": 2298.277099609375,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 7,
|
||||
"x": -930.84765625,
|
||||
"y": 2298.2978515625,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"x": -938.8681640625,
|
||||
"y": 2307.053955078125,
|
||||
"type": "path",
|
||||
"move_mode": "walk",
|
||||
"action": "",
|
||||
"action_params": ""
|
||||
},
|
||||
{
|
||||
"id": 9,
|
||||
"x": -929.921875,
|
||||
"y": 2312.751220703125,
|
||||
"type": "target",
|
||||
"move_mode": "walk",
|
||||
"action": "combat_script",
|
||||
"action_params": "wait(0.1),keypress(f)"
|
||||
}
|
||||
]
|
||||
}
|
||||
13
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/main.js
Normal file
13
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/main.js
Normal file
@@ -0,0 +1,13 @@
|
||||
(async function () {
|
||||
setGameMetrics(2560, 1440, 1.5)
|
||||
let delay = settings.delay || 5000;
|
||||
genshin.returnMainUi()
|
||||
log.warn("请勿操作鼠标和键盘!")
|
||||
|
||||
await pathingScript.runFile("assets/进入蒙德天使的馈赠.json")
|
||||
await sleep(delay)
|
||||
log.info("看到这条消息时如果加载还没有完成,请修改JS脚本自定义配置,延长传送加载时间!")
|
||||
await keyMouseScript.runFile("assets/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠内.json")
|
||||
await sleep(1000)
|
||||
keyPress("VK_F")
|
||||
})();
|
||||
16
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/manifest.json
Normal file
16
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/manifest.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"manifest_version": 1,
|
||||
"name": "游逸旅闻-罗莎莉亚2-蒙德天使的馈赠",
|
||||
"version": "1.0",
|
||||
"bgi_version": "0.42.0",
|
||||
"description": "",
|
||||
"authors": [
|
||||
{
|
||||
"name": "ddaodan",
|
||||
"link": "https://github.com/ddaodan"
|
||||
}
|
||||
],
|
||||
"settings_ui": "settings.json",
|
||||
"main": "main.js"
|
||||
}
|
||||
|
||||
7
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/settings.json
Normal file
7
repo/js/游逸旅闻-罗莎莉亚2-蒙德天使的馈赠/settings.json
Normal file
@@ -0,0 +1,7 @@
|
||||
[
|
||||
{
|
||||
"name": "delay",
|
||||
"type": "input-text",
|
||||
"label": "加载时间,默认5000毫秒,一般情况下不需要调整 单位:毫秒"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user