XAHK icon indicating copy to clipboard operation
XAHK copied to clipboard

Edit AFK Mob Grind sword interval.

Open boobthecat opened this issue 1 year ago • 2 comments

The current sweep speed for the sword in the AFK Mob option is very very slow, and I couldn't find a way to change it. Is there plans to change this?

boobthecat avatar Apr 29 '23 07:04 boobthecat

Yes there is a way to change it, but not in the compiled executable. You would have to install AutoHotkey from their website (The script still uses v1 NOT v2 of AHK (for now)), download the repository and edit the script, then run the script file or compile it to a new executable. You want to change the Delay >= 12 in line 384 of the code as shown here:

https://github.com/histefanhere/XAHK/blob/cf445ece2d3a05653d39c860cb7cb6bb15d9635d/minescript.ahk#L384

And yes there are plans to make every parameter adjustable straight from the GUI, but that will be who knows when - hopefully sooner than later 😔

histefanhere avatar May 04 '23 13:05 histefanhere

Thanks!

On Thu, May 4, 2023 at 10:59 AM Stefan @.***> wrote:

Yes there is a way to change it, but not in the compiled executable. You would have to install AutoHotkey from their website https://www.autohotkey.com/ (The script still uses v1 NOT v2 of AHK (for now)), download the repository and edit the script, then run the script file or compile it to a new executable. You want to change the Delay

= 12 in line 384 of the code as shown here:

https://github.com/histefanhere/XAHK/blob/cf445ece2d3a05653d39c860cb7cb6bb15d9635d/minescript.ahk#L384

And yes there are plans to make every parameter adjustable straight from the GUI, but that will be who knows when - hopefully sooner than later 😔

— Reply to this email directly, view it on GitHub https://github.com/histefanhere/XAHK/issues/43#issuecomment-1534834681, or unsubscribe https://github.com/notifications/unsubscribe-auth/A6OHVLFW2XETKJI64K5OLNTXEOY2TANCNFSM6AAAAAAXQB273M . You are receiving this because you authored the thread.Message ID: @.***>

boobthecat avatar May 04 '23 14:05 boobthecat