stirante / lol-client-java-api

Simple library which provides access to internal League of Legends Client API.
GNU General Public License v3.0
67 stars 14 forks source link

Riot Client api question #18

Closed aleksaelezovic closed 4 years ago

aleksaelezovic commented 4 years ago

As of now, I am not able to find a way to use this lib while inside Riot Client (login screen). I would like to use '/rso-auth/' to login with provided RSOPlayerCredentials data. ClientApi doesn't recognize this 'RiotClient' window as 'an open client'.

I would like to know if there is a way to do so or if there isn't, when will it be possible?

P.S. Thanks for this awesome lib king, very nice of you!

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.90. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

stirante commented 4 years ago

This library is only for League of Legends Client. Riot Client was never supported and I doubt it will be. If you want to login with LoL client, you might want to try opening LoL client with special command line options. For example, rift explorer creates new system.yaml file with altered configuration (they add enable_swagger option and remove riotclient configuration). After that they run LoL client with option --system-yaml-override=pathToNewConfig. You can see it here in 2 last functions.

aleksaelezovic commented 4 years ago

Oh okay, I understand! Thank you very much!