Originally posted by hitech
So you wish this?
select DiedGameID,count(DiedGameID) from Kills where KillerGameID = "BNM" group by DiedGameID;
and also this
select KillerGameID,count(KillerGameID) from Kills where DiedGameID = "BNM" group by KillerGameID;
?
HiTech
yeah... if i parsed that right
BMN: list of kills by id and count.
BNM: list of killed by id and count.
the feature is semi-present on the score pages, but it's awkward and 99% of the time we can't remember all the kills or killed by we've done over a tour. it'd be nice if we could see a listing of who we've killed (and how many times) and who we've been killed by (and how many times) in some list format.
no biggie, but....
of course it'd be even nicer if it was further broken down in what planes were used for those kills/kills in and deaths/died in by those lists.
eheh a stats weenie fantasyland of data to wallow in.