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

  • Your Rating

  • Share
  • Report Abuse

Doom_CooldownPulse

 

Project Updated:
Files Updated: Fri, Oct 30 2009
Supports Game Version: 3.3.0
Category: PvP, Bags & Inventory, and Combat
Tags:

[Edit Tags]

Project Manager: freki
Additional Authors: No additional authors
Current Version: 1.2.2
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 550
Downloads Total: 86,925
Favorites: 136
Comments: 32
  • About Doom_CooldownPulse
  •  

What does it do?


Ever wanted to know when a certain ability will come off cooldown, but you're too caught up in a fight to notice? Doom_CooldownPulse is designed to fix that problem! It flashes the icon of the ability in the middle of your screen whenever it becomes usable again.

Great! Now.. how do I set it up?


Doom_CooldownPulse requires no initial setup; just install and you're good to go! However, the options frame (which is accessable by typing /dcp) allows very easy customization. You can change all of the following:
  • Icon size
  • Icon position (press the unlock button)
  • Fade in time
  • Fade out time
  • Max opacity (transparency)
  • Max opacity hold time
  • Animation scaling (how big/small it gets when it flashes)
  • Cooldowns to ignore
  • Overlay color for pet cooldown pulses
It is intended to be very easy to customize, and your changes take effect immediately. You can see how your settings will look by pressing the "Test" button, or reset them to the default settings by pressing the "Defaults" button.

Isn't this very similar to another addon, JIM's Cooldown Pulse?


Yes, the concept was originally developed by JIM. However, JIM has since gone MIA due to his new job and no longer updates his addon. I was able to get in touch with him, and he is very much supportive of Doom_CooldownPulse. Doom_CooldownPulse is neither an updated version nor a direct clone, but instead an alternative option with the same concept.

  • Downloads (7)
  •  
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  
  Doom_CooldownPulse 1.2.2 Release 3.3.0 8,732 10/30/2009
  Doom_CooldownPulse 1.2.1 Release 3.3.0 3,085 10/29/2009
  Doom_CooldownPulse 1.2 Release 3.1.0 35,021 6/20/2009
  Doom_CooldownPulse 1.1.5 Release 3.1.0 12,223 4/30/2009
  Doom_CooldownPulse 1.1.4 Release 3.0.2 16,809 8/3/2008
  • Screenshots (2)
  •  
  • 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.
  • I find a automatic mining addon
    www.bagnon.org
    I appreciate all the hard work you've put into it.Very simple.

    Reply Report Permalink
  • This addon is great, so thanks a lot for all the effort you put into it. However, I want to disable my PvP Trinket cooldown from showing, but can't. I'm using the Titan-Forged Rune of Determination, but typing that or PvP Trinket into the cooldown ignore list won't work. Is it impossible to do?

    Reply Report Permalink
  • freki said 

    Hi, thanks for bringing this to my attention. Try out the new version (1.2.2). I did a little overhauling and I think I fixed the problem that you describe.

    Reply Report Permalink
  • It works perfectly now. Thank you for helping me so quickly, you rule

    Reply Report Permalink
  • Does this work for 3.2?

    Reply Report Permalink
  • freki said 

    Yes, it works fine. I'll probably upload a version with an up-to-date TOC just to reduce the confusion :P

    Reply Report Permalink
  • HakoHero said 

    Support for Button Facade and zoomed icons would still be awesome though. ;3

    Reply Report Permalink
  • when will it be updated?

    Reply Report Permalink
  • freki said 

    Updated for what? It still works fine as far as I know :)

    Reply Report Permalink
  • Hi Freki,
    just tried to use your awesome addon, unfortunately it does not work for me. Gives me the out of date message in the addon screen before login. I'm using the EU english client if that helps.

    Reply Report Permalink
  • freki said 

    You can check the "Load out of data addons" check box on that screen to load this mod. It's only because I haven't updated the TOC file for the newest patch, but the mod works fine.

    Reply Report Permalink
  • Alright my bad! working fine, thx mate.

    Reply Report Permalink
  • damn this 1 pwns :D gg

    Reply Report Permalink
  • I want to know if Doom Cooldown_pulse also displays talent proccs. For example eclipse of moonkins.

    Reply Report Permalink
  • freki said 

    @Fieryla&Reiya: This has been suggested for a while and I finally got to adding it in the newest version (1.2). Check it out and let me know if there are any problems. Thanks!

    Reply Report Permalink
  • Fieryla said 

    Hmm yeah, it would be awsome to take disable some of the things tracked by the addon. Make it a bit less crowded.

    Reply Report Permalink
  • Reiya said 

    Will it be possible in the future to disable some cooldowns? As a Hunter, for example there's no need to show Kill Command or petskill Rabid for me, but they do show up.

    Reply Report Permalink
  • possibly add the ability to change the display from icons to perhaps text or even like DBM, have CD Timer bars on the side, then starts flashing up in front of u in the last few seconds.

    Just a suggestion. but this is pretty much what I was looking for.

    Best of luck

    Reply Report Permalink
  • JasonGR said 

    Exactly what I was looking for! Thank you :D

    Reply Report Permalink
  • Hi again,

    Ok so I took it upon myself to go and have a look see at what was cutting here cos the code is the same for all addons and it just didn't make sense.

    I hope u don;t mind me messing around in your lua file.

    What I did was I added

    local myStart, myDuration, myEnabled = GetSpellCooldown(spell)
    DEFAULT_CHAT_FRAME:AddMessage(spell.." - Available: "..myStart.." "..myDuration.." "..GetTime())

    (2 lines of code) to the UNIT_SPELLCAST_SUCCEEDED function to see what was been caught. Turns out that spells/abilities like Mangle (Bear) or Faerie Fire (Feral) are not working when using GetSpellCooldown() with them.

    Now I dunno why this is and I have tried using the SpellID and then passing the string to the cooldown function but nothing works.

    I have also tried looking for references to changes made interms of GetSpellCooldown but haven't found anything yet. Since my WoW Addon and lua knowledge are limited (only started today) I have no idea where to look for info or even see if this was reported as a bug.

    Any suggestions....any 1

    Cheers

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 35,131 Atlasloot Enhanced PvP, Arena, Map & Minimap...
  2. 28,546 Deadly Boss Mods Boss Encounters, and Combat
  3. 14,729 Recount Combat
  4. 7,018 BigWigs Bossmods Boss Encounters, and Combat
  5. 5,156 Bagnon Bags & Inventory