Download
(4Kb)
Download
Updated: 12-01-11 02:08 PM
Pictures
File Info
Updated:12-01-11 02:08 PM
Created:07-24-10 06:25 PM
Downloads:12,289
Favorites:28
MD5:

CCReport  Popular! (More than 5000 hits)

Version: 2.1
by: Teliko [More]

NOTE: With the release of Cataclysm, a lot of new spells have been added and some old ones have had their IDs changed seeing as now there is only one rank of every spell. I'm doing my best to make sure everything works but please keep in mind I rely on your feedback to keep everything running smoothly as I don't play every class myself. If you think something's not working properly, please let me know and I'll get right on it.

A small simple and compact addon that prints a message in party chat letting your party know you've been CC'd and in what way, such as Polymorph, Fear, Hex, Mind Control, Silence, Roots etc aswell as announcing when and what buffs of yours have been dispelled.

Obviously I don't play every class myself and I've done as much as I can to make sure all of the effects are working, but sometimes the Spell ID of the effect and the Spell ID of the spell decide to be completely different. If the report for a spell isn't working, I encourage you to leave a comment informing me of this and I'll get it fixed as soon as possible.

Note that I made this addon from the point of view of a healer. This would mainly be usefull in letting a healer know when to dispell a CC or to let the DPS know when the healer is CCd. The Unstable Affliction feature, for example, will most of the time be of no use to a DPS but for a healer it could be game saving. We all have those days when vent can't be used for whatever reason.

In order to deactivate the addon incase you only want it to be used inside the arena, type '/ccr disable'. To reactivate it again, simply type '/ccr enable'.

As for the donation, nothing you've never heard before. I'm currently a college student studying Computer Game Design and Programming struggling to get a job with the current recession in Ireland. You can take my word for it that any minor donation would not go unnoticed with simple daily fees of travel and food etc. I'm not asking for much, just whatever you can spare would be appreciated.

Click here to lend your support!

2.1 -Updated for 4.3

2.09 -Updated for 4.2

2.08 -Updated for 4.1

2.07 -Code error fix.

2.06 -Added Solar Beam.

2.05 -Fixed the basic version of Polymorph, mixed up 118 for 188.

2.04 -Updated the script that allows the addon to announce things in chat with the new code changed for Cataclysm.

2.03 -Alot of spells have had their ID's changed around. Have double checked a majority of them to make sure they're still working. If I've left any out, please let me know. You'll be able to tell if you get silenced and it says stunned instead etc. Also added various new spell effects introduced in Cataclysm.

2.02 -Apparently I forgot to update the interface number for 4.0+. Has been changed now.

2.01 -Fixed the 'Cross', 'Skull' and 'Triangle' raid symbols to work in the chat frames of other language servers. Thanks to Annias84 for bringing this to my attention.

2.00 -Finally got to add slash commands to the addon meaning people can turn it on or off without having to relog and manually disabling it. In order to do this, type /ccr or /ccreport enable to activate it or /ccr disable to deactivate it. Would probably never have gotten done without the time of users on MMO Champion and the WoW EU Forums.

1.04 -Added reports for when your buffs are dispelled and what buffs they were. Only added lesser buffs to the list, assuming people don't use money on hour long duration buffs in arena. The main reason for this is for users who also raid as it will report every single buff being lost upon death also, so very spammy in a raid if you wipe.

1.03 -Added seperate report messages for when some CC's are first applied and when they are refreshed. Only did this for CCs that are commonly spammed such as Fear, Polymorph etc.

1.02 -Added Deep Freeze and reports for when Unstable Affliction has been applied, refreshed, ended and dispelled. This is really a feature for letting healers know when to start/stop spam dispelling.

1.01 -Fixed certain spells not reporting correctly due to the spell ID of the spell and the spell ID of the debuff being different. These spells include Intimidating Shout, Freezing Trap and Freezing Arrow. Also update a few spells that had the spell ID of incorrect ranks, although every rank will be supported shortly.

1.00 -First version of CCReport
Optional Files (0)


Post A Reply Comment Options
Unread 03-06-12, 07:20 AM  
Green Manalishi
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
This addon doesn't announce PvE cc's but does announce when buffs are lost in PvE. Is it possible for the addon to track PvE cc's such as polymorph, etc.?
Report comment to moderator  
Reply With Quote
Unread 07-05-11, 12:14 PM  
Teliko
A Fallenroot Satyr
 
Teliko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 7
Uploads: 1
Originally posted by Maeve89
I have a question: how to put reportcc run on /s rather than /gr ?
imo, /say canal is more useful then /group in PvP
You'll need to do it manually. Go to World of Warcraft\Interface\AddOns\CCReport and open CCReport.lua using Word. Then press CTRL+ F and search the word "PARTY". Click "Replace" and then type in "SAY", then click "Replace all" and copy everything then paste it into Notepad. Save it and the file name should be CCReport.lua and where it says "Text Document (*.txt)" change it to say "All files".
Last edited by Teliko : 07-05-11 at 12:14 PM.
Report comment to moderator  
Reply With Quote
Unread 07-05-11, 10:56 AM  
Maeve89
A Murloc Raider

Forum posts: 6
File comments: 11
Uploads: 0
I have a question: how to put reportcc run on /s rather than /gr ?
imo, /say canal is more useful then /group in PvP
Report comment to moderator  
Reply With Quote
Unread 10-11-10, 12:23 PM  
Teliko
A Fallenroot Satyr
 
Teliko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 7
Uploads: 1
Originally posted by Rainrider
{skull} will display as the symbol skull for enUS and enGB, but every other locale will see it just as text. Locale indipendent strings are {rt1} through {rt8} or you could alternatively use ICON_LIST[index] where index is a number between 1 and 8. The second method only works for frame:AddMessage("text") I believe, you have to use the first one for any channel output, be it party, guild, raid, local defence or whatever.
This matter had already been brought to my attention and was infact updated 43 minutes before your post but thanks for the info.
Report comment to moderator  
Reply With Quote
Unread 09-28-10, 09:03 AM  
Rainrider
A Firelord
AddOn Author - Click to view AddOns

Forum posts: 454
File comments: 28
Uploads: 2
{skull} will display as the symbol skull for enUS and enGB, but every other locale will see it just as text. Locale indipendent strings are {rt1} through {rt8} or you could alternatively use ICON_LIST[index] where index is a number between 1 and 8. The second method only works for frame:AddMessage("text") I believe, you have to use the first one for any channel output, be it party, guild, raid, local defence or whatever.
Last edited by Rainrider : 09-28-10 at 09:04 AM.
Report comment to moderator  
Reply With Quote
Unread 08-06-10, 04:36 PM  
Teliko
A Fallenroot Satyr
 
Teliko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 7
Uploads: 1
Originally posted by Vis
One thought, is there any way to announce times along with the type of CC? For instance something along the lines of "Silenced 6 seconds". No idea if it's possible or not though.
With my lack of coding experience, the only thing I can think of is to make it so when something is first applied, it'll announce "Feared: 7 seconds" and if it gets reapplied, it'd say "Feared: 5 Seconds"
However I think this would be too innacurate as some people might not spec into reduced fear/stun times, druids don't even have silence reduction talents. So, a lot of the time it would be misguiding.
Report comment to moderator  
Reply With Quote
Unread 08-04-10, 09:54 PM  
Vis
A Pyroguard Emberseer
 
Vis's Avatar

Forum posts: 1827
File comments: 50
Uploads: 0
Looks really nice. I'll be giving this a test run on my two healers very soon. Here's hoping to get cc'd lol.

One thought, is there any way to announce times along with the type of CC? For instance something along the lines of "Silenced 6 seconds". No idea if it's possible or not though.
Report comment to moderator  
Reply With Quote
Unread 07-28-10, 09:56 PM  
Teliko
A Fallenroot Satyr
 
Teliko's Avatar
AddOn Author - Click to view AddOns

Forum posts: 24
File comments: 7
Uploads: 1
Originally posted by xtoq
If you type {skull} instead of [skull] people will see the skull icon if they have that option set, and the text if not. Works for everyone then!
From the small picture, I know it looks like [skull], but if you click it, you'll notice it is infact {skull}. The skull icon itself is not compatible with the speech bubbles. Only the chat log.
Last edited by Teliko : 07-30-10 at 02:54 PM.
Report comment to moderator  
Reply With Quote
Unread 07-25-10, 10:06 AM  
xtoq
An Aku'mai Servant
 
xtoq's Avatar
AddOn Author - Click to view AddOns

Forum posts: 32
File comments: 642
Uploads: 4
If you type {skull} instead of [skull] people will see the skull icon if they have that option set, and the text if not. Works for everyone then!
__________________
There is absolutely no evidence to support the theory that life is serious.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump:

Support AddOn Development!

You have just downloaded by the author . If you like this AddOn why not consider supporting the author? This author has set up a donation account. Donations ensure that authors can continue to develop useful tools for everyone.