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

  • Your Rating

  • Share
  • Report Abuse

Death Knight Alert

 
Project Updated:
Files Updated: Sat, Nov 22 2008
Supports Game Version: 3.0.3
Category: Buffs & Debuffs, Class, Combat, and Death Knight
Tags:

[Edit Tags]

Project Manager: Vandalist
Additional Authors: No additional authors
Current Version: 1.3.1
License: DownRage Productions
Development Site: CurseForge
Avg Daily DL (last 30 days): 38
Downloads Total: 35,046
Favorites: 34
Comments: 37
  • About Death Knight Alert
  •  

DKAlert:
This addon shows either a flash / sound effect (which can both be disabled at the user's discretion) to let you know that a talent has Proc'd a buff that has a limited timer on it. This works with Freezing Fog that proc's from the frost talent Rime, and the proc Death Trance from the talent Sudden Doom.

I originally made this addon for a friend who had troubles keeping up with his proc's, but it seems many other death knights are enjoying this addon, so I might take it to new levels. We will see...

===========================================

Change Log ==

===========================================

1.3
- Fixed a small typo in the script that was causing errors for many players.
1.2
- Changed the "Flash" color to Blue upon request. It was suggested that the color Red was confusing some people into thinking their health was low, which some people have the effect/addons for. It makes sense, so the only change here is the color of the flash.
1.1
- Added the requested Sudden Doom blood talent to also show a short sound/visual warning.
- Fixed a minor error in the coding. This mistake did not effect functionality.

1.0
- Original Version, only tracks Freezing Fog with a sound/visual warning.

  • Downloads (4)
  •  
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  
  Death Knight Alert 1.3.1 Release 3.0.3 29,578 11/22/2008
  Death Knight Alert 1.2 (Broken) Release 3.0.3 1,061 11/20/2008
  Death Knight Alert 1.1 Release 3.0.3 136 11/20/2008
  Death Knight Alert 1.0 (Freezing Fog Only) Release 3.0.3 3,186 11/16/2008
  • 1 page(s)
  • 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.
  • The line that reads
    if (arg2 == "Death Trance!") then

    needs to be changed to

    if (arg2 == "Killing Machine") then

    Reply Report Permalink
  • zeraska said

    how do u set it up so it will let me kno when i have killing machine

    Reply Report Permalink
  • teyessa said

    looking over this and pretty much does what Power Auras does, and thats being actively managed :P

    Reply Report Permalink
  • Jamond said

    Well hey if it's really abandoned, I will find way to post my own update to it if people on here really need it. Weird, never fancied myself a supplier of addons, lol. Here's what mine does at the moment:

    1. Flashes blue and plays an "Icy" type noise when I get a "Rime" proc.
    2. Flashes red and plays sort of a "War Drum" type of noise when I get a "Killing Machine" proc.

    As for knowing when Rune Strike is up, why don't you just macro Rune Strike onto the start of all of your abilities? For example when I go to Frost Strike something, my macro automatically activates Rune Strike if it is available. Since there's never really a time when you WOULDN'T want to activate an available Rune Strike, I've found it safe to have it on ALL of my main abilities. It's basically like trying to use Rune Strike on every hotkey. If that makes sense... Anyway if that's confusing I can post a macro you can use as well.

    As for customization: Best I can offer is instructions on how to customize it like I am doing for myself, using the OP's latest revision as a starting point. I'm new to addon programming so it's mostly all trial and error for me until I get it working.

    I guess in theory I could spend some time customizing them for people however they'd like...with custom sounds and colors on the flash, but that'd take a while, lol. Now maybe if people donated to my "Need Beer to Program" fund...buahahaha.

    Anyway, let's see what response there is on here...see who really uses this addon or watches the feedback, and I'll decide what to do from there.

    Reply Report Permalink
  • Hi Jamond, I'd be interested in both your addon and also your macro! Thanks!!

    Reply Report Permalink
  • Jessterr said

    Its been 6 months since the Author Posted. Seems like this project was abandoned. I wish it hadn't been... but many users have made requests I myself would like to see some changes.

    Add Sound Effects/Flashes for Killing Machine, Rune Strike. Remove the code for Sudden doom (Not really needed).

    Add more customization! Many people seem to be asking for this especially.
    Myself... I want Killing Machine. I can't tank frost, watch my health, and buff bar for killing machine at the same time. I know, horrible tank.. Probably going to spec out of frost for this reason.

    If this is abandoned... It would be cool if someone else made something similar.

    Reply Report Permalink
  • Jamond said

    Nevermind, I figured it out. I had to add a third "if" conditional to the Checker function. It seems to be working exactly as I hoped so far. Obviously I'd be glad to share the code/files I'm using with you, if it would help you modify/add to the program. Thanks again for the base code :)

    Reply Report Permalink
  • Jamond said

    Hi Vandalist! I really like what you've started here...I found it really bothersome to have to constantly check my buffs for Rime. The code is so simply written, that even a complete programming n00b like me was able to understand and slightly modify it. Someone mentioned the code was based on a prior mage addon, if so thanks to that person, too. Anything to make WoW more fun and productive is good for all of us players.

    I hope you don't mind, but I've taken some time to customize your code so that it flashes and plays a new sound effect when my 'Killing Machine' talent procs. Being that I have absolutely no background in LUA or XML, it was sort of a trial and error process for me to modify. I have a question for you if you don't mind?

    Mainly...I want the flash to be red when Killing Machine procs, and Blue when Rime procs. I can see there's already programming written for the "Buah_Red" flash itself, probably from your original red flashing version...but do you know how I would go about calling up different "Buah_Color" flashes for different abilities?

    That may be VERY simple, as I said I have no knowledge of LUA or XML. Thanks again for the addon work! Even in its unmodified form, this addon is a great helper for frost tanks.

    Reply Report Permalink
  • griffith07 said

    I think it would be great if it would flash green or something when unholy blight runs out. That would be very helpful.

    Reply Report Permalink
  • i was thinking green instead of blue. same color as the spell

    Reply Report Permalink
  • Keile said

    Rune Strike really doesn't need to be added to this mod.

    Simply macro your skills like this:

    "#shottooltip Blood Strike
    /cast Rune Strike
    /cast Blood Strike"

    If you macro all your major skills like that you wont even need runestrike on your bar, you will do it automatically.

    Reply Report Permalink
  • Jigain said

    What would be even sweeter, would be if you would add support for a keybinding. Say, for example, I don't use the § button for anything (on my keyboard, it's right next to 1). Whoops, there goes my proc for Sudden Doom. My screen begins to flash to let me know I can fire off a Death Coil for free. I inch my fingers just a little bit to the left, hit the § button, and wham. DC right in your face, mr Alliance NPC sir.

    But wait. Runestrike procs. Now I just need to use it. But I don't search my actionbar for it. I don't slide my fingers all the way over to 8-9. I don't switch action bar to find it. I press... §. Wham. A Runestrike in your face, mrs Alliance NPC madam.

    How do you think about that? Possible? Probable? Good idea?

    Reply Report Permalink
  • mezla101 said

    would be lovely if cinderglacier procs could be included as well.
    Thanks for a great working addon.

    Reply Report Permalink
  • yheen said

    wtf it's a rip of MageAlert -.- thx for asking -.-

    Reply Report Permalink
  • sage123 said

    yes put "Rune Strike" spell and it's really great!

    Reply Report Permalink
  • protogonus said

    I've been looking for an Addon that would track Horn of Winter, this is the closest to it, a few more updates and I'm sure it will be tracked along with other things. Thanks Vandalist for putting together a great addon!

    Reply Report Permalink
  • takahata said

    Yeah, I've been searching for an addon for just that purpose, an audio/visual cue when Killing Machine and/or Freezing Fog procs. I'm looking forward to trying this addon out, really hope it gets KM support soon. :D

    Reply Report Permalink
  • Touchpad said

    why not just use smart buff for HoW?

    Reply Report Permalink
  • /agree with previous post

    Parry/dodge proccing Rune Strike, and having the addon to alert us would be a great addition. :D

    Reply Report Permalink
  • yara24 said

    it would be great with this addon to know if runestrike is available or not when fighting. with that, dk alert gonna be awesome

    Reply Report Permalink
  • Addon Packs Containing Death Knight Alert
  • Similar Addons
  •  

Average downloads per day

  1. 23,777 Deadly Boss Mods Boss Encounters, and Combat
  2. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  3. 6,026 Recount Combat
  4. 5,653 BigWigs Bossmods Boss Encounters, and Combat
  5. 3,360 Omen Threat Meter Boss Encounters, and Combat