spell-sequence

Latest

  • Totem Talk: Enhancement 201, spell selection

    by 
    Rich Maloy
    Rich Maloy
    02.12.2010

    Rich Maloy is currently working on a distributed processing application called SimIt!@HOME which will calculate all possible enhancement shaman spell rotations for any possible situation given any gear combination. The application will also have an option to calculate all potential scenarios in which "sim it" is a half-a** answer but you should say it anyway. If I told you the enhancement shaman basic spell rotation was: SR, FE, SW, MW5_LB, MT(0), LS(1), ES_SS, SS, FS, ES, LL, FN would you run away screaming? What if I told you that was just for single target boss encounters and there's a different priority for boss fights that require changing targets, another priority for boss fights with heavy adds, and yet another priority for trash mobs. Scared yet? It's OK. Please come back. This is what we Enhancers have bouncing around in our head. I'll make everything alright by breaking it down into a few easy-to-remember chunks. Because we all like chunks.

  • Macro Anatomy: Walk phase

    by 
    Sean Forsgren
    Sean Forsgren
    03.16.2008

    If you have been following Macro Anatomy, you should be comfortable with macro basics by now. If not, you may want to consider taking a moment to review what we have covered thus far. For the rest of you, welcome to the next installment, where we'll be covering a commonly used, but powerful macro type, the /castsequence command.This slash command will allow the user to specify a given sequence of commands, tied to a single button. As a reminder, this will not facilitate one-click sequences, but will require you to click or press a bound key for each iteration in the sequence. This also means you'll be timing your input in step with the Global Cooldown.The most obvious use of the /castsequence command comes into play when you realize you're casting the same spells in nearly every fight. I use this type of macro for grinding, with one for PvP situations as well. (Curse of Exhaution be praised!)To use this macro, you simply open your macro interface, create a new macro and in the text box, start with /castsequence, then list the spells you want to cast, in order, separated by a comma. It should end up looking something like this:/castsequence Spell 1, Spell 2, Spell 3, Spell 4