Mytherin / Tibialyzer

Tibialyzer is an extension made for the MMORPG Tibia. It automatically scans the server log and messages from the Tibia client by reading its memory, and gathers various statistics, such as loot found from creatures, damage dealt by party members and experience gained every hour.
Other
182 stars 60 forks source link

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

Open vncs22 opened 7 years ago

vncs22 commented 7 years ago

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

Mytherin commented 7 years ago

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

vncs22 commented 7 years ago

Perfect! Thank, Mytherin! 👍 :)