CC Mate

Combat Login to Add Favorites
  • 0 Likes
  • World of Warcraft
  • 50 Monthly Downloads
  • Supports: 4.1
  • 6,979 Total Downloads
  • Updated 5/17/2011 9:41:30 AM
  • Created 1/3/2011 3:52:07 PM
  • 31 Favorites
  • Project Site
  • Comments
  • Release Type: Release
  • License: All Rights Reserved
  • Newest File: v4.1 (r8)
or

About CC Mate

CC Mate is designed to assist players with marking for Crowd Control. It will show, upon selecting a target (with a modifier key) which members of your party or raid are capable of Crowd Controling the target. It will also allow you to select a party or raid memeber CC to use and mark the target accordingly.

Using the minimap icon or /ccmate config, you may setup marks for each party member and announce the configuration to the group/raid.

LOCALIZATION has been setup but no translations have occured. If anyone wants to provide some translations, please feel free!

To use CC Mate:

1. Install the Addon
2. Upon entering World of Warcraft, make sure you have selected the addon in the Addon Control Panel at Character Select
3. After entering the game world, select any NPC while holding the Shift key.
4. A menu will popup showing you the crowd control options for the target type.
5. Select the party member that you wish to CC the target
6. To configure options for CC Mate use the minimap icon
7. Additional CC types are available but not enabled by default,
8. Configure marks for your party or raid using the minimap icon.

PLEASE REPORT any ISSUES found

v4.1 (r8)
- Updated for 4.1

v4.0.6 (r7)
- Updated translations for frFR

v4.0.3 (r6)
- Minor bug fixes and enhancements
- More options
- Completed Translations for Spanish (esES) and French (frFR)

v4.0.3 (r5)
- Several minor bug fixes and enhancements
- More respect for the "Enabled" flag
- More localization support
- Translations for Spanish (esES)

v4.0.3 (r4)
- Raid support
- Limited understanding of what a class might have Crowd Control (Crowd Controls based on talents are still unknown, and therefore assumed as present)
- Minimap Icon and plugin support for LibDataBroker-enabled addons like Titan Panel
- No longer will popup the CC Config screen when the party member status changes. Instead will display a warning in the chat box.
- More configuration options
- Bug fixes

v4.0.3 (r3a)
- Fixed a localization bug
- Fixed bug that indicated that hunters can Polymorph! Oh how frightening...

v4.0.3 (r2)
-- Minor bug fixes
-- Added feature to optionalyl mark {Skull} and {Cross} from the hover menu (On by Default)
-- Added ability to launch the party configuration screen at any time using /ccmate config
-- Enhanced the party configuration screen

v4.0.3 (r1)
-- Fixed several issues
-- Added new screens for configuring your current party for CC and announcing to group
-- More features coming soon (including Localization)

-- Beta r8 --
Fixed another bug with initial Modifier Key option
Fixed the major issue involving the addon not properly updating to track your current party

-- Beta r7--
Fixed a bug with initial Modifier Key option

Added Config Option for Modifier Key
Fixed a bug with CCMateDB being null (first time use)

Addon Packs Containing This...

Comments

First Previous Page 1 of 3 Next Last
  • #35
    PLEASE make it so it doesn't pop up after every login! A simple minimap button is enough! It's almost like a damn internet ad!
  • #34
    I've been having a little problem with this addon forgetting what assignments I had set up after about a minute weather I leave the window open or not.

    I also have a suggestion, would it be possible to have an option to sort the CC list by CC, such as having all the polymorphs together, all the hexes together and so forth, as opposed to the order the members join the raid? Or even just alphabetical by name. It can be very hard to spot the person I'm looking for quickly in 25 man raids.
  • #33
    Hi there tgroshcurse. Just want to say, great addon. I just have to point out one thing though, the minimap icon doesn't save itself to where you place it.

    If you relog or reload the UI it goes right back to the default spot on the minimap.
    I know it's not gamebreaking or addonbreaking for that matter but I find it quite annoying personally.

    Seeing as all other addons I use saves the minimap icon placement properly, so it would be great if you were able to fix this, or tell me of a way I can fix it myself. Thanks.
  • #31
    This add on if perfect in every way for 5 mans. Except after last patch it does not work anymore. I have tried others but they are not the same. Is there a bug fix, or will it be updated soon? I noticed lots of updates prior to patch and then they just stopped. I am will be very dissapointed if this add on does not get repaired, it was obviously written by someone who has played a tank in the past.
  • #32
    What exact error message are you receiving? I have been using it since 4.0.6 with no issues. Perhaps delete the CCMate folder in your WTF folder?
  • #29
    Was looking for an addon like this for a while, so happy I found it
    But mate, at current state, unplayable
    I get so freaking spammed by:

    16:49:18 CCMate: Party/Raid member composition has changed. To review Crowd Control configuration, use the minimap icon or type: /ccmate config
    16:49:18 CCMate: Party/Raid member composition has changed. To review Crowd Control configuration, use the minimap icon or type: /ccmate config
    16:49:19 CCMate: Party/Raid member composition has changed. To review Crowd Control configuration, use the minimap icon or type: /ccmate config
    16:49:19 CCMate: Party/Raid member composition has changed. To review Crowd Control configuration, use the minimap icon or type: /ccmate config

    No matter if it's enabled/disabled in config AND while there's absolutely NO CHANGE in raid/party setup at all.
    Also... The config window REALLY doesn't have to pop up my face every time I enter instance afre wipe. Doesn't have to autopop at all actually.
  • #30
    Awesome feedback. Thanks.

    - r5 shows more respect for the Enabled flag, so that should address your issue with the Enabled flag not affecting the chat babble
    - im not sure why you were getting those messages when your raid wasnt changing tho. i will look into that further. for now tho, you can disable the chat babble via options if its an issue
    - the upcoming r6 release is already set to contain an option to turn off the auto-popup upon entering an instance
  • #27
    hi, everytime i MC a target, the mod resets. is there a way to fix this?
  • #28
    Thanks for reporting the issue. I will look into it.
  • #24
    What a coincidence haha !
    I thought about making an addon exactly like yours.

    So as I found your addon and tested it out, I noticed some things.

    1.) Its only for the English client, use the 2nd english-class (classFileName) argument thats returned by UnitClass() - atm you're using the localized-class (className) - so its usable by every client.

    2.) Try to use numbers (ids) instead of strings to compare - so you can add a 2nd file with the ids and the names of it (gives the opportunity for other users to translate it for other languages)

    Keep up the good work !
  • #25
    Thanks for the comments. I already have Localization on my list of upcoming enhancements. I dont know much about how to do it, but I am learning quickly. You make an interesting point about classFilName. I do use that return value for use in other calls that need it. But I had not thought about it being important for localization purposes. Since I dont have anything besides an English client to test with, it will be a challenge I think.
  • #26
    Hello,
    localization itself is pretty easy - just use numbers instead of strings and use english class names. (not the localization ones)

    Exmaple & Suggestions

    http://pastebin.com/xhv3Ggza

    Feel free to PM me for questions etc.
  • #19
    when in a party the configure menu pops open and i change the assignments on there. is there any way for it to keep the assignments i configured for that party so i dont have to keep reassigning every time i zone in?
  • #22
    Thanks for pointing this one out. There will be a fix for this in the next release.
  • #16
    Hey Tgroshcurse,

    Have tried the addon out and this is something I've been looking for! I was wondering if it's possible for this to be used on a raid-wide scale as oppose to just being party? Also notice one or two missing CC abilities, but maybe putting too many for one class is overdoing it (i.e. Druid = "Entangling Roots / Hibernate" combo)...I'm sure there's many more but not fully tested the addon yet.

    Loving it so far though!
  • To post a comment, please login or register a new account.
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!