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

  • Your Rating

  • Share
  • Report Abuse

CCBreakWarner

  Download the Curse Client

Project Updated:
Files Updated: Wed, Oct 15 2008
Category: Combat
Tags:

, , , , , and [Edit Tags]

Project Manager: Wikwocket
Current Version: Version 1.6
Downloads Today: 8
Downloads Total: 17,595
Favorites: 76
Comments: 45
  • About CCBreakWarner
  •  

CCBreakWarner 1.6

by Wikwocket (wikwocket@gmail.com)

This AddOn alerts you when a mob you have CC'd (crowd controlled) breaks free. You will see a text warning and hear a sound effect whenever a CC spell you cast fades, is broken, or is dispelled off of a mob.

This AddOn support the following types of CC:

  • Druid: Cyclone, Entangling Roots, Hibernate
  • Hunter: Freezing Trap Effect, Scare Beast, Wyvern Sting
  • Mage: Polymorph (and its variations)
  • Paladin: Repentance, Turn Evil/Turn Undead
  • Priest: Shackle Undead
  • Rogue: Blind, Sap
  • Shaman: Hex
  • Warlock: Banish, Fear, Seduction

This AddOn will work in any language version of WoW. The warning texts are in English.

Since the 3.0.2 patch has hit, you will now be warned every time your CC spell fades or is broken, whether the target is focused or not. So focus macros, while still very handy, are no longer required to use this mod!

Here is a sample focus target CC macro:

 /clearfocus [button:2]
 /stopmacro [button:2]
 /clearfocus [target=focus,dead]
 /clearfocus [target=focus,noexists]
 /focus [target=focus,noexists]
 /cast [target=focus] Polymorph

The first time you click this, the macro will make your current target your focus and polymorph them. Each following time, it will re-polymorph your focus target regardless of what your current target is. It will also clear your focus if you right-click the macro, or your focus is dead. (You can replace Polymorph in the macro with any CC spell).

No configuration is necessary; each time a CC spell you cast drops from a mob, you'll be alerted.

I hope you find this mod useful. Feedback and suggestions are always welcome!

Website: http://wikwocket.wowinterface.com/portal.php

Version history:

CCBreakWarner 1.6 (WoW 3.0.2):

  • Added support for Shaman's Hex, Hunter's Scare Beast and Wyvern Sting, Paladin's Repentance and Turn Evil/Turn Undead, and Rogue's Blind.
  • Removed old pre-3.0 code and documentation.

CCBreakWarner 1.5 (WoW 2.4.3):

  • Enhanced mod due to upcoming 3.0 patch's new combat log events:
    • In 3.0, CC breaks will be reported from all targets, not just your focus target. Whenever your sheep/shackle/sap breaks, you will get a warning, with no need to use a focus target!
    • In 3.0, the mod also displays the name of the unit broken from CC.
    • Until 3.0 is live, the mod will continue to work as-is, via focus targets.
  • Updated localization code to use GetSpellInfo(). This should allow the mod to work in all locales without further translation!

CCBreakWarner 1.4 (WoW 2.3.3):

  • Updated check for Warlock's Seduction spell to happen whenever the Succubus stops channeling. This means that you will get a warning whenever Seduction breaks, even if you do not use a focus macro for Seducing. You can therefore use a focus macro for Fear or Banish, and get warnings when it breaks, as well as when Seduction breaks.

CCBreakWarner 1.3 (WoW 2.1.1):

  • Updated code to not warn of broken CC if you just change from one CC spell to another, for example via a random Polymorph macro. (Suggested by Belleboom at curse-gaming.com)

CCBreakWarner 1.2 (WoW 2.1.1):

  • Added support for Cyclone and Entangling Roots for Druids.

CCBreakWarner 1.1 (WoW 2.1.1):

  • Localized CC spell names for French and German WoW. Please let me know if there are any problems.

CCBreakWarner 1.0 (WoW 2.1.0):

  • Initial release.
  • 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  
  CCBreakWarner Version 1.6 Release 3.0.2 969 10/15/2008
  CCBreakWarner Version 1.5 Release 3.0.2 309 9/18/2008
  CCBreakWarner Version 1.4 Release 2.3.3 1 1/28/2008
  CCBreakWarner 1.3 Release 2.1.1 0 6/13/2007
  CCBreakWarner 1.2 Release 2.1.1 0 6/7/2007
Advertisement
  • 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.
  • Thank you for the information, and the translations. As far as I can tell, the buff names are the same, just the spell names changed. If any mage finds otherwise, just let me know.

    Reply Permalink
  • efindel said 

    The workaround does work, at least for me.

    The spell names for alternate versions of Polymorph have been changed in 2.3, by the way. They now include the spell ranks, like so:

    Polymorph(Rank 1: Pig)
    Polymorph(Rank 1: Turtle)

    The German and French versions, using Blizzard's syntax for extended characters, are:

    Verwandlung(Rang 1: Schwein)
    Verwandlung(Rang 1: Schildkr\195\182te)

    M\195\169tamorphose(Rank 1: Cochon)
    M\195\169tamorphose(Rank 1: Tortue)

    These are the versions that have to be used in macros, at least -- since I don't have any characters with those spells, I haven't been able to test whether the names have changed in debuff info.

    Reply