Havoc 110

Greetings

I do not see any macro for a DH 110?

You ask and you shall get.

I have all my sequences in this link: https://mods.curse.com/addons/wow/gs-darkramz

Have fun and enjoy the content!

Darkramz

Thx Tim, was just about to write: im gonna make my own this time…im checking out your stuff now.
i definitly like what you do! just checked it out!

btw if you are super lazy, for example farming or leveling try this in autohotkey:

#IfWinActive, World of Warcraft
Loop
{
ControlSend,7,World of Warcraft,
sleep 100
}
return

1::
Suspend
Pause,6
return

thx

[quote quote=32615]Thx Tim, was just about to write: im gonna make my own this time…im checking out your stuff now. i definitly like what you do! just checked it out!
btw if you are super lazy, for example farming or leveling try this in autohotkey:
#IfWinActive, World of Warcraft Loop { ControlSend,7,World of Warcraft, sleep 100 } return
1:: Suspend Pause,6 return
[/quote]

What does this macro do when I use it with AutoHotkey ?

It toggles spamming the macro, saves you hammering the button I guess.