ARMS – 5.4 [ Pure Ownage!... ]

Can I ask why you don’t include “Whirlwind” in the AoE rotation?

I’ve been using since he first posted. Works amazing, makes me feel like i’m good at pvp even :slight_smile:

I haven’t been playing the game for over 6 months, but I do remember asking myself as to whether or not I should include it and deciding for whatever reason that it was either a waste or conflicting with something else, or simply not optimal. I usually only put out macros that are fully tested and depending on the results will choose one combination over another. However, I didn’t put nearly as much effort into the AOE macro as I did the main single target macro.

Its funny, but I just renewed the game today. I miss my priest. I have had him for 10 years almost, since launch. The only reason I made the warrior macros was because some of the coolest players in WoW play warriors, including some of my friends. The warrior community is my favorite aside from the priest community obviously. But forget about rogues and huntards. I won’t be helping them out ever. lol.

AutoHotKey

[quote quote=12501]$2::
While GetKeyState(“2”,“p”){
Send 2
Sleep 90
}
return[/quote]

Is it possible to have more than one AutoHotKey set?
One for Single Target and another for Multi Target.

[quote quote=12914]AutoHotKey

<div class="d4p-bbt-quote-title">Jeremy C. wrote:</div> $2::<br> While GetKeyState(“2″,”p”){<br> Send 2<br> Sleep 90<br> }<br> return
Is it possible to have more than one AutoHotKey set?<br> One for Single Target and another for Multi Target.

[/quote]
Yes, you can have as many as you like. I have two. One for single and one for Multi. My 2 key is set for single and my 3 key is set to multi.

I want to thank you for an AMAZING macro! I started with the original and then did some tweaking to suit my needs.

I have a few questions about the development of extended macros. Most of all, I’m curious why each line has different amounts of 0’s in it. Do you have some kind of macro development guide that you can refer me to?

Another thing that I noticed on the curse site was that people were complaining about the macro toolkit no longer working properly. I myself use Super Duper Macro. Is there anyone out there currently using the toolkit with these macros? I suspect there is some limiting factor in SDM that prevents me from having more than 5 lines with 0’s in them. Anything from that point up just does not want to fire.

Finally, I noticed that you mentioned you were a vet in a previous post. It’s nice to see there’s a few of us floating around… :slight_smile: I recently retired and am living with my active duty wife here in the Japan area. I’ve got LOTS of time to play WoW… :slight_smile:

Thanks again for the awesome work!

Jeremy - what is your Battle Net Id?

I am not aware of any issues with Macro Toolkit, not functioning correctly; however, I haven’t been playing for the past several months, so who knows. Its far more likely those people are just inept. There are a lot of people complaining on forums all throughout the world who assume if its not working, its the program, rather than themselves. That is a far more likely scenario.

The multiple 0s represents priorities in the macro.

I’ve been using this macro for months now, and I’ve never encountered an issue. I love it thanks again Chris!

[quote quote=12501]Long time user, first time poster…

@Alexwar

I also use autohotkey. This spams the button I have pressed until I release it.

$2::
 While GetKeyState("2","p"){
  Send 2
  Sleep 90
 }
return

This will spam the 2 key as long as I have it pressed. You can replace the 2′s with whatever keys your macros are attached. Sleep 90 is the time between attacks in miliseconds. As a rule of thumb, I would look at your latency and adjust accordingly.

Hope this helps. Good Luck!
[/quote]

How do you use the autohotkey. is this code inserted before the macro or what?

Go to http://www.autohotkey.com/.

Download the addon.

Open/edit it in notebook.

Copy and paste my script.

You have to start it before or after logging in WOW.

Just double clip the desktop icon you created.

Easy Peasy… J

Chris,

THANK YOU! I never used macros until two days ago when a friend turned me on to wow lazy macros for my hunter - I know you don’t like us hunters but maybe because my alt is a warrior you will cut me some slack. My life has totally changed! The BM macro boosted my dps quite a lot so I wanted to find a good macro for my Warrior because I was having so much trouble with the Celestial Blessings quest. I don’t PVP and so with all the moving around and chasing Wratheon I could never get him down before I died. With your macro I killed him easily and now have my Legendary Cape!

Jeremy, thanks for the info on Autohotkey. Do you know if you can bind the number keys on your keypad? If so, what is their Autohotkey designation?

I’m assuming you have you keybinds set to an action bar button.

Try NumPad2 or NumPadDown.

If your NumLock is on, it may not work with NumPadDown.

J

Try this…

~Numpad2::
Loop
{
Sleep 25
Send, {Numpad2}
if !GetKeyState(“Numpad2”,“P”)
break
}
Return

Change the NumPad number to your key bind.

J

Hi

thanks for the great macro, any way to include execute into it ? I tryed but slam always steal the rage. Execute can be used only at 20 % hp so it wouldnt mess up during rest of fight

any help would be appreciated :slight_smile:

[quote quote=13228]Hi

thanks for the great macro, any way to include execute into it ? I tryed but slam always steal the rage. Execute can be used only at 20 % hp so it wouldnt mess up during rest of fight

any help would be appreciated :)

[/quote]

Sorry bro I’m not updating macros for warrior or any dps specs anymore. I might do priest heals but only that. I am keeping it to myself and close friends. But yah I’ll probably post priest heals in the future.

I only made them to make friends in game and; socialize a bit; and hopefully find a great and serious pve/PvP guild. But also because its really fun making them. Well for the past few years or so of posting; its been people making videos with my macros and not even saying thanks or people crying for macros. I even had my old guild leader from 2 years ago, message me yesterday and I thought it was to say hi, but the first thing that came out of his mouth was asking me to make a macro for him. This isn’t my job and I’m only sharing them with close friends in the future. Best of luck to you all.

I will admit that the coolest players are always priests, but especially warriors.

Chris I hope you know that you have a lot of fans and I think that your macro has been responsible of making Arms Warriors overpowered in PvP for most of MOP.

Just to give you a little background I started using macro’s developed by Squinky on Shadowpriest.com and his macro’s were based on castsequence spell rotation, haste and latency. Very nice macro’s for back in Wrath. We didn’t know macro’s as much back then and it took a lot of individual tweaking based on your variables.

You revolutionized one button macro’s with you priority button macro’s that gave us that extra time needed to avoid global collisions and your Arms Warrior macro is one of the best I have seen for a rotation with minimal lockups.

I have used your macro’s priority layout on multiple classes / specs and you have taught me a lot about macro’s and I want to thank you for that. Not one person is bigger than the collective, but there are individuals that make us better, brighter and smarter and you my friend are one of those individuals.

Hey bro; I’d like to start by saying thanks. I am not the originator of the the priority system, but yah my single target macros didn’t lock up like many and I put a lot of work into ensuring that they functioned seamlessly, especially the single target macros. My monk and dk macros are pretty insane but I only released them to friends because I’m really a healer and I don’t want to deal with it haha.

Alright - fine. I know I am going to regret this later on, but after having people contact me saying they have carpal tunnel; 10 year olds they want to play with; disabled from the war; and on and on - I feel like I have no choice - haha.

I love you all - and I know now much this game means to you all as it does myself, although I just decided to come back.

I just bought 2 new accounts and going to start leveling toons up together.

I assure you all that I will be around for the upcoming expansion.

I am also going to start releasing some really op stuff that I keep for myself such as a monk macro that does all 3 movement abilities in 1 button and perfectly - 2 rolls - flying kick - land - teleport - in 1 button. I made this stuff like 1.5 years ago and just now released it on the monk forums.