encratite / LibOfLegends

This is a C# networking library that pretends to be the League of Legends Air client. It was developed for the purpose of stats tracking. It depends on a modified version of the FluorineFX library available in the FluorineFXMods repository. It also depends on NilSharp, a random general purpose library. Released under the terms of the GPLv3.
GNU General Public License v3.0
84 stars 22 forks source link

RecentGames->PlayerGameStats.rating is always 0 #10

Closed kappa09 closed 12 years ago

kappa09 commented 12 years ago

It seems like no matter what ranked soloqueue game and at whichever rating, the library is always saying that the game's rating for the player is 0. So basically you can not view the resulting elo change or the new elo of a player from a game.

Has this been broken for a while or has it ever worked? Did riot change something? Is there a fix to this?

encratite commented 12 years ago

It is not the library that is at fault, this is Riot removing data they were "leaking". It is a result of the changes in the server codebase in the Lulu patch.