Download
(222Kb)
Download
Updated: 08-30-12 03:50 PM
Pictures
File Info
Updated:08-30-12 03:50 PM
Created:unknown
Downloads:35,251
Favorites:128
MD5:
Categories:Buff, Debuff, Spell, Casting Bars, Cooldowns, Druid, Paladin, Priest, Shaman, Healers, Combat Mods

HotCandy  Popular! (More than 5000 hits)

Version: 1.7.1
by: Nevcairiel [More]

HotCandy is a Heal-over-Time tracker designed for Druids, but it also supports other healing classes with HoTs, like Renew of Priests, or Riptide of Shamans.

HotCandy was designed to be very simple and easy to use, with only a handful of options to customize the style of the bars. However its core is powerful and supports all known set bonuses and talents that increase the length of your HoTs.

HotCandy is driven by the CombatLog events and the cast events, those two in tandem provide it with all the information it needs to provide proper information about all your active HoTs.

You can access the HotCandy configuration through the Blizzard Interface AddOns Options.

1.7.1
- Support for Glyph of Blooming
- Removed obsolete Shaman ability

1.7.0
- Support for WoW 5.0 and Mists of Pandaria
- Fixed Lifebloom refresh on full stack and with Empowered Touch
- Improved HoT duration calculations with spell haste
- Added Diving Aegis and Chakra: Serenity

1.6.7
- Fix for 4.2 combatlog changes

1.6.5
- Fix for Priest changes in 4.1

1.6.4
- Fix for 4.1 combatlog changes

1.6.3
- Add new spells: Holy Word: Serenity/Aspire and Beacon of Light
- Fixed glyphs

1.6.2
- Updated the Spells for 4.0

1.6.1
- Fixed a bug with the bundled libraries

1.6.0
- Internal rewrite for easier maintenance
- Fixed the positioning logic to finally work in every case.
- Added Shaman Earthliving HoT.

1.5.3
- Added support for HoTs that scale on haste (Druid's with the Rapid Rejuvenation Glyph)
- Strip the Server Name of the Player Names in Cross-Server Instances and BGs

1.5.2
- Rejuvenation is now 15s on all ranks. (3.3 Content Patch)

1.5.1
- Updated for the 3.2.0 Content Patch
- Added support for Hunters Mend Pet spell.

1.5.0
- Full support for the 3.1.0 Content Patch!
- Added support for Healing Way, Wild Growth and Prayer of Mending

1.4.5
- Adjusted the length of Rejuvenation for Level 80 Druids to 15 seconds
- Fixed an error when HotCandy was run on an unsupported class

1.4.1
- Added support for Riptide and Glyph of Renew
- Updated LibBars-1.0 library to improve user experience
- Fixed stack detection of Lifebloom

1.4.0
- Full support for 3.0, including Talents and Glyphs
- New options to toggle the tracking of all supported spells
- Internal reworking

1.4.0-beta:
- First beta release for WoW 3.0
- Support for Nature's Splendor (Druid Talent)
- No Glyph support yet, to come in 1.4.0 Final

1.1.63309:
- added tracking of Lifebloom stacks
- added options to format the text on the bars
- removed 2 library deps and upgraded one library
- added Load on Demand support using AddonLoader

1.0.42857:
- relevant set bonuses will be detected automatically now
- support for texture choosing through SharedMediaLib
- option to change the width of the bars
Post A Reply Comment Options
Unread 10-25-08, 05:35 PM  
DiGG
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Finally works for me... but I'm a priest, and with the new glyphs, I'm using Glyph of Renew (http://www.wowhead.com/?item=42411) and the counter still shows 15 secs on my renews, when it should be 12 secs... is it something that will be added *soon* to this wonderful mod?
Report comment to moderator  
Reply With Quote
Unread 10-27-08, 10:20 PM  
berdan
A Kobold Labourer
 
berdan's Avatar

Forum posts: 0
File comments: 24
Uploads: 0
Riptide

To get Riptide tracking for us Shamans, I added this in local spells:
Code:
	SHAMAN = {
		riptide = {
			id = 61299,
			type = "cast",
			duration = 15,
		},
	},
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 11:15 AM  
Nevcairiel
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 105
Uploads: 5
Re: Riptide

Originally posted by berdan
To get Riptide tracking for us Shamans, I added this in local spells:
Code:
	SHAMAN = {
		riptide = {
			id = 61299,
			type = "cast",
			duration = 15,
		},
	},
Had this one coming for the next version too, but thanks for verifying
Report comment to moderator  
Reply With Quote
Unread 10-30-08, 11:16 AM  
Nevcairiel
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 105
Uploads: 5
Originally posted by DiGG
Finally works for me... but I'm a priest, and with the new glyphs, I'm using Glyph of Renew (http://www.wowhead.com/?item=42411) and the counter still shows 15 secs on my renews, when it should be 12 secs... is it something that will be added *soon* to this wonderful mod?
In the next version, too!
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 09:44 AM  
DiGG
A Kobold Labourer

Forum posts: 0
File comments: 10
Uploads: 0
Originally posted by Nevcairiel
In the next version, too!
Also, please note that the Tier5 priest set, when having 4 pieces, extends Renew by 3 more seconds. Back when I had that set, I had to edit manually your addon, to add those 3 seconds. Dunno if/how you can add this also...
Report comment to moderator  
Reply With Quote
Unread 11-05-08, 05:52 PM  
rewy
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Positioning fix

Nev:

Any chance we can get a hotfix for the location error with the mod?

For some reason its not saving the x,y coords of the position you chose to anchor it to. If you do it while in game it will stay that way till you log out or exit game, but, upon entering the game again it will not save the coords you chose and will revert to its default position.
Report comment to moderator  
Reply With Quote
Unread 11-08-08, 02:31 AM  
Nevcairiel
Premium Member
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 63
File comments: 105
Uploads: 5
Originally posted by DiGG
Also, please note that the Tier5 priest set, when having 4 pieces, extends Renew by 3 more seconds. Back when I had that set, I had to edit manually your addon, to add those 3 seconds. Dunno if/how you can add this also...
Huh, i have support for the Avatar Raiment set. But not like its being used any more now ...
Report comment to moderator  
Reply With Quote
Unread 11-18-08, 06:29 PM  
Forerunner
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
Hey, there seems to be an issue with tracking Rejuvenation (Rank 15) with Nature's Splendor. I'm not sure whether it is the talent or the new rank (which is 3 seconds longer than all the other ranks of Rejuvenation), but I assume it is with the skill because Lifebloom and Regrowth are tracked fine with the talent.
Report comment to moderator  
Reply With Quote
Unread 11-20-08, 01:53 PM  
Tenson
A Fallenroot Satyr

Forum posts: 26
File comments: 83
Uploads: 0
Wild Growth

Does HotCandy detect Wild Growth? Or, is it possible to detect it?

I don't use any scrolling text, just the default blizzard one, and I seem to be able to see in on myself, but I can't see it on others.

With HotCandy, I don't see the Wild Growth ticking on myself (when I have a buff with swiping count down).

Thanks in advance
Report comment to moderator  
Reply With Quote
Unread 01-07-09, 03:30 PM  
Qupe
A Warpwood Thunder Caller
 
Qupe's Avatar
AddOn Author - Click to view AddOns

Forum posts: 92
File comments: 523
Uploads: 3
Please please please please

is there a way to stop these bars from resetting their position and bar texture?
Report comment to moderator  
Reply With Quote
Unread 01-09-09, 04:19 PM  
zonya
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Would like to know if there's a fix for the "bar position resetting every time I log" bug.
Report comment to moderator  
Reply With Quote
Unread 02-03-09, 06:06 AM  
lodewijk
A Deviate Faerie Dragon

Forum posts: 13
File comments: 120
Uploads: 0
hi, just a quick question/request here. is there an option to sort the bars by player first and by remaining hot-time 2nd? maybe even with some gap between individual players?
Last edited by lodewijk : 02-03-09 at 06:06 AM.
Report comment to moderator  
Reply With Quote
Unread 04-23-09, 10:04 AM  
zibary
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
you can expand this mod to handle Glyph of Riptide by adding the following block of code to the UpdateBonus() function, in the section marked with the comment -- Glyph Bonnus

Code:
elseif class == "SHAMAN" then
		-- Glyph of Riptide
		if hasGlyph(63273) then
			track.riptide.duration = track.riptide.dura7tion + 6
		end
btw, to the author, i'd like to make a feature request as well... i'd like to see the bars registered as unit_frames so they could be used by Clique to click-cast. thanks.

[e] to clarify, i don't mean for you to turn the current bars into unit frames. the bar functionality is perfect. i would like to see an additional (smallish) unit frame also created and assigned to the player that the HoT is applied to. this would greatly simplify the task of "consuming" riptide with a chain heal at the end of it's life. thanks.
Last edited by zibary : 04-23-09 at 10:27 AM.
Report comment to moderator  
Reply With Quote
Unread 05-07-09, 10:57 PM  
Akirium
A Kobold Labourer

Forum posts: 0
File comments: 17
Uploads: 0
any way to get rid of the icon or skin it?
Report comment to moderator  
Reply With Quote
Unread 05-17-09, 07:44 PM  
tauroc
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
any chance we could get the earthliving HoT on here? (the shaman on that has a chance to be put on from all heals)

edit:did it myself, also added in ancestral fortitdue support. just had to add some code to the spells section
Code:
		earthliving = {
			id = 52000,
			duration = 12,
		},
		ancestralfortitude = {
			id = 16237,
			duration = 15,
		},
Last edited by tauroc : 05-17-09 at 08:02 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.