2011-02-20, 12:03:54
xenocide85 Wrote:@VelocityFor the stay % we can use data already stored in the default bot database. Only a change in the query was necessary. In order to track kills, deaths and kicks a communication between the map and the bot is necessary. And we would need that for the qualify too. Another point are the queries of the database. We would have to check both databases on EVERY joining player. This would double the queries on joining players.
If it's possible to track the average of % stay on the last 20 games, why can't you guys track the average K:D on the last 20 games, or create a new variable to track # of times kicked. I realize it would involve some extra coding, but it can't be that above and beyond what you already have in place.
It is possible but it's much more than a little work and the dadabase queries should be as low as possible.