JS脚本:自动周本全部升级至2.0,以及打牌流程优化 (#674)
* 测试 * 你的提交信息 * 周本全2.0更新以及打牌更新 * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json * Update manifest.json
This commit is contained in:
16
repo/js/周本1-王狼/main.js
Normal file
16
repo/js/周本1-王狼/main.js
Normal file
@@ -0,0 +1,16 @@
|
||||
(async function () {
|
||||
|
||||
await pathingScript.runFile("assets/前往狼王.json");
|
||||
await sleep(1000);
|
||||
keyPress("F");
|
||||
await sleep(13000);
|
||||
await dispatcher.runTask(new SoloTask("AutoFight"));
|
||||
await sleep(1000);
|
||||
await pathingScript.runFile("assets/领取奖励.json");
|
||||
keyPress("F");
|
||||
await sleep(1000);
|
||||
click(968, 759);//消耗树脂领取
|
||||
await sleep(5000);
|
||||
click(975, 1000);//点击空白区域
|
||||
await sleep(1000);
|
||||
})();
|
||||
Reference in New Issue
Block a user