GridStatusHots
Separate indicator with timer (and counter) for: Rejuvenation, Regrowth, Lifebloom, Wild Growth, Riptide, Earthliving, Earth Shield, Renew, Grace, Prayer of Mending, Power Word: Shield, Weakened Soul, Divine Aegis, Inspiration, Ancestral Fortitude and Beacon of Light.
Notice that GridStatusHots does not output icons, only colors and texts, so it will not work if displayed in e.g. the "Center Icon" indicator.
IMPORTANT (r174 alpha / 4.2.0.2b beta or newer): ALL STATUSES SHOULD NOW BE DISABLED BY DEFAULT SO YOU WILL HAVE TO MANUALLY (RE-)ENABLE THEM! (e.g. Grid -> Status -> My Hots -> My Renew -> check enabled)
-
View User Profile
-
Send Message
Posted Apr 22, 2010-
View User Profile
-
Send Message
Posted Apr 17, 2010Oops. Now to figure out what will display the icon... :)
-
View User Profile
-
Send Message
Posted Apr 17, 2010Afaik, GridStatusHots does not output icons, only colors/text. So try showing it in another indicator.
-
View User Profile
-
Send Message
Posted Apr 16, 2010I'm trying to get Renew to show up and it's not. I have "My Hots: Renew" checked, so it's definitely looking for mine. Just not seeing an icon or anything. Does this conflict with any other Grid module or is there a certain setting that must be set for these to show?
-
View User Profile
-
Send Message
Posted Apr 15, 2010-
View User Profile
-
Send Message
Posted Apr 7, 2010I hope POM also can show Duration and Stack at the same time,just like "My Grace Duration + Stack",could you please add the stack?
-
View User Profile
-
Send Message
Posted Apr 4, 2010-
View User Profile
-
Send Message
Posted Apr 1, 2010All hots except for rejuv work on my druid. When i select 'my rejuv' nothing comes up. When I select 'revuv' the text rejuv comes up but no timer. Everything is up to date according to the curse program.
-
View User Profile
-
Send Message
Posted Mar 31, 2010My grid is working when it shows all hots that are on the target. The problem comes when i sellect 'only show when cast by me' or when i use a gridstatushots(what also only show hots cast on me). It will show hots cast on me instead of cast by me. I have the same problem when i use grid2 or healbot.
have done to solve the problem, without succes
1. Used differend versions of grid, grid2 and healbot.
2. I have the same problem with healbot Deleting cach, WTF, logs, all other addons, screenshots, ect.
3. after the blizzard repair the problem was stil there.
-
View User Profile
-
Send Message
Posted Mar 20, 2010-
View User Profile
-
Send Message
Posted Mar 16, 2010I'm playing a resto druid and I would like to display the lenght of the hots (time remaining) in text format too. How can you do this ? I have for each corner of grid a icon showing up the hot rolling on the target, any chances to see the timer too ? GridIndicatorCornerText doesn't seem to work
-
View User Profile
-
Send Message
Posted Mar 13, 2010Adding the following was suppose to fix the problem:
if bismine == "player" then
bismine = true
else
bismine = false
end
This is how it appears in my LUA file when attempting the fix:
local now = GetTime()
-- Find number of hots per unit
for i=1,999 do
local bname,brank,btexture,bcount,btype,bdur,bexptime,bismine = UnitBuff(unitid, i)
if bismine == "player" then
bismine = true
else
bismine = false
end
if not bname then break end
local btime = bexptime - now
-
View User Profile
-
Send Message
Posted Mar 13, 2010These are the changes I made:
local now = GetTime()
-- Find number of hots per unit
for i=1,999 do
local bname,brank,btexture,bcount,btype,bdur,bexptime,bismine = UnitBuff(unitid, i)
if bismine == "player" then
bismine = true
else
bismine = false
end
if not bname then break end
local btime = bexptime - now
-
View User Profile
-
Send Message
Posted Mar 1, 2010-
View User Profile
-
Send Message
Posted Feb 28, 2010-
View User Profile
-
Send Message
Posted Feb 27, 2010-
View User Profile
-
Send Message
Posted Feb 26, 2010-
View User Profile
-
Send Message
Posted Feb 12, 2010Is there any way (using GridIndicatorCornerText) to get this addon (or another grid plug-in) to display a text counter for my earth shield?
Aside from that problem, grid serves every purpose i need as far as healing goes, and I really dont want to go back to pitbull raid frames
-
View User Profile
-
Send Message
Posted Feb 7, 2010-
View User Profile
-
Send Message
Posted Feb 3, 2010