Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
23,967
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Right click on your league of legends icon and click "Open File Location"
  2. Navigate to RADS > Projects > lol_air_client_config_[your server here] > releases > 0.0.0.55 > deploy > lol.properties
  3.  
  4. Open lol.properties (sometimes named just "lol") using notepad or any text editor, look for where it says xmpp_server_url= and copy the next URL, in my case it is chat.na2.lol.riotgames.com but will be different for you if your not looking under NA.
  5.  
  6. Open the command prompt again (cmd.exe) as an administrator and type in,
  7. ping [your url] For example for me I'd type ping chat.na2.lol.riotgames.com
  8.  
  9. Press enter and it will Ping the chat server you typed in giving you the IP address, "Pinging URL [IP here]
  10.  
  11. Now you will do the same process explained above but switching the IP since you aren't using NA or EUW, replace INSERT_IP_HERE with the IP from your ping.
  12.  
  13. netsh advfirewall firewall add rule name="lolchat" dir=out remoteip=INSERT_IP_HERE protocol=TCP action=block
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement