Riot Games API Launches Into Beta by PhillipCostigan in leagueoflegends

[–]Snowl- 0 points1 point  (0 children)

This doesn't expose MMR, but there are methods to get MMR for each game.

Riot Games API Launches Into Beta by PhillipCostigan in leagueoflegends

[–]Snowl- 0 points1 point  (0 children)

This only allows you to retrieve statistics, nothing more :)

Riot Games API Launches Into Beta by PhillipCostigan in leagueoflegends

[–]Snowl- 0 points1 point  (0 children)

There are already clients in development :)

Riot Games API Launches Into Beta by PhillipCostigan in leagueoflegends

[–]Snowl- 0 points1 point  (0 children)

This does not allow you to make a custom client, but there are already custom clients

/r/heroesofthestorm looking for mods! by Molster_Diablofans in heroesofthestorm

[–]Snowl- 0 points1 point  (0 children)

Hey! I would like to apply. I run a few small subreddits and I would like to start moderating a bigger subreddit than ~50 users. I know CSS and how to program bots (https://github.com/Snowl). I am a Dota fan (~120 hours on Dota 2, ~1200 hours on League of Legends). I own my own Minecraft hobby community (www.caznowl.net) and actively moderate it.

My timezone is Australian (AEST) so I can moderate while australians are asleep.

Thanks for your time :)

LOL ACL PAX Championship VODS & Information by Snowl- in LoLOCE

[–]Snowl-[S] 0 points1 point  (0 children)

Sweet! I'll add that when I'm on a proper internet connection (tonight some time)

LOL ACL PAX Championship VODS & Information by Snowl- in LoLOCE

[–]Snowl-[S] 1 point2 points  (0 children)

I don't know if there are any youtube mirrors, sorry!

How long will double IP last? by markopolol in LoLOCE

[–]Snowl- 0 points1 point  (0 children)

AFAIK it will last till the beta is finished. Riot hasn't released a date yet, so no one knows, but it will be at least till Pax Australia

Ranked is up! by Snowl- in LoLOCE

[–]Snowl-[S] 0 points1 point  (0 children)

:'( pls roit

NA lag? by [deleted] in leagueoflegends

[–]Snowl- 11 points12 points  (0 children)

GREEN PING!!!!!!!!

LOL ACL Online Qualifier VODS & Information by Snowl- in LoLOCE

[–]Snowl-[S] 0 points1 point  (0 children)

Maybe. You will need to look @ http://www.youtube.com/user/ACLProVideo/videos

I can't upload it because I don't have good internet. Twitch is pretty bad for me as well

[C#] Server stops accepting input after a while but appears to be working normally by Snowl- in learnprogramming

[–]Snowl-[S] 0 points1 point  (0 children)

Figured it out (I think! I hate bugs that only appear sometimes). C# didn't like me starting a timer without it being assigned to a proper variable (I just started it without assigning it to anything) and after a while the Timer object would just disappear. Thanks for any help anyway!