Extending Vocola (More Commands)

One of the tricks to making the most out of voice dictation (and Vocola in particular, I think) is that you must be willing to continually improve upon the way you do things. The command you wrote three months ago and that has served you well since can likely be improved upon in response to a changing play style. This post explains three techniques I have recently introduced into my gameplay: using dynamically declared variables to heal your off-tank, issuing multiple commands at a time, and dragging and dropping.

Dynamic Variables

I have previously demonstrated how one can pre-define an array of values as an available variable for use in a macro, allowing you to write just one macro to handle all spells of a particular type (targeted, helpful; targeted, harmful; untargeted). This can be expanded further, however, by using the Variable Vocola extension:

This simple extension allows you to remember things between commands during the same session. For example, you could remember the current contents of the clipboard (obtained via Clipboard.Get()) for inserting later via a different command. By session, it is meant that all these variables are forgotten each time you exit Vocola or use the “load extensions” command.
continue reading…

Leveling Restoration in Legion

Shaikov of Garona (US) writes:

Hey there, I was just wondering how you leveled your Resto Druid in Legion. I feel like a lot of people say choosing a DPS spec is totally viable because of the way artifacts work but at the same time it kind of [frustrates me] to keep on changing between raids/dungeons and [World Quests]. What do you recommend?

Although I leveled as Restoration all the way through Wrath of the Lich King, once Blizzard introduced zero-cost talent respecs, I have been less dogmatic about avoiding at least one of our other two (now three) talent specializations. I recognize that my DPS as a Balance-specced Druid is abysmal, but it is still an improvement over that of my Restoration specialization, so I generally elect to make the switch when engaging in World Quests. However, I think it is totally viable to level exclusively Restoration, especially with the heroics (and a not insubstantial amount of showboating) of our Legion bodyguard, Broll Bearmantle. Simply set him as your focus and ensure your healing macros are set up to preferentially heal your focus if one exists (and can be helped). Something like this:

/use [@mouseover,help][@target,help][@focus,help][@player] Rejuvenation

Likewise, you can set your harmful spell macros to preferentially target your focus’s target, assuming you don’t already have something else targeted yourself. This can be useful when fighting multiple mobs. Something like this:

/use [@target,harm,nodead][@focustarget,harm,nodead][@targettarget,harm,nodead][@target] Sunfire

Note that the [nodead] modifier helps to ensure you’re not happily nuking away at a corpse. The final [@target] modifier may seem redundant but ensures that your spell displays the correct icon, even if you don’t have an enemy targeted.