AHK-only Enhancement

Lets try it :slight_smile:

I use just AutoHotkey script, without GSE addon. This is single-target “macro”.

toggle = 0
#MaxThreadsPerHotkey 3
{
$XButton1::
Toggle := !Toggle
While Toggle{
Send {1}
sleep 1
Send {1}
sleep 1
Send {2}
sleep 1
Send {1}
sleep 1
Send {4}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {7}
sleep 1
Send {6}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {4}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {2}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {4}
sleep 1
Send {4}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {4}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {2}
sleep 1
Send {1}
sleep 1
Send {7}
sleep 1
Send {1}
sleep 1
Send {1}
sleep 1
Send {4}
sleep 1
Send {2}
sleep 1
Send {1}
sleep 1
}
return
}

How it works? Just smashing buttons, nothing else.

What you must do? Save AHK-script and drag skils to panel.

Skils in this script -

{1} - Stormstrike
{2} - Flametongue
{4} - Sundering
{6} - Rockbiter
{7} - Lava Lash

So just drag skils on panel like described. Or change buttons in script, doesn’t matter.

“sleep 1” - latency timer. You can set another value, this value is good for me and my WoW latency (~55ms).

“$XButton1::” - script activation button. You can set any button, for me 4th mouth button is best choice. Click on it - script started. Click one more time - stoped. Easy.

Talents - 3221131.

That`s all.

Oh… Forget, feral spirit and elemental use manualy