ApexAHK-Reduce-recoil icon indicating copy to clipboard operation
ApexAHK-Reduce-recoil copied to clipboard

Gets stuck on weapon swap

Open kire511 opened this issue 3 years ago • 2 comments

I have been using v0.7 beta for several weeks and it has been functioning well. After downloading v0.8, the program gets stuck on 1 pattern if I swap weapons more than 2x

kire511 avatar Nov 04 '21 20:11 kire511

Maybe because I add 50ms delay before detect weapon. You can delete the 50ms delay by delete this line

key_1:
key_2:
; key_1B:
; key_2B:
    Sleep 50 <--- 50 ms delay before detect weapon delete this line
    DetectAndSetWeapon()
Return

sayoui001 avatar Nov 06 '21 16:11 sayoui001

I deleted the line, then went into firing range, dropped the 2020 and picked up the spitfire and L-Star. shot the L-star for several seconds, then switched to spitfire and it seemed to be stuck on the other recoil pattern

kire511 avatar Nov 06 '21 23:11 kire511