Download
(4Kb)
Download
Updated: 10-19-07 03:04 PM
Addon for:
Grid.
Pictures
File Info
Updated:10-19-07 03:04 PM
Created:unknown
Downloads:30,327
Favorites:169
MD5:

GridStatusHots  Popular! (More than 5000 hits)

Version: r52587
by: shadmar [More]

Requires Grid

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.

Supports :
----------
- Renew
- Rejuvenation
- Regrowth
- Lifebloom <-- (NEW)

Post A Reply Comment Options
Unread 01-14-07, 07:08 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
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.

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
--------------------------------------------------
Last edited by Predic : 01-14-07 at 07:29 AM.
Report comment to moderator  
Reply With Quote
Unread 01-14-07, 07:24 AM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 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,
}
Report comment to moderator  
Reply With Quote
Unread 01-14-07, 07:35 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
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:

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
--------------------------------------------------
Report comment to moderator  
Reply With Quote
Unread 01-14-07, 07:40 AM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
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 ?
Report comment to moderator  
Reply With Quote
Unread 01-14-07, 07:53 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
L:RegisterTranslations("deDE", function()
return {
["Renew"] = "Erneuerung",
["Rejuvenation"] = "Verj\195\188ngung",
["Regrowth"] = "Nachwachsen",
["Buff: Hot Count"] = "Anzahl Hots",
["Buff: My Renew"] = "Meine Erneuerung",
["Buff: My Rejuvenation"] = "Meine Verj\195\188ngung",
["Buff: My Regrowth"] = "Mein Nachwachsen",
}
end)
Report comment to moderator  
Reply With Quote
Unread 01-21-07, 01:59 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Lifebloom

Druids get a new hot at level 64 (Lifebloom). Can it be added? And can it be counted (stacks up to 3x)

german translation: Lifebloom = Bl\195\188hendes Leben (Blühendes Leben)
Report comment to moderator  
Reply With Quote
Unread 01-23-07, 09:02 AM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Re: Lifebloom

Originally posted by Predic
Druids get a new hot at level 64 (Lifebloom). Can it be added? And can it be counted (stacks up to 3x)

german translation: Lifebloom = Bl\195\188hendes Leben (Blühendes Leben)
Yes I will look into that.
Report comment to moderator  
Reply With Quote
Unread 01-24-07, 01:58 PM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
To test Lifebloom please download : http://files.wowace.com/GridStatusHo...StatusHots.zip

And report back to me.

Thx
Report comment to moderator  
Reply With Quote
Unread 01-25-07, 03:50 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
The Lifebloom-HoT is counted with the other HoTs Thx!

Not counted is the stack (which is displayed in the Lifebloom-Icon up to 3), but this is ok.
Report comment to moderator  
Reply With Quote
Unread 02-13-07, 08:22 AM  
qx87
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
nvm found it
Last edited by qx87 : 02-13-07 at 08:27 AM.
Report comment to moderator  
Reply With Quote
Unread 03-04-07, 08:13 AM  
Ayindi
A Kobold Labourer

Forum posts: 1
File comments: 18
Uploads: 0
Hi,

sorry for this question, but I cant find out how to display the remaining time for my hots... Can anyone help me?

Display of the number of Lifebloomstacks would be a nice addition! And maybe a "blinking" indicator when a hot is about to expire!
Report comment to moderator  
Reply With Quote
Unread 03-06-07, 08:43 AM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Originally posted by Ayindi
Hi,

sorry for this question, but I cant find out how to display the remaining time for my hots... Can anyone help me?

Display of the number of Lifebloomstacks would be a nice addition! And maybe a "blinking" indicator when a hot is about to expire!
Just configure it for centertext2, should display countdown.
Report comment to moderator  
Reply With Quote
Unread 03-07-07, 05:45 PM  
savigny
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Lockups

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?
Last edited by savigny : 03-07-07 at 05:46 PM.
Report comment to moderator  
Reply With Quote
Unread 03-09-07, 04:19 PM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Yes it can be, the code needs to be optimized, i'll have a look at it for the next release.
Report comment to moderator  
Reply With Quote
Unread 03-11-07, 03:28 AM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Re: Lockups

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.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: