Changing Flask Keys
Honkgaga opened this issue · 1 comments
Hey I have no programming experience and i'm wondering how i change the keys for flask usage? I have my hotkeys setup like diablo 3 so my skills are on "12345" and my flasks moved down to "qwert". Can you post some info on changing all of the keybinds in the macro?
@Honkgaga You can edit the script by either finding the file and editing it (with notepad or whatever), or if the script is running, right click the AHK icon for it and click "Edit This Script"
There will be a section with "FlaskDurationInit[1] := " at the top (like this https://github.com/JoelStanford/PoEAutoFlask/blob/master/PoEAutoFlask.ahk#L33)
Change the 1, 2, 3, 4, 5, to "q" "w" "e" "r" "t" (including the quotes).
If you manually use flasks, too, you can change the ~1
in this section to ~q
, the ~2
to ~w
, and so on.