You searched for the word(s):
-
Health Alert will let nearby players of your health when it gets low. It will say below 50, 40, and 30 percent, and yell on 20 and 10 percent. More functionality will be added later. Requests will be looked at.
-
For learning purposes, I'm implementing slash commands into Auto Repair to toggle the use of guild funds for repair. The code that is part of this is... local UseGuild = 1 function ar() if UseGuild == 1 then UseGuild = nil; DEFAULT_CHAT_FRAME:AddMessage("Not using guild repair!",100,50,0); else UseGuild = 1; DEFAULT_CHAT_FRAME:AddMessage
-
I'm attempted to create a macro that has a DK spell rotation. I want my Macro to cast Blood Tap when my Death Runes and Blood Runes are on cooldown but after playing around in the macro screen, I was unable to find a way. So I decided to try my luck with addons, but then I wasn't sure if a variable I set in the addon would interface with my