Page 1 of 1

Ahk WoW Hunter Steady shot MS Spikes WHEN USING KEY *HELP*

Posted: 14 Nov 2017, 20:12
by Jpnzprodigy
Alright so I found a post about Hunter AHK scripts for WoW and ran into this

$1::
Loop
{
if not GetKeyState("1", "P")
break
Send, {1}
Sleep 50 : In Milliseconds
}

In WoW I’ve made a macro
1:
/Castsequence reset=# Steady Shot, !!Auto Shot
/cast [exists,target=pettarget] !Kill Command
/click MultiBarBottomLeftButton5

Bottomleftbarbutton 5:
/cast !Kill Command
/cast !Gore
/cast !lightning breath
/click PetActionButton1


Now the problem isn’t that it doesn’t work it does work but when I hold down the button to start my rotation for steady shot my MS goes up to 1000 + and my shooting has like major lag nd the shoots don’t go thru is there something I need to change? Am I making it do to much so it’s giving me a spike due to spellqueing? My MS normally is around 200 230 If someone knows a way to make it so it sets the sleep or delay to whatever my MS Is in game so it fires smoothly I would appreciate it! Before using AHK it worked just yeah I’m no where near as fast as AHK but my MS never did spike before while spamming the button

Re: Ahk WoW Hunter Steady shot MS Spikes WHEN USING KEY *HELP*  Topic is solved

Posted: 15 Nov 2017, 02:37
by Xtra
Change Sleep 50 to a higher value like 100 or 250 and try it.
(50 is 20x a second spam, 100 is 10x and 250 is 4x)

HTH

Re: Ahk WoW Hunter Steady shot MS Spikes WHEN USING KEY *HELP*

Posted: 15 Nov 2017, 23:37
by Jpnzprodigy
i changed it to 100 it seems to be okay but is there another command i could apply other then Sleep i seen something about Set Delay

Re: Ahk WoW Hunter Steady shot MS Spikes WHEN USING KEY *HELP*

Posted: 16 Nov 2017, 12:43
by Xtra
Take a look at SetKeyDelay