|
||||||
| Unit Frames ag_UnitFrames, Grid, Pitbull, X-Perl, etc., and modules | ||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Newbie
Join Date: Sep 2008
Posts: 1
|
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? |
|
|
|
|
|
#2 |
|
Senior Member
Join Date: Oct 2006
Posts: 264
|
fixed in GridStatusLifebloom-r61910
|
|
|
|
|
|
#3 |
|
Newbie
Join Date: Oct 2007
Posts: 2
|
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? |
|
|
|
|
|
#4 |
|
Newbie
Join Date: Nov 2005
Posts: 1
|
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
|
|
|
|
|
|
#5 |
|
Newbie
Join Date: Sep 2007
Posts: 2
|
the patch broke this i think.... my counter just stays at max now =(
|
|
|
|
|
|
#6 |
|
Newbie
Join Date: Aug 2006
Posts: 2
|
hi calico0, would your code fix this addon for 3.0.2? where would i copy/paste it?
|
|
|
|
|
|
#7 |
|
Newbie
Join Date: Sep 2008
Posts: 7
|
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.
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: Aug 2006
Posts: 2
|
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.
|
|
|
|
|
|
#9 | |
|
Newbie
Join Date: Sep 2008
Posts: 6
|
Quote:
if buffName and expiryTime then With: if buffName and expiryTime and isMine then |
|
|
|
|
|
|
#10 |
|
Newbie
Join Date: Oct 2008
Posts: 1
|
can someone just post the a link with the new lua needed. thank you
|
|
|
|
![]() |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|
All times are GMT. The time now is 04:10 PM.
WowAce Forums





