World of Warcraft spinning and walking

Post gaming related scripts
lfspin
Posts: 1
Joined: 14 Jan 2021, 08:48

World of Warcraft spinning and walking

14 Jan 2021, 08:58

Hello all,

So, in WoW I did a macro to spin (the console turn speed to 2000 stuff) using left arrow. Works wonders and its fun. I made a AHK script with help of the forum to make this idea even better, and set up a macro in AHK to jump every X seconds. Thing is: I would like to jump when character is aiming forward, so I can move accordingly, while spinning. Even though I can time the jump and hit on the ground time perfect, (lets say, every 1 second), the character would not be facing forward. Is there a way I could time the Send {Space} better so I can achieve what I want? The code I have so far, below.

Code: Select all

#NoEnv

F7::
KeyWait, F7 ;
TRunning := !TRunning ;
If (!TRunning) ;
    return
Gosub TimerF7 ;
return

TimerF7:
If (TRunning)
{   
	Send, {Space} ;
    SetTimer, TimerF7, 1000 ;
}
return ;<-- and exit the timer routine
User avatar
Chunjee
Posts: 1418
Joined: 18 Apr 2014, 19:05
Contact:

Re: World of Warcraft spinning and walking

26 Apr 2021, 08:32

Wouldn't you be spinning too fast to reliably walk forward in one direction?
leelee3232
Posts: 1
Joined: 22 Sep 2022, 23:28
Contact:

Re: World of Warcraft spinning and walking

22 Sep 2022, 23:32

How to do it? (the console turn speed to 2000 stuff)

/run some WOW api?

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 47 guests