Mytherin/Tibialyzer

AHK: "71 hotkeys have been..." How to fix?

Opened this issue · 2 comments

Every time I try to run the default tibialyzer script for the AHK and start using WASD to walk, the program displays an alert message.

How can I disable this?

sem titulo

It literally tells you in the popup message. Add #MaxHotkeysPerInterval 1000 to your script (or a value higher than 1000). It defaults to 70.

Perfect! Thank, Mytherin! 👍 :)