14
archive/js/EncounterPoints/main.js
Normal file
14
archive/js/EncounterPoints/main.js
Normal file
@@ -0,0 +1,14 @@
|
||||
(async function () {
|
||||
setGameMetrics(3840, 2160, 2);
|
||||
keyPress("F1");
|
||||
await sleep(1600);
|
||||
click(580, 680);
|
||||
await sleep(1000);
|
||||
click(3110, 1508);
|
||||
await sleep(1000);
|
||||
keyPress("Escape");
|
||||
await sleep(1500);
|
||||
keyPress("Escape");
|
||||
|
||||
log.info("已领取历练点");
|
||||
})();
|
||||
Reference in New Issue
Block a user