Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

为什么探索派遣的脚本老是失效? #2

Open
cooper1x opened this issue Sep 26, 2022 · 3 comments
Open

为什么探索派遣的脚本老是失效? #2

cooper1x opened this issue Sep 26, 2022 · 3 comments

Comments

@cooper1x
Copy link

我修改了下,是这样写的:

; 5个探索派遣
Expedition(x1, y1, x2, y2, x3, y3) {
    BlockInput, MouseMove
    MouseMove, x1, y1
    Sleep 400
    Click
    MouseMove, x2, y2
    Sleep 400
    Click
    MouseMove, 1700, 1020
    Sleep 400
    Click
    MouseMove, x3, y3
    Sleep 400
    Click
    BlockInput, MouseMoveOff
}

F9::
    ; 蒙德
    Expedition(150, 165, 1051, 328, 300, 150)
    Expedition(150, 165, 1176, 662, 300, 260)
    ; 璃月
    Expedition(150, 230, 958, 452, 300, 150)
    ; 稻妻
    Expedition(150, 308, 1097, 278, 300, 270)
    ; 须弥
    Expedition(150, 370, 1028, 606, 300, 340)
Return
@ganlvtech
Copy link
Owner

可能跟游戏性能有关,有时候画面会卡住。这个我只是根据我自己的实际情况去写的。你可以根据你的状况去改。

@cooper1x
Copy link
Author

其他的点击没有问题,比方说圣遗物那个就是好的,只有派遣的时候会这样。

@ganlvtech
Copy link
Owner

试试延迟改长一点。我也有过这个问题。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants