Page 1 of 1

Binding key

Posted: Mon Sep 04, 2023 12:32 pm
by Rafale.
Hello, is there a way to activate multiple skills with one touch ?
Thanks^^

Re: Binding key

Posted: Tue Sep 05, 2023 8:15 pm
by Jens
what you are looking for is auto hotkey. a simple script like this:

Code: Select all

RETURN
#UseHook
#IfWinActive, ahk_class DAoCMWC

;skald both dds
1:: send kp
return
will fire both skald dds when you press 1 and have /qbind the buttons those two dds are on to k and p
see tutorials from this guy for more info:
https://www.youtube.com/watch?v=9cOU6V1hmUI