achimala / leaguelib

Java library for the League of Legends RTMPS API (built on top of LoLRTMPSClient by Gabriel Van Eyck)
GNU General Public License v3.0
126 stars 50 forks source link

EUW new server url #38

Open Senga494 opened 10 years ago

Senga494 commented 10 years ago

I have changed the com.gvaneyck.rtmp.LoLRTMPSClient class in my local code copy since Riot moved to new EUW servers and changed Server and Queue, so here is what seems to be working now:

        this.server = "prod.euw1.lol.riotgames.com";
        this.loginQueue = "https://lq.euw1.lol.riotgames.com/";

Just in case anyone else is wondering :)

I never posted anything here yet, so hope it's ok if I just do so.

n4ndo commented 10 years ago

hey @Senga494 thank you ;)

n4ndo commented 10 years ago

Hello, did you know if the endpoint of br change too?

Senga494 commented 10 years ago

I have found the settings in this file in my League Of Legends installation directory:

C:\[YourPathToLoL]\LeagueofLegends\rads\projects\lol_air_client_config_euw\releases\0.0.0.48\deploy\

It's in the file lol.properties and there it says:

host=prod.euw1.lol.riotgames.com xmpp_server_url=chat.euw1.lol.riotgames.com lq_uri=https://lq.euw1.lol.riotgames.com

n4ndo commented 10 years ago

thanks @Senga494

can you tell me if you are having problems with br and/or EUW?

Senga494 commented 10 years ago

BR settings are:

host=prod.br.lol.riotgames.com lq_uri=https://lq.br.lol.riotgames.com