After 3.1 if there're more then one tree in raid, grid shows lifeblooms for every druid so it's impossible to track duration (other druid's lb just "overwrite" your lb duration on indicator).
Any fix for this?
...shows lifeblooms for every druid so it's impossible to track duration...
http://www.wowace.com/projects/grid-status-lifebloom/files/ has a fix for this. Blizzard changed the isMine return from the buff API to be casterId. The latest version properly handles checking if casterId is "player", "pet" or "vehicle" which is equivalent to the old isMine == true.
I also updated the other plugins I have author access to.
I used to have my mana bars show the duration as a timer bar for lifebloom, but I can't seem to get the mana bar, or the additional bars provided by GridCaster, to show any durations for GridStatusLifebloom. I have the newest version, as of 4-22 (v3.01.01.05 release) Any help you can provide would be awesome. Thanks.
See if the GridCaster author can help you out, since it is his indicators that have the problem.
Sorry, I must not have been clear. I can not get durations to show at all in text form, through mana bars, or even after trying out this other side bar mod that I listed above. GridStatusLifebloom appears to not be giving a proper duration status, regardless of the indicator used.
...I can not get durations to show at all in text form...
The code is in there because it works with the center icon. However indicator code is not consistent in Grid amongst its own indicators and also not across the addon indicators.
I would recommend using Grid2. I raid on my resto druid with it. The default settings should have everything you need.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
And that would be my problem... Somehow I never saw that option, thanks.
>.<;
Any fix for this?
http://www.wowace.com/projects/grid-status-lifebloom/files/ has a fix for this. Blizzard changed the isMine return from the buff API to be casterId. The latest version properly handles checking if casterId is "player", "pet" or "vehicle" which is equivalent to the old isMine == true.
I also updated the other plugins I have author access to.
Edit: I have tried with both GCD mode on and off.
See if the GridCaster author can help you out, since it is his indicators that have the problem.
Sorry, I must not have been clear. I can not get durations to show at all in text form, through mana bars, or even after trying out this other side bar mod that I listed above. GridStatusLifebloom appears to not be giving a proper duration status, regardless of the indicator used.
The code is in there because it works with the center icon. However indicator code is not consistent in Grid amongst its own indicators and also not across the addon indicators.
I would recommend using Grid2. I raid on my resto druid with it. The default settings should have everything you need.