There was an error while loading. Please reload this page.
1 parent 3ef1c1f commit 7ed2788Copy full SHA for 7ed2788
1 file changed
repo/js/自动购买每天&3天&每周刷新商品/main.js
@@ -762,7 +762,7 @@ async function qucikBuy() {
762
// 点击确认按钮
763
click(confirmBtnX, confirmBtnY);
764
// 等待购买完成
765
- await sleep(200);
+ await sleep(1200);
766
// 点击空白关闭
767
click(buyBtnX, buyBtnY);
768
await sleep(200);
@@ -776,7 +776,7 @@ async function qucikBuy() {
776
777
// 跳过对话
778
async function spikChat(npcName) {
779
- let count = 5; // 添加let声明
+ let count = 6; // 添加let声明
780
await sleep(1000);
781
if (npcName == "布纳马") {
782
// 设置脚本环境的游戏分辨率和DPI缩放
@@ -1165,5 +1165,3 @@ async function initRo() {
1165
}
1166
1167
})();
1168
-
1169
0 commit comments