Search found 8 matches

Go to advanced search

by WhiteHowler
Wed Feb 27, 2008 8:37 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

Well, I found the difference. For some reason, the $multicheck global is undefined when endmulti() calls it from logspecial.php. This was causing the switch statement in endmulti() (which identifies the type of multikill and credits it to a player) to never get run.

This is probably a PHP ...
by WhiteHowler
Wed Feb 27, 2008 7:19 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

Okay, I've figured out part of the problem.

In tagut_kill(), we've got this code (ignore my debug messages):

// Track Multi-Kills for Killer
echo "<br>Killer: ".$killer." | Victim: ".$victim." | Time: ".$time." | Last Kill: ".$multi[$killer][2];
echo " (".($time - $multi[$killer][2])." ago ...
by WhiteHowler
Wed Feb 27, 2008 5:27 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

No, I don't know why multi-kills aren't working for you since they show up fine when I parse the maps you sent me.
For example on the first match in DM-turbine (Thu, Feb 21 2008 at 12:14:00 PM) there were 12 double kills. Hmm, okay... If you can tell me where in the code it actually calculates the ...
by WhiteHowler
Tue Feb 26, 2008 10:25 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

Career highs are not recalculated upon a merge. It simply replaces the player IDs where they have changed, but does not calculate the highs based on the new player totals. They would be recalculated the next a log is processed for a match that that particular player participated in.
Okay, makes ...
by WhiteHowler
Mon Feb 25, 2008 7:02 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

Sure thing... Keep in mind that I don't have any direct access to the webserver -- I'm renting hosting from another company.

UTStatsDB version: 3.02
Operating system and version: FreeBSD 5.3-RC1
Database type and version: MySQL 5.0.41
PHP version: 4.4.7
Web server and version: Apache 1.3.39

I ...
by WhiteHowler
Sat Feb 23, 2008 5:16 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

Okay, I PMed you a link to grab them (the forum software doesn't seem to like .zip files either).

Thanks!
by WhiteHowler
Fri Feb 22, 2008 4:30 am
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Re: Not calculating UT99 multi-kills correctly?

I just verified that Multi-check is set to "True", but multikills still aren't being tracked for some reason (I even cleared the DB and re-parsed the logs just to be sure). ut_configlogs.multicheck is definitely set to 1.

I also noticed one other thing: The last four sections in "Career Highs ...
by WhiteHowler
Thu Feb 21, 2008 1:53 pm
Forum: UTStatsDB
Topic: Not calculating UT99 multi-kills correctly?
Replies: 15
Views: 7090

Not calculating UT99 multi-kills correctly?

Using UTStatsDB version 3.02

I parsed several logs from my UT99 LAN matches, and while everything else seems to be appearing correctly, it doesn't seem to be showing any multi-kills of any type. I personally had several multi- and ultra-kills during our games, so there should definitely be some ...

Go to advanced search