Page 1 of 1

Tournament Leaders

Posted: Mon May 04, 2020 1:18 am
by m4rkell
Hello! Kent, can you help?
We have leaderboard based on balance.
This is certainly good, but does not reflect clear information.
Is it possible for an API to get for example the number of first, second and third places a player has?
Maybe make in the future such statistics? It would be very informative to calculate the sum of places in tournaments and build a leaderboard for tournaments.
How can I get statistics from the server and make my own?

Re: Tournament Leaders

Posted: Mon May 04, 2020 9:21 am
by Kent Briggs
m4rkell wrote:Is it possible for an API to get for example the number of first, second and third places a player has?
That info is recorded in the Tourney Results files, which can be retrieved with the TournamentsResults command in the API. Use that to build your own database to track whatever statistics you want to report.

Re: Tournament Leaders

Posted: Mon May 04, 2020 9:34 am
by m4rkell
Thanks!!