[vermntide 2] melee animation cancel loop

Ask gaming related questions (AHK v1.1 and older)
Randannon
Posts: 8
Joined: 03 Feb 2019, 17:59

[vermntide 2] melee animation cancel loop

05 Feb 2019, 04:34

I need help in trying to do the 1st melee move set over and over while doing it as fast as I can with side mouse button held down.

This is the ingame sequence of what it's suppose to do: 1, left mouse click, 2, 1
1) Melee weapon drawn ( this is the 1)
2) Attack with first melee move set ( left mouse click )
3) Ranged Weapon drawn ( this is the 2, that will cancel the rest of melee combos )
4) Finally back to having melee weapon drawn ( 1 )

The is code I spent days piecing together that somewhat works but not quite:

Code: Select all

xbutton2::
Loop
{
GetKeyState, state, xbutton2, p
if state = U
break
; Otherwise:
Send, {1}
Send, {LButton}
Send, {2}
Send, {1}
Sleep, 30
}

But the problem with this, after the first iteration run it doesn't end with melee weapon drawn (1) again when I have the side mouse button held the second time and the times then after. The second plus times leaves me with ranged weapon drawn (2). And what's worst it randomly fires off the ranged weapon (same left mouse click). You can sort of mimmick the problem if you test it out on a notepad and you'll see what I mean. I ended up removing the last " send, {1} " after " send, {2} " in order lessen the random ranged fire, however I will always have ranged weapon drawn (2) afterwards. Any help with fixing my broken code or sharing their working one would be immensely appreciated. This actually kept me up for the past few nights because I dunno why it wouldn't work.
mast4rwang
Posts: 141
Joined: 19 Jul 2017, 09:59

Re: [vermntide 2] melee animation cancel loop

05 Feb 2019, 06:12

Send me PM, easy fix.
Randannon
Posts: 8
Joined: 03 Feb 2019, 17:59

Re: [vermntide 2] melee animation cancel loop

05 Feb 2019, 10:08

Welp seems like the issues is more due to ingame features. I had to make another script to balance the them out.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Shoobis and 36 guests