Quote Originally Posted by amalgam
Yes, I edited my post with the link to the page on WoWWiki I misread.

Also, curious question, but what's the "null;" for in your castseq there?
Every now and then I will still be considered "out of combat" until my lightning bolt lands. I don't have an addon to increase the length of my macros, and I'm nearing 255 characters, so it's just a placeholder for a non-spell so that it waits until the lightning bolt lands and puts the character in combat, which then puts me in the second condition of my cast line (which is just "Lightning Bolt").

If that "null" weren't there, and I were spamming the button, this is what would happen if the enemy target was far away.
  • Cast ToW
    Cast Lightning Bolt
    Lightning bolt is mid-flight
    Cast ToW
    Lightning bolt lands, shaman enters combat
    (Commence lightning bolt spam)


With the "null", this is what happens:
  • Cast ToW
    Cast Lightning Bolt
    Lightning bolt is mid-flight
    Macro doesn't know how to cast the spell called "null", nothing happens
    Lightning bolt lands, shaman enters combat
    (Commence lightning bolt spam)