Tested and running @70ms (Start @70ms and adjust if needed)
11/Sep/19 Edit Macro as per a couple of requests!
Had a request from zjmcoom for some changes to the original and since I haven’t touched it since early BFA I spent a bit of time updating it for 8.2.
Like the last one button macro it’s plug and play,
2 Tabs
Tab1: HOLD SHIFT for AOE
Tab2: no modifiers ALL in rotation.
Set default version to your liking all talents are the same!
Only a 360 ilvl warrior to mess around on, does also have Concentrated Flame essence. Even without using the essence I was bursting 12k with sustained 9-11k at 50MS.
No the essences are not in my macros, there are to many essences and to many ways to use them so I have decided to let people put them in as needed. But I am very happy you like the macro keep us updated as you progress!
Thank you for taking the time to update the macro. I tried to get rid of [mod: shift]. I used 50MS 10 million wooden people to achieve 30,000 DPS! I used enemy blood and focused rainbow.
I really feel that I am not as fluent as I would like, I have tried to find information on how to change the milliseconds of my keyboard but I have not found anything clear, the AHK I think it is for another type of programming …
Once installed right click anywhere on your desktop and click new then Autohotkey Script. Once its open delete everything inside and put this code in:
#IfWinActive World of Warcraft
$3::
GetKeyState, state, 3, P
if state = D
Loop
{
Send {3}
Sleep, 70
return
}
#IfWinActive
Change all the 3’s to what ever key you have your macro on. the line with sleep is your MS so in this case 70. Save it to something you will remember. Right click that file and click run - go into game and hold key it should now work.