DOWNLOAD HERE
==========
http://files.wowace.com/GridStatusHots
Forum Thread
==========
http://www.wowace.com/forums/index.php?topic=4142.0
1. Seperate indicator for Your HoT(s) on a specific target.
2. Remaining running time of your HoT(s) in seconds
3. Total number of HoT's running on any target.
Since HoTs stack is nice to know when the HoTs you threw is running or expiring.
This way we can maximize HoT healing, instead of guessing and recast and waste mana.
Menu options are :
ALL:
--------
Buff: Hot Count -> (indicators: texts)
PRIEST:
---------
Buff: My Renew -> (indicators: border,corners,texts)
Buff: Hot Count -> (indicators: texts)
DRUID:
---------
Buff: My Rejuvenation -> (indicators: border,corners,texts)
Buff: My Regrowth -> (indicators: border,corners,texts)
Buff: My Lifebloom -> (indicators: border,corners,texts)
Buff: Hot Count -> (indicators: texts)
If you throw both rejuv and regrowth rejuv has priority since regrowth runs longer.
Originally posted by savigny Like the poster on the wowace forums (http://www.wowace.com/forums/index.php?topic=5091.0), I am getting 2-3 second lockups every few minutes while running GridStatusHots. Removing the add-on solves the issue. Any insight into this?
Get r29927 (v1.01), this should fix these problems. Let me know how it turns out.
Like the poster on the wowace forums (http://www.wowace.com/forums/index.php?topic=5091.0), I am getting 2-3 second lockups every few minutes while running GridStatusHots. Removing the add-on solves the issue. Any insight into this?
Originally posted by Predic This part is already in the GridStatusHots.lua. And it produces the error message:
Send me translation for :
Buff: Hot Count --> This is German ?
Buff: My Renew --> This is in German ?
Buff: My Rejuvenation --> This is in German ?
Buff: My Regrowth --> This is in German ?
L:RegisterTranslations("deDE", function()
return {
["Renew"] = "Erneuerung",
["Rejuvenation"] = "Verj\195\188ngung",
["Regrowth"] = "Nachwachsen",
["Buff: Hot Count"] = true,
["Buff: My Renew"] = true,
["Buff: My Rejuvenation"] = true,
["Buff: My Regrowth"] = true,
}
This part is already in the GridStatusHots.lua. And it produces the error message:
Quote:
Fehler: AceLocale(GridStatusHots): Can only accept true as a value on the base locale. "enUS" is the base locale, "deDE" is not.
AddOn: GridStatusHots
Datei:GridStatusHots.lua
Zeile:37
Fehler Nummer:1
--------------------------------------------------
Originally posted by Predic Thank you for adding the very interesting new features.
But it doesn't work in any way with the deDE-version of WoW. Neither the new texts, nor the old indicators. There is no configuration menu, it seems the addon is not present.
Its probably this table that nneds finishing (fill in the true's ) goes for all translations.
The problem is that I have no way of testing it.
L:RegisterTranslations("deDE", function()
return {
["Renew"] = "Erneuerung",
["Rejuvenation"] = "Verj\195\188ngung",
["Regrowth"] = "Nachwachsen",
["Buff: Hot Count"] = true,
["Buff: My Renew"] = true,
["Buff: My Rejuvenation"] = true,
["Buff: My Regrowth"] = true,
}
Thank you for adding the very interesting new features.
But it doesn't work in any way with the deDE-version of WoW. Neither the new texts, nor the old indicators. There is no configuration menu, it seems the addon is not present.
Quote:
Fehler: AceLocale(GridStatusHots): Can only accept true as a value on the base locale. "enUS" is the base locale, "deDE" is not.
AddOn: GridStatusHots
Datei:GridStatusHots.lua
Zeile:37
Fehler Nummer:1
--------------------------------------------------