encratite / RiotControl

An elaborate statistics tracking system for League of Legends. It used to be a centralised PostgreSQL based system but now it's a stand-alone SQLite application. It was written in C# and makes use of the LibOfLegends RTMP library. It is licensed under the terms of the GPLv3. Unfortunately I stopped working on it in 2013-08. Check out the website for a longer explanation.
http://riot.cont.ro.lt/
GNU General Public License v3.0
33 stars 15 forks source link

Neutral minions champ stats #63

Open tsubus opened 12 years ago

tsubus commented 12 years ago

Champ stats are currently missing the aggregated stats for neutral minion kills, which I think is kind of a big deal. Whenever you use a jungler, stats don't show at all how well he's done with farming. I have tried implementing this (using TOTAL_NEUTRAL_MINIONS_KILLED in liboflegends), but I seem to get some issues that I am not able to resolve.

encratite commented 12 years ago

Urgh, I can't believe I didn't see this until now. Yeah, I suppose this could be added but I'm probably never going to do it, sorry.