• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

HotCandy

  Download the Curse Client

Project Updated:
Files Updated: Tue, Apr 14 2009
Supports Game Version: 3.1.0
Category: Buffs & Debuffs, Combat, and Healer
Tags:

[Edit Tags]

Project Manager: Nevcairiel
Additional Authors: No additional authors
Current Version: 1.5.0
License: All Rights Reserved
Avg Daily DL (last 30 days): 53
Downloads Total: 26,488
Favorites: 44
Comments: 21
  • About HotCandy
  •  

HotCandy is a Heal-over-Time tracker initialy designed for Druids, but has grown into a full HoT/Buff tracker for all healing classes.

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, talents and glyphs that increase the length of your HoTs.

HotCandy is driven solely by the CombatLog events which provide it with all information it needs to display accurate timers for the HoTs you cast on other players (or yourself, of course).

Supported Spells

  • Druids
    • Lifebloom (with stack display)
    • Rejuvenation
    • Regrowth
    • Wild Growth (disabled by default)
    • Abolish Poison (disabled by default)
  • Priests
    • Renew
    • Power Word: Shield
    • Prayer of Mending (with remaining charges display)
    • Abolish Disease (disabled by default)
  • Shamans
    • Riptide
    • Healing Way (with stack display)

All supported spells can be enabled/disabled in the HotCandy configurarion, as you see fit.

You can access the HotCandy configuration through the Blizzard Interface AddOns Options, or with the /hotcandy slash command.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  HotCandy 1.5.0 Release 3.1.0 5,639 4/14/2009
  HotCandy 1.4.5 Release 3.0.3 11,074 11/19/2008
  HotCandy 1.4.1 Release 3.0.2 2,775 10/31/2008
  HotCandy 1.4.0 Release 3.0.2 104 10/24/2008
  HotCandy 1.4.0-beta Beta 3.0.2 96 10/15/2008
  • 1 page(s)
Advertisement
  • Screenshots (1)
  •  
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • bodetect said 

    against position bug
    hotcandy.lua, Line: 218

    function HotCandy:LoadPosition()
    -- Convert old Position (its not 100% accurate due to new anchor handling - but its a start)
    if db.posx then
    db.position = { x = db.posX, y = db.posY, point = "TOPLEFT", relPoint = "BOTTOMLEFT" }
    db.posX = nil
    db.posY = nil
    end
    if not db.position then return end
    local pos = db.position
    local x, y, s = pos.X, pos.Y, self.group:GetEffectiveScale()
    local point, relPoint = pos.point, pos.relPoint

    self.group:ClearAllPoints()
    self.group:SetPoint(point, UIParent, relPoint, x, y)
    end

    function HotCandy:SavePosition()
    if not db.position then db.position = {} end
    local pos = db.position
    local point, parent, relPoint, x, y = self.group:GetPoint()
    local s = self.group:GetEffectiveScale()

    pos.X, pos.Y = x, y
    pos.point, pos.relPoint = point, relPoint
    end

    about riptide
    hotcandy.lua, Line: 46X, -- Glyph Bonus
    (add this)

    elseif class == "SHAMAN" then
    -- Glyph of Riptide
    if hasGlyph(63273) then
    track.riptide.duration = track.riptide.duration + 6
    end


    Reply Report Permalink
  • "This addon does´nt have support for the new Riptide glyph, and i also like many others have the problem whit the position reseting on login. :("

    Reply Report Permalink
  • Dohram said 

    im getting this error from alot fo my mods -minus teh hotcandy part ive posted on teh author of libbars but no responce as of yet

    Date: 2009-04-30 11:22:18
    ID: -60
    Error occured in: Global
    Count: 2
    Message: ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua line 1651:
    TexCoord out of range
    Debug:
    [C]: ?
    [C]: SetTexCoord()
    ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua:1651: func()
    ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua:1121:
    ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua:1116

    Reply Report Permalink
  • kiramon said 

    Is there possibly a way to add Cyclone to this? Or is it not capable of tracking outside of allies?

    Just curious because I'd rather not use another mod to give me a cyclone timer :(

    Reply Report Permalink
  • Raimoond said 

    This addon does´nt have support for the new Riptide glyph, and i also like many others have the problem whit the position reseting on login. :(

    Reply Report Permalink
  • jenming said 

    I get this error every time I log in, anyone know how to fix it?

    Date: 2009-04-24 17:43:45
    ID: 1
    Error occured in: Global
    Count: 1
    Message: ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua line 1651:
    TexCoord out of range
    Debug:
    (tail call): ?
    [C]: ?
    [C]: SetTexCoord()
    ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua:1651: func()
    ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua:1121:
    ...ace\AddOns\HotCandy\libs\LibBars-1.0\LibBars-1.0.lua:1116

    Reply Report Permalink
  • Zyroc said 

    I've got a problem with the position, it ALWAYS resets on login, even if i do just a console reloadui... Anyone knows what to do?

    Reply Report Permalink
  • Hangar said 

    The position is shifting upon login for me as well.

    Reply Report Permalink
  • bogdang said 

    Abolish Disease is not working for me but ty alot for adding POM and PWS .thank u

    Reply Report Permalink
  • bogdang said 

    Great adoon,exactly what i was looking for but why put in the desprection something is not in the addon?like :
    # Power Word: Shield
    # Prayer of Mending (with remaining charges display)
    # Abolish Disease (disabled by default)

    Reply Report Permalink
  • Nilja said 

    Love the addon, only issue is that it doesn't seem to work for Hunter's mend pet. Would be very practical.

    Reply Report Permalink
  • y3ll said 

    Does it also work with things like Beacon of Light?

    Reply Report Permalink
  • Great Add On thank you. Now Wild Growth is on a cooldown would be great to have it in the list

    Reply Report Permalink
  • sepetant said 

    The addon doesn't recognize the Nature's Splendor extra length on my druids HoTs.

    Reply Report Permalink
  • Swap gear, it'll trigger a re-detecting of the talents. Looks like the author is trying to grab talent info too early in the loading process or something.

    Reply Report Permalink
  • Any possibility of adding Wild Growth?

    Reply Report Permalink
  • I've got a problem with the position, it ALWAYS resets on login, even if i do just a console reloadui...

    Reply Report Permalink
  • Zyroc said 

    Same here, any tip?

    Reply Report Permalink
  • ramadu said 

    I have the some problem and it is very annoying.A hotfix would be awesome.

    Reply Report Permalink
  • Makube said 

    I deleted that addon 'cause of this bug. Its sad 'cause i realy liked it, i ll use it again when this thing is fixed :<

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 19,298 Deadly Boss Mods Boss Encounters, and Combat
  2. 8,269 BigWigs Bossmods Boss Encounters, and Combat
  3. 8,240 HealBot Continued Buffs & Debuffs, Unit Frames...
  4. 6,909 OmniCC Combat
  5. 6,330 Recount Combat