Files
bettergi-scripts-list/archive/js/游逸旅闻/游逸旅闻-凝光1-群玉阁/main.js
起个名字好难的喵 d69f6e5bc6 地图追踪:香辛果新增30个 (#631)
* 完善归档路径

* 地图追踪:香辛果新增30个
2025-04-22 23:24:07 +08:00

15 lines
589 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

(async function () {
setGameMetrics(2560, 1440, 1.5)
let delay = settings.delay || 5000;
genshin.returnMainUi()
log.warn("请勿操作鼠标和键盘!")
await genshin.tp(449.244140625,-834.70458984375,true)
await pathingScript.runFile("assets/进入璃月群玉阁.json")
await sleep(delay)
log.info("看到这条消息时如果加载还没有完成请修改JS脚本自定义配置延长传送加载时间")
await keyMouseScript.runFile("assets/游逸旅闻-凝光1-璃月群玉阁内.json")
await sleep(1000)
keyPress("VK_F")
})();