Hi,
I set up VSP stats and everything works great except for skills.They are all showing zero.When I parse a log file I get hundreds of errors that in vsp.php file on line 542 there is a "division by zero".The log continues to parse and finishes successfully but skills aren't being generated.The full content of line 542 is:
$prob_killer_wins = 1 / (1 + exp(($victim_skill - $killer_skill) * ($event_factor > 0 ? 1 : -1) / $variance));
Does anyone know which part causes the issue and how to fix this ? Thanks !