Quote:
Originally Posted by element72
how come the mining cancels when the key command is sent too fast? Then it resumes?I noticed this when the speed is close to being too fast. Now if you make it really fast it just keeps canceling and resuming and repeats non-stop, while never successfully mining. Why does that happen?
|
You have to adjust the "being pressed" delay. Don't know if AutoHotKey and co are supporting such things, but I am able easily doing a macro like the following, simplyfied:
Press F
"Hold" down F for 1000ms (1 second)
Release F
Wait/Pause 100ms
[x] Repeat macro
I know what you mean. If I was using my F-Spam macro (for skipping conversations) upon an object which you have to obtain, revive, which has a "timer to end action"-bar, it will literally bug out. While I was holding down my F button on my keyboard, mining and such were working perfectly, just because the "Pressing down, lifting up" action on a keyboard takes at least 500ms.