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

  • Your Rating

  • Share
  • Report Abuse

CombatAlert

 
Project Updated:
Files Updated: Tue, Oct 21 2008
Supports Game Version: 3.0.2
Category: Combat
Tags:

, , , , and [Edit Tags]

Project Manager: Chexsum
Additional Authors: No additional authors
Current Version: v0.7
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 7
Downloads Total: 38,311
Favorites: 23
Comments: 28
  • About CombatAlert
  •  

Allows you to be alerted when various combat events occur. There is a preset mode that lets the addon work as a item/spell cooldown, buff and spell alerter or you can setup filters to only alert/warn/show you when certain events occur.

Read the readme.txt file inside the addon directory to learn how to add filters.

  • Downloads (6)
  •  
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  
  CombatAlert v0.7 Release 3.0.2 8,346 10/21/2008
  CombatAlert v0.6 Release 2.4.3 794 9/10/2008
  CombatAlert v0.5 Release 2.4.3 348 9/10/2008
  CombatAlert v0.3 Release 2.4.3 251 9/10/2008
  CombatAlert v0.2 Release 2.4.3 276 8/30/2008
  • Screenshots (3)
  •  
  • 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.
  • Chexsum said

    Havent tested this at all but my other addon works with updated libs.

    Reply Report Permalink
  • Chexsum said

    I havent updated it for a long time - just getting back into the game now.

    Reply Report Permalink
  • condan said

    am i only one geting error on add on?

    Reply Report Permalink
  • anyone mind makin a crash course on this add on in you tube or something >< i can't get it to work i've tried copyin things from this comments section and pastin it in wow but it won't work (copied commands such as "/cal insert crit cast focus player Mana Burn") so yea .. i need some help if anyone have the time i would appreciate it .

    And how do i disable the function where by it shows every miss attacks and parry attacks

    Reply Report Permalink
  • Chexsum said

    It doesnt show miss/parry/fail/etc. I havent played wow since hitting 80 much. :(

    Reply Report Permalink
  • ... its not overly complicated to configure patterns! :)~


    Wrong yes it is. How about a GUI for this?

    Reply Report Permalink
  • Tamiflu said

    First: thanks for programming this addon, it is, I think, exactly what I've been looking for. Only I'm too dumb to get it to work.

    What I want it to do:
    - Give me a clear warning if anyone in my vicinity casts a Mana Burn on me
    - Be silent and invisible at all other times

    What I tried in setting it up:
    - Checked only "allow unknown" and "enabled"
    - typed: "/cal insert crit cast focus player Mana Burn" and "/cal insert crit cast target player Mana Burn" and "/cal insert crit cast unknown player Mana Burn"

    However when I duel to try it out I don't get warned. Could you please help me find out what I did wrong?

    Thanks!

    Reply Report Permalink
  • Chexsum said

    You cant shorten critical as crit and I dont use the critical table anymore - its either show (no sound), info (info sound), warn (warn sound) or alert (alert sound).

    Try /cal insert alert cast * player Mana Burn

    Reply Report Permalink
  • Chexsum said

    Cast isnt working properly ATM - I dont know why but Ill work on it now. If you turn off preset mode it wont announce anything so itll do what you need when I get the Cast working.

    Ill be adding a wildcard (*) parameter to filters soon so that you dont have to add every type of filter (ie /cal insert warn * player Mana Burn).

    Reply Report Permalink
  • asclepius said

    Hi. =)

    Is the casting function working yet? I have been looking for an addon that would alert me when my /focus is casting polymorph on me and this seems to be the closest to perfect. What's the status of its functionality at the moment? Thanks for all your work!

    --asc

    Reply Report Permalink
  • Chexsum said

    Theres an updated version on (http://files.wowace.com) I havent done much to it but I think I fixed cast and I know I broke cooldowns when trying to make it more efficient (Ill fix it soon). Ill work on it more after the upcoming patch since we will be able to see enemies buffs and debuffs.

    I use Parrot available at wowace website also an apply a patch (http://jira.wowace.com/browse/PAR-40) to it to get it to show buffs/debuffs/fades on focus/target Ive added a patched Auras.lua (http://wow.curse.com/downloads/details/9706/download/41909/) file here which you can place in the Parrot/Data/ directory so that you can add more triggers. Parrot is better than my addon, its like SCT + CombatAlert.

    Reply Report Permalink
  • Chexsum said

    I finally got around to fixing cooldowns. This version should work as good as witchhunt+sct-cooldowns when used with SCT.

    Reply Report Permalink
  • Chexsum said

    2.2.0 fixes non-preset pattern matching - I didnt realize it was broken because Ive been lazy and using preset mode (this isnt what the addon was written for although it works OK).

    Reply Report Permalink
  • Chexsum said

    Ill add icons and some options to turn off similar combat text messages next.

    Reply Report Permalink
  • Chexsum said

    2.4.0-pre is the PTR version although it should work on Live. Ill be removing the ParserLib code once 2.4.0 goes live.

    NB. I didnt fix the FloatingCombatText check so it wont work with Blizzard FCT ATM and youll receive an error if you try to change the frame it uses for output.

    Reply Report Permalink
  • Chexsum said

    Cast doesnt show a destination so Ill make it predict who the target of the cast is via checking the casters current target - it wont always be right so prediction will be optional (I may make it learn who is the target when people have previously cast on focus/mouseover targets).

    Reply Report Permalink
  • Chexsum said

    Cast should now work almost as intended - it will try and predict what the victimid is by seeing who the sourceid has targetted. It should work most of the time - Ill probably make it learn when people sheep focussed targets etc if needed.

    Im using a library that Im writing to display alerts now. When I get the library supporting timer/alert frames Ill add support to show events through those as well as the scrolling message frame.

    Reply Report Permalink
  • Where can i download this Libs?

    Reply Report Permalink
  • Chexsum said

    I havent tested it standalone for a while but I see the same problem. I rely on LibFeedback and LibSharedMedia loading properly to add values to my config and theyre both failing to do that so its casing a config problem.

    Ill try and make it work properly - it might be my fault for trying to load the libraries too soon. :\

    Reply Report Permalink
  • paste said

    Does this addon require any other addons in order to work ?. I tried installing this yesterday, and it diden't work, the Options screen was blank.

    Reply Report Permalink
  • Addon Packs Containing CombatAlert

Most Downloads / Day

  • Similar Addons
  •  

Average downloads per day

  1. 23,777 Deadly Boss Mods Boss Encounters, and Combat
  2. 6,026 Recount Combat
  3. 5,653 BigWigs Bossmods Boss Encounters, and Combat
  4. 3,360 Omen Threat Meter Boss Encounters, and Combat
  5. 2,796 MikScrollingBattleText Combat, and PvP