if(Formulas.getInstance().calcSkillSuccess(activeChar, target, skill, ss, sps, bss))
{
if(target instanceof L2Attackable)
{
L2Attackable targ = (L2Attackable) target;
targ.stopHating(activeChar);
if(targ.getMostHated() == null)
{
((L2AttackableAI) targ.getAI()).setGlobalAggro(-25);
targ.clearAggroList();
targ.getAI().setIntention(CtrlIntention.AI_INTENTION_ACTIVE);