Well bro ~ I just got an invite into the Alpha for the expansion ~ not the beta; the freaking alpha ~ hahaha ~ just got it today.
I’ll keep you guys updated and start posting macros for 6.0 ~ loooool
I was just a bit annoyed, but I’m not going anywhere.
However it will probably be a very long time before macros will work and macro toolkit will not work till the xpac is released; nevertheless, I can still talk about class changes on the site.
Chris I wanted to say that I love the macros you make and you made me want to play wow again. I Currently have 8 90’s and I just leveled my Warrior to 90 with your macro. The only thing I did was remove the PVP talents and have my Big Cooldowns on a Burst Macro because I kept on blowing all CDs Like Skull Banner and Recklessness on Trash right before a Boss. I Currently use:
I Kept Beserker Rage in because the 30 sec CD is easy to use multiple times during the fight and by spamming your macro it pops everytime it is up, which makes it easy to concentrate on Mechanics.
I was hoping to find this kind of macro for other classes like my Druid and Pally but none as Good as this. I even tried removing the Warrior Talents and adding Druid and Pally Cooldowns but it locks up.
So I wrote this to Say Thank you for the Wonderful Macro and hope that if you continue playing through till WOD you continue to update your macro to make it fun for everyone.
I have 6 Alliance Characters including my Warrior lvl 90, and 2 Horde Characters lvl 90. So if you Like what you see in Alpha, Hit me up and lets Blow Shit Up
[quote quote=13298]Chris I wanted to say that I love the macros you make and you made me want to play wow again. I Currently have 8 90′s and I just leveled my Warrior to 90 with your macro.
I Kept Beserker Rage in because the 30 sec CD is easy to use multiple times during the fight and by spamming your macro it pops everytime it is up, which makes it easy to concentrate on Mechanics.
I was hoping to find this kind of macro for other classes like my Druid and Pally but none as Good as this. I even tried removing the Warrior Talents and adding Druid and Pally Cooldowns but it locks up.
So I wrote this to Say Thank you for the Wonderful Macro and hope that if you continue playing through till WOD you continue to update your macro to make it fun for everyone.
I have 6 Alliance Characters including my Warrior lvl 90, and 2 Horde Characters lvl 90. So if you Like what you see in Alpha, Hit me up and lets Blow Shit Up
[/quote]
Its messages like this that make me want to not only continue making macros, but playing the game. It really makes me happy to hear that I was able to bring some joy to someone and keep them in the game. I appreciate all your kind words and will surely hit you up in game. I am jumping on the alpha today.
Chris,
I’m not a macro guy, never have been. I’ve been playing WoW since the vanilla release and I’m kicking myself in the ass for waiting this long to try out the “macro thing.”
HOLY $hit!!! Your macro for Arms Warrior is insane. In fact, I went from doing mediocre damage in every BG to literally doubling the 2nd place players in over 75% of all 40 man PvPs (AV & IoC). It’s insane once you learn how to maximize the damage by alternating the AOE and single target macros based on the situation.
I CAN NOT thank you enough for sharing this GOLD. I’m so much more effective in every BG instance. In fact, the only thing I struggle with now is landing KBs. I’ve always sucked at that. I don’t go around and look for targets lowest on health and try to steal kills but it seems it must be happening to me a lot. I’ll do 90% of the damage on a player only to see my KB get stolen by a ranged or another player that hasn’t killed all of their cooldowns.
If you have any advice for me in that area, I’d love to hear it. Maybe I just need a macro to smash when getting a target near or below 15% health. In most cases it seems I’m rage starved when I could execute a target and that’s when my KBs seem to get stolen. Oh well, my damage is SICK and I totally appreciate you being generous enough to share your wisdom! GREAT WORK! I’m glad to see you’re back!
[quote quote=13401]Chris,<br>
I’m not a macro guy, never have been. I’ve been playing WoW since the vanilla release and I’m kicking myself in the ass for waiting this long to try out the “macro thing.”
HOLY $hit!!! Your macro for Arms Warrior is insane. In fact, I went from doing mediocre damage in every BG to literally doubling the 2nd place players in over 75% of all 40 man PvPs (AV & IoC). It’s insane once you learn how to maximize the damage by alternating the AOE and single target macros based on the situation.
I CAN NOT thank you enough for sharing this GOLD. I’m so much more effective in every BG instance. In fact, the only thing I struggle with now is landing KBs. I’ve always sucked at that. I don’t go around and look for targets lowest on health and try to steal kills but it seems it must be happening to me a lot. I’ll do 90% of the damage on a player only to see my KB get stolen by a ranged or another player that hasn’t killed all of their cooldowns.
If you have any advice for me in that area, I’d love to hear it. Maybe I just need a macro to smash when getting a target near or below 15% health. In most cases it seems I’m rage starved when I could execute a target and that’s when my KBs seem to get stolen. Oh well, my damage is SICK and I totally appreciate you being generous enough to share your wisdom! GREAT WORK! I’m glad to see you’re back!
[/quote]
Don’t worry about killing blows. Damage is more important ~ just execute when they are low. I have execute bound separate ~ I will have execute bound to the macro in 6.0 for sure.
First off, thanks for the quick reply Chris. Do you notice that when you do need execute that most of the time it’s not available due to a lack of rage? If so, is there something you’ve found that works well to remedy that?
I’ve been using Chris’ macro since the beginning. Rage can be difficult to manage in pvp. I pop a battle shout or charge if I need more. And even then, I’m not always able to get the killing blow. Doing the most damage, like Chris said, is your best bet.
I know we all want to be on the top of the kill list, but unfortunately, it doesn’t always work out. Compared to hunter’s, warriors are always going to struggle. Hunter’s are OP right now. Their play style allows them to snipe from a distance and not take damage. Whereas, warriors are in your face and readily take a lot of damage. Next time you pvp, look at the number of deaths you have versus the number one killer.
Also, just as a side note, I don’t wear a shred of pvp gear and am still able to be in the top 5 for kills. That’s how uber Chris’ macro is.
Thanks buddy. Hey we need to jump vent together this week. Well, I am lvling up a few toons right now and multi~boxing like a champ ~ 3 toons at once lol.
This question however is for Jeremy C., Sergeant, Butternutts
I have been using autohotkey now for a few days using your button 2 script, My questing is. I read you are using button 2 and button 3, what is the script to be able to use two buttons at he same time ?
basically can I have it so both button 2 and button 1 auto repeat when I hold them down ?
Yes, you can use it for other buttons as well. You just have to create another script with the number you want to use.
$3::
While GetKeyState(“3”,“p”){
Send 3
Sleep 1
}
return
Is my 3 key…
$2::
While GetKeyState(“2”,“p”){
Send 2
Sleep 1
}
return
Is my 2 key…
If you want any others, just substitute the nummber for the key ie…
$1::
While GetKeyState(“1”,“p”){
Send 1
Sleep 1
}
return
You can have as many as you want. Just make sure to double click each icon once in game. I named mine war 2 and war 3. Since I have others that have different settings.
I think I may need some help understanding your macro, or at least how to punch it in, in order to use it. It says I only have 255 characters available and your macro clearly uses a lot more.
I am completely new to the game so any help is appreciated.
I think I may need some help understanding your macro, or at least how to punch it in, in order to use it. It says I only have 255 characters available and your macro clearly uses a lot more.
I am completely new to the game so any help is appreciated.
[/quote]
You will need to download an APP called MACRO TOOLKIT from curse. That will allow you to increase the 255 limit to 1024. when you open the app there is a box at the bottom unextend/extend and right above that you will see the text for the characters change from 255 to 1024. If you have any other questions send a msg i will be able to get back to you a lil faster that way, saves me time from searching for the post and looking for the comments again.
Hey Chris… new user. I just wanted to jump on here and say thank you for this MACRO of AMAZINGNESS. I had set my warrior down at the end of wrath, because for the life of me I just could not get his DPS rotation down. I decided to boost him here in MoP. (I wanted his professions Cap). Still found myself with the same problem i.e. Rotation. Your Macro has really really made me start to enjoy playing my warrior. I did do some changes to the macro. “To Suite the needs of the User”. And a Potion for Strength into the macro. For INSANE BURST DAMAGE. Helps out in the tough situations. Where your screaming for that little bit extra. .
So again. Thank you for the Work that you put into this macro. I’m hoping that you will continue to build them in the future. I do apologize for the ramble.
Great Macro’s, love them for ARMS, was wondering if you could show me how to make them work with Fury skills instead though, I’ve been wanting to try out Fury.