Skip to content

Instantly share code, notes, and snippets.

@Pondidum
Pondidum / Macros.lua
Last active June 4, 2023 05:50
Macros
AutoFrostShock:
#showtooltip
/startattack
/cast Frost Shock
AutoLightning:
#showtooltip
/startattack
/cast Lightning Bolt
/script local s,d = GetSpellCooldown("Elemental Mastery");if s==0 then return end;SendChatMessage("Elemental Mastery has "..floor(s+d-GetTime()).."s remaining", "RAID")