Hello,
I'll add this condition, for the moment you can use:
For launch spell only if in group:
Condition: C Sharp Code
Value: wManager.Wow.Helpers.Party.IsInGroup()
For launch spell only if not in group:
Condition: C Sharp Code
Value: !wManager.Wow.Helpers.Party.IsInGroup()