warframe spin attack maneuver

Ask gaming related questions (AHK v1.1 and older)
tam
Posts: 1
Joined: 16 Sep 2017, 20:39

warframe spin attack maneuver

16 Sep 2017, 21:36

hello, I am trying to execute a spin attack maneuver, to execute the spin attack i have to melee (e) while moving forward (w) and crouching (q).
i assigned the hotkey to LAlt, and the idea behind the script is while I hold down W(forward), LAlt (hotkey) will send crouch(q) and then melee(e).
Here is what i have so far.
LAlt::
{
Send, {q down}
Sleep, 10
Send, e
Sleep, 350
Send, {q up}
}
Return

It doesn't really work, its very choppy and at times just melees. Any help would be appreciated.
User avatar
Spawnova
Posts: 554
Joined: 08 Jul 2015, 00:12
Contact:

Re: warframe spin attack maneuver

17 Sep 2017, 00:08

You don't need brackets for hotkeys

Code: Select all

LAlt::
Send, {q down}
Sleep, 100
Send, {e down}
sleep 100
send {e up}
Sleep, 350
Send, {q up}
Return
Try and mess with the sleep times, increasing or decreasing until it's reliable and fast.

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: Shoobis and 92 guests