hi wulf,
i've encountered the same problem like outland, with both speccs holy and discipline.
- Holy doesn't switch chakra for AOE_Healing
- CLU decides to heal single target
- maybe some options / settings would be nice were we as users could set the values for specific healings (how many people have to be injured and how much they have to be injured for entering AOE healing) and things like that (for all healing classes setting values by hand for healing spells, oh shit buttons and so on ... some priests want to have shadow fiend on CD or want it to be casted above 50%, resto druids sometimes want to inervate at 80% or 70% and not on 50. Paladins wanna bubble himself much earlier, use Haste-Buff earlier and so on).
I know it is much work to the user the abilitie to adjust the settings themself and finding good defaultvalues, but for raiding, it is very important to adjust these settings (and to blacklist players from healing^^)
Same for dispelling (haven't checked the code atm), it is important that the CC can a) distinguish between normal and hardmode or b) that some debuffs aren't dispelled (Disrupting Shadows).
For healing there are many improvents to do, for topping the healing charts (and this is not only healing like hell, this is healing,dispelling, using CDs)
noobrage does well on AOE healing but wastes many mana (so topping the healing charts is okay with noobrage but very inefficent on normal Raids or heroic raids)
if u need more suggestions or help to improve the healclasses, i could give u some support, just pm me
Thanks Stormchasing,
Holy Priest is my worst rotation at the moment as I have not spent enough time on it...AA/DISC took a lot of time.
I had forgotten to apply the single targeting logic to the AoE Targeting logic which left the AoE very frantic, this now feels more deliberate in its actions.
Disc was not healing low healthers very well so I increased the low value for healing from 25% to 40% across all specs and rotations this should greatly increase the responiveness.
CLU is *EXTREME* with mana effeciency, but can also (with some healing rotations) top the charts easily with a well geared healer....BUT..my goal here is to heal the raid as best we can with all of the tools the healer has and not blindly spamming big AoE heals to pad the meters

(We don't want to look like a bot!!!)
CLU is dispelling everything (except for ignored dispells) Magic, Curses, Diseases, Poisons...if the class has a spell for it and they have the proper talents (which CLU detects automaticly). CLU will ignore "Blackout", "Toxic Torment", "Frostburn Formula", "Burning Blood and any others that are reported can be added easy enough. CLU also prioritises Dispels for the following:
"Disrupting Shadows", // magic
"Boulder Smash", // ??
"Chains of Ice", // Magic
"Freezing Trap", // Magic
"Tentacle Smash", // Magic
"Shackles of Ice", // Magic
"Righteous Shear", // Magic
"Twilight Shear", // Magic
"Molten Blast", // Magic
"Temporal Vortex", // Magic
"Earth and Moon", // Magic
"Arcane Bomb", // Magic
"Shriek of the Highborne", // Magic
"Frost Corruption" // Magic
I love all your suggestions and will try to address them one at a time until complete

and yes I may need your help with some
party healing logic I can not seem to return
GroupNumbers properly..once this is fixed priest healing will be even more efficient!
In the end I wanted the end user to simply open CLU up for his raid night, change a couple of minor settings and it would heal flawlessly without the need for intervention or tweaking (I know sometimes this is not possible.) that's why I ask for everyone's input
Check the latest SVN it has much improved AoE targeting and seems more responsive. (Holy Priest needs work on chakra healing.)
Updated 25/06/2012:
Sending wulfdev\trunk\CLU\Classes\Druid\Restoration.cs
Sending wulfdev\trunk\CLU\Classes\Paladin\Holy.cs
Sending wulfdev\trunk\CLU\Classes\Priest\Discipline.cs
Sending wulfdev\trunk\CLU\Classes\Priest\Holy.cs
Sending wulfdev\trunk\CLU\Classes\Shaman\Restoration.cs
Sending wulfdev\trunk\CLU\Helpers\TargetBase.cs
What I do need is a really easy to configure GUI that takes settings and adds them automagicly
]