Skill rotation, continuity, cast time?

Ask gaming related questions (AHK v1.1 and older)
mensab
Posts: 2
Joined: 25 Oct 2017, 06:35

Skill rotation, continuity, cast time?

01 Aug 2018, 01:44

I have found from some poster here 1 key rotation. It's basically one key which do continuosly other buttons if you tap it. Here is the code.

Code: Select all

XButton1::send % Seqkeys("X","{F1}",1,2,3,4)

Seqkeys(params*){   ; keys rotation, 8 second reset. 
    static s:=0, c:=0, t:=8000
    max := params.MaxIndex()
    (A_TickCount-s<=t && (c+=1)<=max) ? c : c:=1, s:=A_TickCount
    return params[c]
}
Is it possible to add cast time to those key rotations? For example Key X is 3 second long cast time. Is it possilbe to have more rotations at the same time for example

Code: Select all

~1::send % Seqkeys(("X","{F1}",1,2,3,4), ~2::send % Seqkeys((7,8,9,0,2)
but implemented in this said code or another similiar code which will allow me to tap one button. Thank you in advance for help

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: ReyAHK and 50 guests