Skip to content

Instantly share code, notes, and snippets.

@Pondidum
Created May 5, 2011 21:35
Show Gist options
  • Select an option

  • Save Pondidum/958012 to your computer and use it in GitHub Desktop.

Select an option

Save Pondidum/958012 to your computer and use it in GitHub Desktop.
/script local s,d = GetSpellCooldown("Elemental Mastery");if s==0 then return end;SendChatMessage("Elemental Mastery has "..floor(s+d-GetTime()).."s remaining", "RAID")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment