Binding key

The right place for talking about Dark Age of Camelot or Eden
Post Reply
User avatar
Rafale.
Wanderer
Wanderer
Posts: 2
Joined: Mon Aug 21, 2023 9:38 pm

Binding key

Hello, is there a way to activate multiple skills with one touch ?
Thanks^^
User avatar
Jens
Esquire
Esquire
Posts: 19
Joined: Sun Aug 28, 2022 5:24 am

Re: Binding key

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
Post Reply