GridStatusLifebloom
Custom status indicator for grid to show the time remaining on your own lifebloom. The timer is color coded to indicate how many stacks of lifebloom there is (you can either use only the color as corner icon or the timer as center text).
The mod uses ace libraries so it should be compatible with different language versions of WoW (texts haven't been localized though).

 
        
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Apr 23, 2009Also if I change the Lifebloom duration to Frame Alpha, the entire grid frame disappears w/ a single stack, but reappears after the stack goes away or if I put 2-3 stacks on the target.
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Apr 20, 2009Code:
local name, rank, icon, count, debuffType, duration, expirationTime, isMine, isStealable = UnitAura(unitid, spellNameLifebloom, nil, "HELPFUL|PLAYER")
if (isMine and duration) then
local startTime = expirationTime - duration
Change to:
Code:
local name, rank, icon, count, debuffType, duration, expirationTime, isMine, isStealable = UnitAura(unitid, spellNameLifebloom, nil, "HELPFUL|PLAYER")
if (isMine =="player" and duration) then
local startTime = expirationTime - duration
The change is that the isMine check needs to be isMine =="player"
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Apr 20, 2009- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Apr 18, 2009I absolutely love this addon so if a 3.1 version could arrive I'd be a very happy tree :)
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Apr 17, 2009- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Apr 16, 2009- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Feb 2, 2009- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Jan 29, 2009Grid-1.30000.2009011501
GridStatusLifebloom-v3.00.08.04_release
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 21, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 21, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 21, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 20, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 19, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 19, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 17, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 17, 2008http://www.wowace.com/projects/grid-status-lifebloom/tickets/1-fix-for-wow3-0-2/
Hopefully Anaram (the addon author) will post a "real" release; otherwise I'll start a new project with the fix.
- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 16, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 15, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 15, 2008- 
            
                
                View User Profile
     
            
            
            
       
- 
            
                
                Send Message
     
            
            
            
       
Posted Oct 16, 2008