Go Back   WowAce Forums > Official Addon Threads > Unit Frames
Unit Frames ag_UnitFrames, Grid, Pitbull, X-Perl, etc., and modules

Reply
 
Thread Tools
Old 02-18-2008   #1
eulolia
Newbie
 
Join Date: Sep 2008
Posts: 1
Default GridStatusLifebloom

I updated Grid last night, and GridStatusLifebloom seems to not work any more. It doesn't appear in the Debugging list or anything.

This makes me sad, because it was the best option for tracking lifeblooms. GridStatusHots works, but it doesn't change colour as you add more stacks, or offer a decimal countdown.

Is any fix expected?
eulolia is offline   Reply With Quote
Old 02-18-2008   #2
kunda
Senior Member
 
Join Date: Oct 2006
Posts: 264
Default Re: GridStatusLifebloom

fixed in GridStatusLifebloom-r61910
kunda is offline   Reply With Quote
Old 03-12-2008   #3
tricky42
Newbie
 
Join Date: Oct 2007
Posts: 2
Default Re: GridStatusLifebloom

Hi I am currently trying to move from SRaidframes to Grid. First I missed a counter how may stacks of my lifebloom a chars has. Than I found this addon for Grid, but when I tested it yesterday in a raid I noticed, that even if I only had one lifebloom up on a tank, if another druid also has lifebloom stacks up on the same tank, then GridStatusLifebloom was not showing the correct stack number of my lifeblooms.

Is this a known issue?
tricky42 is offline   Reply With Quote
Old 10-03-2008   #4
calico0
Newbie
 
Join Date: Nov 2005
Posts: 1
Default Re: GridStatusLifebloom

I could not find a better thread to post this in.
Anyways a change in 3.0 broke this addon I changed one of its functions to keep mine working:

Code:
function GridStatusLifebloom:CountHOTs(unitid)
    local maxbuffs = 40
    local currentTime = GetTime()
    if unitid then
        for i = 1, maxbuffs do
            local buffName, rank, texture, applications, debuffType, duration, expiryTime, isMine = UnitBuff(unitid,i)
            if buffName and expiryTime then            
                local timeLeft = expiryTime-currentTime
                if self:isLifebloom(buffName) then
                    return applications, timeLeft
                end
            end
        end
    end
    return 0,0
end
calico0 is offline   Reply With Quote
Old 10-15-2008   #5
luke2kz71
Newbie
 
Join Date: Sep 2007
Posts: 2
Default Re: GridStatusLifebloom

the patch broke this i think.... my counter just stays at max now =(
luke2kz71 is offline   Reply With Quote
Old 10-15-2008   #6
wanny
Newbie
 
Join Date: Aug 2006
Posts: 2
Default Re: GridStatusLifebloom

hi calico0, would your code fix this addon for 3.0.2? where would i copy/paste it?
wanny is offline   Reply With Quote
Old 10-15-2008   #7
nurdc0re
Newbie
 
Join Date: Sep 2008
Posts: 7
Default Re: GridStatusLifebloom

I made a backup of the file, tried it out, and that worked for me! Starting on line number 310 of GridStatusLifebloom r63661 replace the entire function with the one supplied by calico0. Now I just need LibHealComm-3.0 fixed to catch interrupts.
nurdc0re is offline   Reply With Quote
Old 10-16-2008   #8
wanny
Newbie
 
Join Date: Aug 2006
Posts: 2
Default Re: GridStatusLifebloom

Thanks calico0 and nurdc0re! The code worked but was a little bit buggy. I was in BT with another resto druid and it would sometimes pick up his lifebloom. I noticed this because the other druid had Natures Splendor so his LBs were counting down from 9 seconds.
wanny is offline   Reply With Quote
Old 10-16-2008   #9
xilch
Newbie
 
Join Date: Sep 2008
Posts: 6
Default Re: GridStatusLifebloom

Quote:
Originally Posted by wanny View Post
Thanks calico0 and nurdc0re! The code worked but was a little bit buggy. I was in BT with another resto druid and it would sometimes pick up his lifebloom. I noticed this because the other druid had Natures Splendor so his LBs were counting down from 9 seconds.
Replace:
if buffName and expiryTime then
With:
if buffName and expiryTime and isMine then
xilch is offline   Reply With Quote
Old 10-16-2008   #10
Prynce
Newbie
 
Join Date: Oct 2008
Posts: 1
Default Re: GridStatusLifebloom

can someone just post the a link with the new lua needed. thank you
Prynce is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT. The time now is 05:40 PM.