LibOfLegends icon indicating copy to clipboard operation
LibOfLegends copied to clipboard

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 ava...

Results 12 LibOfLegends issues
Sort by recently updated
recently updated
newest added

Hi, I'm interested in picking up LibOfLegends for an open source project and potentially putting a lot of work into it. I figure you'd be happy to see your lib...

Hello, I'm trying to use the LibOfLegends, but when I try to build the solution, I got an error saying that the Proxy type could not be found. Error 2...

Right now the library doesn't even handle the login queue process at all. It is rare enough to get into a queue so there hasn't been an opportunity to study...

bug

Does anyone knows how to get honor data? Friendly, etc. Just the service / method name and I could do it alone....

Can I get instructions on how to compile and add dependencies to Visual Studio 2012 or can you provide a compiled version?

How do I check a summoner's rune page list and the names of each rune page? and/or How do I check a summoner's mastery page list and the names of...

``` Unhandled Exception: System.UriFormatException: One of the identified items was in an invalid format. at FluorineFx.Net.NetConnection.Connect() in FluorineFXMods\Source\FluorineFx\Net\NetConnection.cs:line 367 at FluorineFx.Net.NetConnection.Connect(String command, Object[] arguments) in FluorineFXMods\Source\FluorineFx\Net\NetConnection.cs:line 300' ``` It compiles...

It would be nice to have all of this information in a client like this, too. Originally the library was developed for mass stats tracking and not for getting more...

enhancement

I just made Connect non-blocking by simply running the old Connect in a new thread, passing on the callback object. This is sub-optimal as you could probably just use the...

enhancement