Skip to Content

WoW Insider has the latest on the Mists of Pandaria!

Posts with tag wow-script

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.

Read more →

Filed under: Tips, Tricks, How-tos, Features, Guides, Macro Anatomy

Macro Anatomy: Primer

Have you ever lost a battle because you fumbled through a sequence of actions? Perhaps when trying to run from a rogue you dropped a Stoneclaw Totem rather than the intended Earthbind Totem. Alternatively, you may have cast Frost Nova rather than Counterspell on a Warlock casting her 1.5 second Fear. Missed clicks or keystrokes have been the bane of many players. This is where the magic of macros can save you from keyboard fumbling.

Among their many uses, macros can be used to establish cast sequences, "I win" buttons and evasive action commands.

Macros are something many players have heard of, but shy away from because they require some basic scripting knowledge. For the uninitiated, macros are commands built by users to execute customized actions or action sequences. A macro, known in the Computer Science world as a macro instruction, are defined as a rule that specifies how a certain input sequence should be mapped to an output sequence. Sounds horrible, I know, so let's make it easier.

Macros in World of Warcraft, are really just new and simplified ways to do the same old things. For a Mage, this can be a Presence of Mind / Pyroblast button, the "I win!" macro for Fire / Arcane mages. From simple commands to eat and drink at the same time, to determining a target's status (friendly or hostile) and casting an appropriate spell, macros can be used to streamline game play and clean up your User Interface.

Read more →

Filed under: Tips, Tricks, Cheats, How-tos, Odds and ends, Add-Ons, Guides, Macro Anatomy

Around Azeroth

Around Azeroth

Featured Galleries

It came from the Blog: Occupy Orgrimmar
Midsummer Flamefest 2013
Running of the Orphans 2013
World of Warcraft Tattoos
HearthStone Sample Cards
HearthStone Concept Art
Yaks
It came from the Blog: Lunar Lunacy 2013
Art of Blizzard Gallery Opening

 

Categories