Skip to content

Instantly share code, notes, and snippets.

@Pondidum
Created March 7, 2012 21:45
Show Gist options
  • Select an option

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

Select an option

Save Pondidum/1996439 to your computer and use it in GitHub Desktop.
#showtooltip Mana Tide Totem
/script local m,s,d='', GetSpellCooldown("Mana Tide Totem");if s==0 then m="Tide Down";else m="Tide CD remaining: "..floor(s+d-GetTime()).."s";end;SendChatMessage(m, "CHANNEL",nil,7)
/cast Mana Tide Totem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment