Though this site has a ton of information on macros I was wondering if we could start compiling a new, more up to date list of macros that warriors in Wrath won't want to miss out on. Be it for leveling as Protection or tanking instances in Wrath.
I myself am not that familiar with creating macros and I would wager that there are quite a few others out there like myself.
I will use the newly popular Rev/HS macro as an example, here are 3 versions that try to reach the same goal.
Code:
/cast Revenge
/cast Heroic Strike
Code:
#show
#show tooltip
/cast Revenge
/cast Heroic Strike
Code:
#show
#showtooltip
/castsequence reset=2 Revenge, !Heroic Strike
Which one is best? Hard to tell if you don't speak the language.
So if you have a macro to share please include a short comment that explains what line does what. That way people can choose the macro that best fits their play style.
Cause as we all know, there are a lot of ways to get to the same result.
Thanks in advance to anyone who contributes to this thread. I have a feeling there are some more people besides myself that would be interested in this information.