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)
Error occured in: Global
Count: 1
Message: ...face\AddOns\GridStatusHots\GridStatusHots_locale.lua line 153:
AceLocale(GridStatusHots): Improper translation exists. "Buff: HoT Count" is likely misspelled for locale esES.
Debug:
[C]: ?
[C]: error()
Ace2\AceLibrary\AceLibrary.lua:122: error()
...nterface\AddOns\Ace2\AceLocale-2.2\AceLocale-2.2.lua:220: RegisterTranslations()
...face\AddOns\GridStatusHots\GridStatusHots_locale.lua:153: in main chunk
code:
L:RegisterTranslations("esES", function()
return {
["My HoTs"] = "Mis HoTs",
["Renew"] = "Renovar",
["Rejuvenation"] = "Rejuvenecimiento",
["Regrowth"] = "Recrecimiento",
["Lifebloom"] = "Flor de vida",
["Wild Growth"] = "Crecimiento salvaje",
["Sheath of Light"] = "Vaina de Luz",
["Glyph of Flash of Light"] = "Glifo de Destello de Luz",
["Riptide"] = "Las Mareas Vivas",
["Buff: HoT Count"] = "Buff: HoT Contador",
["Buff: My Renew"] = "Buff: Mi Renovar",
["Buff: My Rejuvenation"] = "Buff: Mi Rejuvenecimiento",
["Buff: My Regrowth"] = "Buff: Mi Recrecimiento",
["Buff: My Lifebloom"] = "Buff: Mi Flor de vida",
["Buff: Lifebloom Stack Colored"] = "Buff: Lifebloom Stack Colored",
["Buff: My Wild Growth"] = "Buff: Mi Crecimiento salvaje",
["Buff: My Sheath of Light"] = "Buff: Mi Vaina de Luz",
["Buff: My Glyph of Flash of Light"] = "Buff: Mi Glifo de Destello de Luz",
["Buff: My Riptide"] = "Buff: Mis Las Mareas Vivas",
["Threshold to activate color 2"] = "Threshold to activate color 2",
["Threshold to activate color 3"] = "Threshold to activate color 3",
["Color 2"] = "Color 2",
["Color 3"] = "Color 3",
}
end)
Sacred Shield needs to be added.
I'm having a weird problem with the Prayer of Mending portion of this mod. I've been trying to get the stack amount of Mending to show up on the center text 2. However, it is placing the actual duration of the spell in the center text, and the color of it can only be modified by the color 6 option. I had this working on an old version with no problems but I cannot find a way around this on the current.
http://static.wowace.com/uploads/170/0/510/GridStatusHots.lua
@@ -550 +550 @@
- local color = GridStatusHots.db.profile.alert_lifebl.color2
+ local color = GridStatusHots.db.profile.alert_lifebl_stack.color2
@@ -554 +554 @@
- local color = GridStatusHots.db.profile.alert_lifebl.color2
+ local color = GridStatusHots.db.profile.alert_lifebl_stack.color2
@@ -567 +567 @@
- local color = GridStatusHots.db.profile.alert_lifebl.color3
+ local color = GridStatusHots.db.profile.alert_lifebl_stack.color3
@@ -571 +571 @@
- local color = GridStatusHots.db.profile.alert_lifebl.color3
+ local color = GridStatusHots.db.profile.alert_lifebl_stack.color3
@@ -582 +582 @@
- get = function () return GridStatusHots.db.profile.alert_lifebl.totshow end,
+ get = function () return GridStatusHots.db.profile.alert_lifebl_stack.totshow end,
@@ -584 +584 @@
- GridStatusHots.db.profile.alert_lifebl.totshow = arg
+ GridStatusHots.db.profile.alert_lifebl_stack.totshow = arg
After getting new Grid, 3.0b version does work but the red dot won't go away.
3.1 version, doesn't work at all...it just won't show on the Grid menu.