Search

You searched for the word(s):
  • Health Alert

    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.
    Posted to Addons (Projects) by R34P3R0FTH3SCYTH3 on Wed, Sep 2 2009
  • Implementing Slash Commands

    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
    Posted to User Interface & Addons (Forum) by R34P3R0FTH3SCYTH3 on Tue, Aug 25 2009
  • Variables that can interface with macros? Use (/script if then) and cast if true?

    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
    Posted to User Interface & Addons (Forum) by R34P3R0FTH3SCYTH3 on Sun, Aug 9 2009