This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AutoFrostShock: | |
| #showtooltip | |
| /startattack | |
| /cast Frost Shock | |
| AutoLightning: | |
| #showtooltip | |
| /startattack | |
| /cast Lightning Bolt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /script local s,d = GetSpellCooldown("Elemental Mastery");if s==0 then return end;SendChatMessage("Elemental Mastery has "..floor(s+d-GetTime()).."s remaining", "RAID") |
NewerOlder