Hello again Landiin...
After I installed your player c2c, group c2c and raid c2c I merged the henchman.xml like shown below.. because i wanted all the c2c possibilities.
Didn't had the chance to test it in a group or in a raid yet... but for myself and it didn't work.
I've chose Warden (my class), and then for spell 1 the corresponding cure spells for the 4 debuffs (wrote "uaop %self% %s1%" without the quotes and without any other output in say, /g or so (also tried it without the %self%)), then clicking on the debuff in the game I got some odd messages:
(from left to right)
1. you say: mezzing(Lullaby) Irilonah Don't hit it ! - (Irilonah is the name of my char)
2. you say: casting Precision of the Maestro cast them dds while your int is jacked
3. you say: tracking for named mobs. / Group Say: Your are not in a group.
4. you say: click to cure scripts created by EQ2 Companion / Group Say: Your are not in a group.
could be that the failed group say was on the 2nd and 3rd and not on the 4th.. copied the output from a screenshot I took before I headed to the office.
None of the output has anything to do with me as a warden.. at least not at level 54.

Also noticed that I changed the target.. targeting myself after clicking the debuff icon attached to my health/power bars.
Could it be that the merge of the xml is wrong.. or maybe not allowed at all and that this is causing the odd results? Or do I have to reach a certain level to use these c2c?
Code:
<Landiins_Mods>
<file filename="eq2ui_mainhud_player.xml" uipath="ui\%customui%\" default="true" desctiption="Landiin's Player window with EQ2 Henchman C2C Support">
<include filename="eq2ui_henchman_C2CPlayer.xml" uipath="ui\%customui%\"/>
</file>
<option filename="eq2ui_mainhud_groupmembers.xml" desctiption="Landiin's Group window: A window that displays the members of you party">
<file filename="eq2ui_mainhud_groupmembers.xml" uipath="ui\%customui%\" default="true" desctiption="Landiin's vertical group window">
<include filename="eq2ui_henchman_C2CGroup.xml" uipath="ui\%customui%\"/>
</file>
<file filename="grouphor\eq2ui_mainhud_groupmembers_hor.xml" uipath="ui\%customui%\" default="false" desctiption="Landiin's horizontal group window">
<include filename="grouphor\eq2ui_henchman_C2CGroup.xml" uipath="ui\%customui%\"/>
</file>
</option>
<option filename="eq2ui_mainhud_raid.xml" desctiption="Landiin's Raid windows: A window that displays the members of you Raid Party">
<file filename="eq2ui_mainhud_raid.xml" uipath="ui\%customui%\" default="-1" desctiption="Cast Buttons over Health/Power Meter">
<include filename="eq2ui_henchman_C2CRaid.xml" uipath="ui\%customui%\"/>
</file>
<file filename="eq2ui_mainhud_raid_name.xml" uipath="ui\%customui%\" default="0" desctiption="Cast Buttons over Player's name">
<include filename="eq2ui_henchman_C2CRaid.xml" uipath="ui\%customui%\"/>
</file>
</option>
</Landiins_Mods>