Windwalker Monk Patch 8.0.1 (21/ 10/ '18)

/use [combat] Glänzendes goldenes Gefieder
/cast [combat] Touch of Death
/cast [combat] Storm, Earth, and Fire
/cast [combat] Invoke Xuen, the White Tiger

Best macro i`ve used !!

how fast on a razor?

I run it close to about 10 tics per second, or 80-120ms, I will reply to this post with each boss logs. I only use This macro sequence and just pop CD’s with lust and such. keep in mind when looking at numbers, Im a range main so my positioning may not be the best thus a loss in dps will occur from human error Details to come soon.

Thanks so much!

Best one I ever used. Do u have plan for a new update for 8.1?

Hello @Ðarkramz

love this macros, the best macros in here of all classes :slight_smile: - do you have macros for other classes? if you do I would like to try them aswell :slight_smile: - and last im using ahk and my scipt look like this:

numpad4:: ;$ prevents the hotkey from triggering itself by Send {a} below in the loop
freq:=100 ;delay between key presses
ifWinActive World of Warcraft ;Check if scrolllock is toggled on, if it is then do the keyspam loop
{
Loop
{
if getkeystate(“numpad4”,“P”)=0 ;Check if {numpad1} is pressed, if not then break loop
break
Send {numpad4} ;key1
Sleep %freq% ;delay

	}
}
else	;if isnt toggled on, button to have its native function
	Send {numpad4}

return

what would you recomend setting the freq to?

Jimmy