can i scream now or later … deleted the WTF folder (made a copy obvioisly) run the macro as normal and everything is smooth, tap away on shift and nothing, tap away on ctrl and nothing and the same on alt. Only way i can get them to work is stopping the macro firing manually and then restarting it.
its definetly something im doing wrong i know that.
I use AHK, this is the script i use,
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
toggle = 0 #MaxThreadsPerHotkey 2 #ifWinActive World of Warcraft
{
$F1::
Toggle := !Toggle
While Toggle{
Send {1}
Send {2}
Send {3}
sleep 100
}
return
}
i put the macro icon in 1 and press F1 to start the rotation, that always works fine but the mod presses dont … so i know its something my end
You have to push / smash the button consecutively until you are done with the fight. AHK just facilitates from you pushing it and eventually cramping your hand / finger. Is not a push once and forget when doing manually.
Then while pushing it and holding a modifier then it will attempt that other task.
“Casting a Frost, Fire and Arcane spell within 10 sec of each other increases your Critical Strike damage of all your spells by 20%. This effect can only occur once every 30 sec.”
I made the Legendary in a clickable green word up above that takes someone to WowHead to provide a description as to what it does and quoted the pertinent information.
Pretty sure Lutechi has put in a Fire spell or two in the macro…