Download
(50Kb)
Download
Updated: 02-21-11 11:50 AM
Pictures
File Info
Updated:02-21-11 11:50 AM
Created:01-19-11 04:07 AM
Downloads:2,827
Favorites:10
MD5:

CCMark

Version: 1.8
by: Lanodar [More]

Big Update: CCMark now works with 10 man raidgroups! (if you want to use it with 25 man raids, your CC classes have to be in group 1 and group 2, because CCMark only supports the first 10 players in your raid.)

CCMark helps to set Targets for CC classes in instances.
RaidTargetIcons will be placed on the selected target and a chat message will be send, wich tells players what CC they have to use on a specific target.

Only CC spells available to selected will be shown in the interface!
If a spell, for example "Polymorph" isnt usable on a specific target (like Undead), the Polymorph button isn't usable.



Usage:
Hide the CCMark Button: /ccmark
Unlock all Windows: /ccmark_unlock
Lock all windows: /ccmark_lock
Toggle config menu: /ccmark_config

To toggle the CCMark Window just bind Toggle CC Mark to a key in the Keybindings Menu or Click "CCMark".

Note: If the RaidTargetIcons in the config menu aren't showing up properly, just reload your UI. There's something wrong with Blizzards UI Escape handlers.

v1.8
- CCMark no works with 10 man raids
- you can no choose not to display a CC in the config menu

v1.71
- bugfixes
v1.7
- added configurable RaidIcons
- fixed hibernate on Beasts
- added slashcommands (/ccmark_unlock /ccmark_lock /ccmark_config)

v1.62
- another fix according english clients
v1.62
- just a small update to fix some issues with the enUS client.

v1.61
- Added Keybindings to toggle CCMark in WoW Keybindings options
- Added a slashcommand to Hide / Show "CCMark" Button ( /ccmark /ccmark toggle)

v1.6
- fixed some issues which caused the addon not to work properly with the enGB client
- version Number changed to 1.6 because i've mixed up two .tocs and i have forgotten to set the versuion number properly...
v1.33
- fixed some typos which caused LUA errors on Button 10

v1.32
- fixed a typo wich caused hibernate not to trigger when a Druid is at "party2"

v1.31
-fixed an issue with Repentance on German Clients

v1.3 (RC)
- added Warlock's fear, Shaman's "bind elemental", Warlock's banish
- resizable Mainframe (shift+click on CCMark to enter scaling-menu)
- CC Buttons are more "dynamic" -> CC only appears if CC is able to control the selected target
- Size of the Mainframe is now saved
- optimized layout: Spell Tooltips are now displayed on Mouseover (instead of a FontString)

V1.01 19.01.2011
- fixed a Bug with Druids Hibernate
Post A Reply Comment Options
Unread 01-19-11, 08:09 AM  
Lanodar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 12
Uploads: 2
Re: Google Translate of Description

Originally posted by Manaman
"CCMark in instance groups will help you easily to select targets and CC in the chat from the players who are to act on the selected target CC.

It will be shown only the CC species that are in your party also available.
CC should not be applicable to a target, that is displayed in the chat."

Obviously a better translation exists, but thought I would toss this out there as I had to look it up myself.
At the moment, i've only created the German localization because I'm new to LUA in WoW and I don't know how to localize the addon.
But I'm working to figure out how to localize CCMark

I've added english translation to the description.
Last edited by Lanodar : 01-19-11 at 08:14 AM.
Report comment to moderator  
Reply With Quote
Unread 01-19-11, 11:16 AM  
Manaman
An Aku'mai Servant
AddOn Author - Click to view AddOns

Forum posts: 39
File comments: 160
Uploads: 1
Ah, good to know that it is not yet working with english client. I will keep an eye on it, as I was recently thinking of making a similar addon. Thanks for beating me to it.
Report comment to moderator  
Reply With Quote
Unread 01-19-11, 01:46 PM  
Lanodar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 12
Uploads: 2
I think it would be working with the english client, but the Chat messages will be in German
Report comment to moderator  
Reply With Quote
Unread 01-24-11, 04:45 PM  
Sandron
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 18
Uploads: 5
Ich poste hier mal auf Deutsch, um das ein bisschen leichter verstaendlich zu machen.
Die Idee ist super, danke fuer das Addon, hilft in Randomgruppen ungemein, ich musste es halt ein wenig abaendern, damit es auch im engl. Client laeuft.
Zuerst einmal wuerde ich dir empfehlen statt des ersten Rueckgabewertes von UnitClass() den zweiten zu nehmen, der immer den englischen Klassennamen zurueckgibt, so dass es immer funktioniert, egal welchen Client man benutzt:
http://www.wowpedia.org/API_UnitClass
Code:
local _, clss = UnitClass("player")
if clss == "SHAMAN" then
doSomething()
end
Damit hast du schonmal das Problem der Klassen erledigt, die Texte sind ja eine mit Tabellen relativ einfach zu erledigende Sache.
Und wenn du danach noch Lust hast, wuerd's mich freuen, wenn der Frame etwas schoener und in der Groesse aenderbar waere.
Schon einmal herzlichen Dank fuer dieses Addon!

thank your for this addon!

Edit: Hier mal eine Version, die in jeder Sprache funktioniert, zumindest die Markierung, die Texte sind noch alle Deutsch, ausserdem hab ich das Fenster ein wenig verkleinert, das war ja doch relativ riesig: klick (WORKS WITH THE ENGLISH CLIENT BUT THE OUTPUT IS IN GERMAN!)
Last edited by Sandron : 01-26-11 at 03:47 PM.
Report comment to moderator  
Reply With Quote
Unread 01-30-11, 12:47 PM  
sennah
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hi,

suggestion #1 :
in the frame with the available CCs it would be nice to have only the CCs
displayed which are possible for the current target instead of error messages
may the event target change would be helpful

suggestion #2 :
it would be nice to have an announce button. it means i mark all the targets
and hit the button to announce all of them at once

suggestion #3 :
filter out CCs from the healer, because for example a priest heal can not do
mind control at the same time as healing

thats for now
Report comment to moderator  
Reply With Quote
Unread 01-31-11, 05:26 AM  
Lanodar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 12
Uploads: 2
Originally posted by sennah
Hi,

suggestion #1 :
in the frame with the available CCs it would be nice to have only the CCs
displayed which are possible for the current target instead of error messages
may the event target change would be helpful

suggestion #2 :
it would be nice to have an announce button. it means i mark all the targets
and hit the button to announce all of them at once

suggestion #3 :
filter out CCs from the healer, because for example a priest heal can not do
mind control at the same time as healing

thats for now
Suggestion #1:
Nice idea and i have to say, that's something I had on my "to do list" earlier. But thanks for the suggestion, I'll implement that as soon as possible.

suggestion #2:
Sounds Nice. I'll see how to handle that.

suggestion #3:
Mind Control isn't implemented because I don't use MC that often. But i'll add MC to handle all possible CCs ingame. And yeah, MC on healers would be stupid, I'll keep that in mind.
Report comment to moderator  
Reply With Quote
Unread 02-11-11, 08:41 PM  
chrootz
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
Hi-

I ran regular instance as DK tank. I tried use your ccmark addons and I had Mage, Elemental Shammy, retribution pally and Shadow priest. It did not show any CC available except retribution pally worked great. I tanked mostly humanoid mobs and few undead mob.

I ran other regular instance with 2 druid Boomkins + rogue + retribution pally. Same thing it showing only available by retribution pally's cc icon.

Must be bug? I am running TukUI by Duffed v5 UI and tried plain vanilla Blizzard no addons except ccmark showed same problem. Love your addons!! please fix somehow.
Report comment to moderator  
Reply With Quote
Unread 02-12-11, 11:57 AM  
Lanodar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 12
Uploads: 2
Originally posted by chrootz
Hi-

I ran regular instance as DK tank. I tried use your ccmark addons and I had Mage, Elemental Shammy, retribution pally and Shadow priest. It did not show any CC available except retribution pally worked great. I tanked mostly humanoid mobs and few undead mob.

I ran other regular instance with 2 druid Boomkins + rogue + retribution pally. Same thing it showing only available by retribution pally's cc icon.

Must be bug? I am running TukUI by Duffed v5 UI and tried plain vanilla Blizzard no addons except ccmark showed same problem. Love your addons!! please fix somehow.
I've installed the enGB client, found the bug and fixed it.
CCMark should now properly work on enGB clients
Report comment to moderator  
Reply With Quote
Unread 02-12-11, 02:41 PM  
chrootz
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I updated the ccmark, and everything worked! This addons rocks and Love it. Everything made huge easier for me as DK tank.

thanks!
Report comment to moderator  
Reply With Quote
Unread 02-13-11, 11:25 AM  
Digex
A Kobold Labourer

Forum posts: 0
File comments: 6
Uploads: 0
Additional CC

I never see Hex as a CC option when we have a shaman in the group.
Report comment to moderator  
Reply With Quote
Unread 02-14-11, 04:25 AM  
Lanodar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 12
Uploads: 2
Hex

Shaman hex should work, i've tested it with both clients.
Remember, that Hex is only shown when your target is humanoid or beast.
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 11:19 AM  
Nightwhisp
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
HUGE POTENTIAL

Thanks for writing this add-on:
I tried this last night in a five man and it was very exciting that there might finally be an add-on that will work like this. Unfortunately it isn't done!

I was running with three Druids in Grim Batol, and not once did Hibernate show up as a valid CC. . . .If you play a druid you will know that against a dragonkin there is no better cc than Hibernate. So rather than help to speed up the process the add-on slowed us down as I had to mark and then chat to not really root the dragonkin but really sleep it. . . .not helpful. Then I realized that repentance was not showing up for the Pali. . .oops.

Then I'm sure that you have already been hit up for this, but we need configuration options:
1. I want to choose the raid icon for each player.
2. I need to be able to lock the windows.
3. I want multiple cc choices for each player: Roots, Hibernate, cyclone.

I totally realize that you just wrote this and it really isn't finished, but I hope that you will get it working right so that it can be the tool that is can be!
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 04:46 PM  
Lanodar
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 12
Uploads: 2
Re: HUGE POTENTIAL

Originally posted by Nightwhisp
Thanks for writing this add-on:
I tried this last night in a five man and it was very exciting that there might finally be an add-on that will work like this. Unfortunately it isn't done!

I was running with three Druids in Grim Batol, and not once did Hibernate show up as a valid CC. . . .If you play a druid you will know that against a dragonkin there is no better cc than Hibernate. So rather than help to speed up the process the add-on slowed us down as I had to mark and then chat to not really root the dragonkin but really sleep it. . . .not helpful. Then I realized that repentance was not showing up for the Pali. . .oops.

Then I'm sure that you have already been hit up for this, but we need configuration options:
1. I want to choose the raid icon for each player.
2. I need to be able to lock the windows.
3. I want multiple cc choices for each player: Roots, Hibernate, cyclone.

I totally realize that you just wrote this and it really isn't finished, but I hope that you will get it working right so that it can be the tool that is can be!
I think theres still a problem with the english client, im looking forward to fix it this weekend. Du you play with the enGB or enUS client?

But if everything would work with the english client, you should be able to see more CCs (Druid: roots AND hibernate, Shaman: Bind elemental AND hex, Warlock fear and banish etc) (if that's what you have in mind with "multiple CCs")

PS: i play Resto / Feral (tank) Druid and with the german client, everything works. I'll take a look at this

PPS: Thats what it should look like with 2 Druids and 2 Hunters in Grim Batol:



http://img6.imagebanana.com/img/qzx79lyr/Bildschirmfoto20110218um00.07.36.png
Last edited by Lanodar : 02-17-11 at 05:15 PM.
Report comment to moderator  
Reply With Quote
Unread 02-17-11, 05:27 PM  
Nightwhisp
A Kobold Labourer

Forum posts: 0
File comments: 3
Uploads: 0
I play with the US English Client. Definately not seeing Hibernate, just roots. I hope you can get this fixed soon.

The other feature I am requesting is that you can assign a spicific raid icon to a spicific player:
For example choose star for nightwhisp and moon for mightymage. is that posable?

And ples make it so we can lock the windows in place.
Report comment to moderator  
Reply With Quote
Unread 02-18-11, 12:55 PM  
chrootz
A Kobold Labourer

Forum posts: 0
File comments: 8
Uploads: 0
I agree this need add feature because sometime when I marked for the Mage's CC. It happened showing star icon or round orange icon and Mage nagged me said "I thought Mage's CC usually assigned to Moon." ARGH I could not change the assign icon link to each class as common such star icon = Rogue sap, Moon = Mage sheep, Square = Hunter's freeze trap, and etc.

Keep it up!! Good job

Here in US realsm raid markers common.

Primary kill: Skull
Mage: Moon
Hunter: Blue square
Warlock: Diamond (Seduce or Banish or enslave)
Druid: Green icon (root or Hibernate
Priest: Orange Circle icon (MC or Shackle)
Rogue: Star (sap)

Something like this.


Originally posted by Nightwhisp

The other feature I am requesting is that you can assign a spicific raid icon to a spicific player:
For example choose star for nightwhisp and moon for mightymage. is that posable?
Last edited by chrootz : 02-18-11 at 01:07 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: