优化传送到合成台和传送到凯瑟琳

This commit is contained in:
Lix
2024-10-31 01:07:17 +08:00
parent f0cdb2cbfa
commit caff453bfd
4 changed files with 6 additions and 26 deletions

View File

@@ -1,17 +1,7 @@
(async function () {
setGameMetrics(1920, 1080, 2);
keyPress("M");
await sleep(1500);
click(1842, 1018);
await sleep(1500);
click(1467, 358);
await sleep(1500);
click(959, 543);
await sleep(1500);
click(1300, 735);
await sleep(1500);
click(1570, 1009);
await sleep(10000);
// 传送到枫丹冒险家公会附近传送点
await genshin.tp(4514.18, 3630.4);
keyDown("w");
await sleep(1750);
keyUp("w");