We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我修改了下,是这样写的:
; 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
The text was updated successfully, but these errors were encountered:
可能跟游戏性能有关,有时候画面会卡住。这个我只是根据我自己的实际情况去写的。你可以根据你的状况去改。
Sorry, something went wrong.
其他的点击没有问题,比方说圣遗物那个就是好的,只有派遣的时候会这样。
试试延迟改长一点。我也有过这个问题。
No branches or pull requests
我修改了下,是这样写的:
The text was updated successfully, but these errors were encountered: