But they DO use the spell 'paralyze'
So i figured I'd piggyback on this to make a spell that casts paralyze on the target, but also creates an Area-of-effect that calms all enemies in a huge radius, just like Harmony.
Here is the spell i created:
http://imgur.com/Glpjg
Since paralyze is an aimed spell and not cast on self, i couldn't use the magic effect 'InfluenceAggDownFFSelfArea250' (the magic effect Harmony uses) i had to use 'InfluenceAggDownFFAimedArea' but okay, that's cool, i'll just tweak the params so it works on creatures and people up to lvl 100 in a radius of 250.
Now when i get into battle my follower casts this 'paralyze/harmony' spell and i see the enemy it was cast on fall to the floor, and a huge AOE visual effect, but enemies within the radius of the paralyzed enemy are not charmed, they continue attacking as if nothing happened.
I noticed 'InfluenceAggDownFFSelfArea250 ' has a script that adds targets to the 'CharmFaction' so i went ahead and put the same script on the 'InfluenceAggDownFFAimedArea' magic effect, this still doesn't work.
I'm at my wits end here trying to make a harmony spell that an NPC can use, if anyone has any suggestions/comments please, please chime in!