Hallo
Great plugin
Im trying to tweak the way Threatening Shout work, but so far not to lucky with it

What i want it to do is to cast it IF my barb got 3+ mobs within a 5 yard radius - Should be fairly simple from what i can see, but I'm just a moron to implement it
Its line 4652 - 4655 if anyone wanna look at the original code.
// Threatening shout
if (!bBuffsOnly && hashPowerHotbarAbilities.Contains(SNOPower.Barbarian_ThreateningShout) && !playerStatus.bIsIncapacitated &&
(iElitesWithinRange[RANGE_9] > 4 || iAnythingWithinRange[RANGE_9] > 4 || playerStatus.dCurrentHealthPct <= 1) &&
GilesUseTimer(SNOPower.Barbarian_ThreateningShout, true) && PowerManager.CanCast(SNOPower.Barbarian_ThreateningShout))
This is my tweaked code so far, not sure it does any of what i wanted it to do
Would be lovely if anyone could tell me how to tweak it
Thanks in advance