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,314
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: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: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: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-13-07, 07:15 PM  
nampal
A Murloc Raider

Forum posts: 4
File comments: 17
Uploads: 0
it doesn't work, I put buff HOTs to center text line and I don't see count down, only number represent the number of HOTs.

How do you confirgue that in your Grid? Health bar to show the cool down? Any corner/side dots can't show the cool down or number.

Edit: NVM, silly me, this is for priests and druids, and I'm pally .
Last edited by nampal : 01-13-07 at 07:16 PM.
Report comment to moderator  
Reply With Quote
Unread 01-10-07, 05:18 PM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Yes some guy checked out my files and decided to update locale, and uploaded, but he broke it on the SVN.
Ill be fixing it soon.
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 10:25 AM  
Hjalte
A Fallenroot Satyr

Forum posts: 21
File comments: 47
Uploads: 0
It seems the translator broke GridStatusHots with the latest release on the svn (r24160)

I receive the following error when logging in:

[2007/01/09 17:18:59-420-x1]: GridStatusHots\GridStatusHots.lua:19: AceLocale(GridStatusHots): Translation "My HoT spell" does not exist.
ag_UnitFrames-0_o \libs\AceLibrary\AceLibrary.lua:85: in function `error'
AceLocale-2.2-23383 (ag_UnitFrames):466: in function <...ddOns\ag_UnitFrames\libs\AceLocale\AceLocale-2.2.lua:464>
AceLocale-2.2-23383 (ag_UnitFrames):38: in function <...ddOns\ag_UnitFrames\libs\AceLocale\AceLocale-2.2.lua:36>
GridStatusHots\GridStatusHots.lua:19: in main chunk

---
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 02:43 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
The new version (r24160 2007-01-08 22:43:45) doesn't work with the deDE-version of WoW. The ingame menu is empty an can not be configured.
Last edited by Predic : 01-09-07 at 06:46 AM.
Report comment to moderator  
Reply With Quote
Unread 12-27-06, 05:43 AM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Originally posted by shadmar
I havent added localization yet.
But I can, I just need some help with translations like :

German, French, Spanish etc.. name for the 3 spells, renew, rejuvenation and regrowth and someone to test this.
No problem.

Renew:

german: Erneuerung
french: R\195\169novation

Rejuvenation:

german: Verj\195\188ngung (Verjüngung)
french: R\195\169cup\195\169ration

Regrowth:

german: Nachwachsen
Report comment to moderator  
Reply With Quote
Unread 12-27-06, 04:20 AM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Originally posted by Predic
I started using grid a week ago. GridStatusHots seems to be very interesting but it doesn't work in any way for me. Update needed or is there possibly another problem?

I'm using deDE-Version of WoW with a Druid and would like it to see my own HOTs
I havent added localization yet.
But I can, I just need some help with translations like :

German, French, Spanish etc.. name for the 3 spells, renew, rejuvenation and regrowth and someone to test this.
Report comment to moderator  
Reply With Quote
Unread 12-26-06, 11:09 PM  
Predic
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I started using grid a week ago. GridStatusHots seems to be very interesting but it doesn't work in any way for me. Update needed or is there possibly another problem?

I'm using deDE-Version of WoW with a Druid and would like it to see my own HOTs
Last edited by Predic : 12-26-06 at 11:33 PM.
Report comment to moderator  
Reply With Quote
Unread 12-19-06, 10:53 AM  
Nomad_Wanderer
A Murloc Raider

Forum posts: 6
File comments: 10
Uploads: 0
Any way you can get this up on the trunk? so WAU, and people using wowace.com/files can see it?
Report comment to moderator  
Reply With Quote
Unread 12-18-06, 12:03 PM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Originally posted by jeroen84
Swiftmend always takes away the HoT that has the shortest time running, so theoretically you could fix this problem by making a time for each (in the menu activated) HoT.

You could make this more precise by using the grid communcation Channel for synchronising like the Incoming Heal feature does.

I really hope you'll consider looking into this, as it would be a great help for many Druids out there.. And the fact that as far as I know it would be a unique feature that no other addon has yet.
Hi jeroen84

Your welcome to give it a shot, but I cant, since I dont have a druid to test it on.
Report comment to moderator  
Reply With Quote
Unread 12-17-06, 10:50 PM  
jeroen84
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Issues
==========
If your target has 2 renew or rejuv running, and 1 (yours) gets dispelled, there is now way of detecting if it was your HoT
Swiftmend always takes away the HoT that has the shortest time running, so theoretically you could fix this problem by making a time for each (in the menu activated) HoT.

You could make this more precise by using the grid communcation Channel for synchronising like the Incoming Heal feature does.

I really hope you'll consider looking into this, as it would be a great help for many Druids out there.. And the fact that as far as I know it would be a unique feature that no other addon has yet.
Report comment to moderator  
Reply With Quote
Unread 12-16-06, 04:56 PM  
shadmar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 4
File comments: 16
Uploads: 1
Originally posted by evilenvy
This was working perfectly before I updated all my ace addons...now it says it can't find a library instance of RosterLib-2.0. I still have Rosterlib (Roster-2.1 and RosterLib-2.0) so I don't know exactly why it can't find it now. It is enabled. Another grid plugin I am using is doing the same thing (gridstatusmissingbuffs). Grid won't work w/o RosterLib-2.0 and grid is working for me so I am at a loss.

Please help! Thanks.


Oh found the answer on the wowace forums..

Replaced:

local RL = AceLibrary("RosterLib-2.0")
to
local RL = AceLibrary("Roster-2.1")

Works again

Yes If you download Grid from SVN u need to update these in the .lua file as you said
Report comment to moderator  
Reply With Quote
Unread 12-16-06, 02:20 PM  
evilenvy
A Murloc Raider

Forum posts: 5
File comments: 2
Uploads: 0
This was working perfectly before I updated all my ace addons...now it says it can't find a library instance of RosterLib-2.0. I still have Rosterlib (Roster-2.1 and RosterLib-2.0) so I don't know exactly why it can't find it now. It is enabled. Another grid plugin I am using is doing the same thing (gridstatusmissingbuffs). Grid won't work w/o RosterLib-2.0 and grid is working for me so I am at a loss.

Please help! Thanks.


Oh found the answer on the wowace forums..

Replaced:

local RL = AceLibrary("RosterLib-2.0")
to
local RL = AceLibrary("Roster-2.1")

Works again
Last edited by evilenvy : 12-16-06 at 02:53 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: