Macro Anatomy: Crawl Phase
Welcome, my friends, to the second installment of Macro Anatomy. In this episode we'll be going over some basic macro commands and I'll introduce some simple macros for you to learn and play with.Before we move ahead, I wanted to reiterate an important change to many macros since the release of Patch 2.3 for those of you who are already writing and using macros. The /stopcasting command is no longer necessary between instant-cast, non-GCD spells. An example would be the following macro:
/cast Divine Favor
/stopcasting
/cast Divine Illumination
/stopcasting
/cast Holy Light
To conserve space, it can be shortened to:
/cast Divine Favor
/cast Divine Illumination
/cast Holy Light
Previous articles found on this site may feature macros that still contain this command. So, feel free to remove it when you copy and paste said macros.
Now, let us move onto the "Crawl" portion of our Crawl-Walk-Run approach to macro writing.
Filed under: Tips, Tricks, How-tos, Features, Guides, Macro Anatomy






