• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 22:48
CEST 04:48
KST 11:48
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
2v2 & SC: Evo Complete: Weekend Double Feature1Team Liquid Map Contest #21 - Presented by Monster Energy8uThermal's 2v2 Tour: $15,000 Main Event17Serral wins EWC 202549Tournament Spotlight: FEL Cracow 202510
Community News
Weekly Cups (Aug 4-10): MaxPax wins a triple6SC2's Safe House 2 - October 18 & 195Weekly Cups (Jul 28-Aug 3): herO doubles up6LiuLi Cup - August 2025 Tournaments7[BSL 2025] H2 - Team Wars, Weeklies & SB Ladder10
StarCraft 2
General
2v2 & SC: Evo Complete: Weekend Double Feature #1: Maru - Greatest Players of All Time Is there a way to see if 2 accounts=1 person? uThermal's 2v2 Tour: $15,000 Main Event RSL Revival patreon money discussion thread
Tourneys
RSL: Revival, a new crowdfunded tournament series LiuLi Cup - August 2025 Tournaments SEL Masters #5 - Korea vs Russia (SC Evo) Enki Epic Series #5 - TaeJa vs Classic (SC Evo) Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
External Content
Mutation # 486 Watch the Skies Mutation # 485 Death from Below Mutation # 484 Magnetic Pull Mutation #239 Bad Weather
Brood War
General
Soma Explains: JaeDong's Double Muta Micro ASL 20 HYPE VIDEO! BGH Auto Balance -> http://bghmmr.eu/ BW AKA finder tool ASL20 Pre-season Tier List ranking!
Tourneys
Cosmonarchy Pro Showmatches KCM 2025 Season 3 [Megathread] Daily Proleagues Small VOD Thread 2.0
Strategy
Simple Questions, Simple Answers Fighting Spirit mining rates [G] Mineral Boosting Muta micro map competition
Other Games
General Games
Stormgate/Frost Giant Megathread Nintendo Switch Thread Total Annihilation Server - TAForever Beyond All Reason [MMORPG] Tree of Savior (Successor of Ragnarok)
Dota 2
Official 'what is Dota anymore' discussion
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Heroes of StarCraft mini-set
TL Mafia
TL Mafia Community Thread Vanilla Mini Mafia
Community
General
Russo-Ukrainian War Thread US Politics Mega-thread European Politico-economics QA Mega-thread The Games Industry And ATVI The year 2050
Fan Clubs
INnoVation Fan Club SKT1 Classic Fan Club!
Media & Entertainment
[Manga] One Piece Anime Discussion Thread [\m/] Heavy Metal Thread Movie Discussion! Korean Music Discussion
Sports
2024 - 2025 Football Thread TeamLiquid Health and Fitness Initiative For 2023 Formula 1 Discussion
World Cup 2022
Tech Support
Gtx660 graphics card replacement Installation of Windows 10 suck at "just a moment" Computer Build, Upgrade & Buying Resource Thread
TL Community
TeamLiquid Team Shirt On Sale The Automated Ban List
Blogs
The Biochemical Cost of Gami…
TrAiDoS
[Girl blog} My fema…
artosisisthebest
Sharpening the Filtration…
frozenclaw
ASL S20 English Commentary…
namkraft
StarCraft improvement
iopq
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1052 users

[Patch 3.05: Balance Update] General Discussion - Page 166

Forum Index > LoL General
Post a Reply
Prev 1 164 165 166 167 168 210 Next
TSBspartacus
Profile Joined October 2011
England1046 Posts
April 24 2013 15:33 GMT
#3301
I always come back, telling myself I will get my moneys worth out of the skins eventually.

+ Show Spoiler +
Then I spend more on RP.
Ketara
Profile Blog Joined August 2010
United States15065 Posts
April 24 2013 15:41 GMT
#3302
It'd be nice if you could put a little blip on your UI about what roles you'd like to play. Not necessarily match you up with players so that the meta is enforced, but so that when you go into a game there's little checkboxes under your name about what positions you'd like to play.

That way there wouldn't be any "I called it first" spam.

Do that and change blind pick so even though it's still blind, one player picks at a time. Give them 30 seconds each.

That'd solve a lot ofissues, I feel.
http://www.liquidlegends.net/forum/lol-general/502075-patch-61-league-of-legends-general-discussion?page=25#498
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-04-24 16:05:35
April 24 2013 15:59 GMT
#3303
Even if you want a melee ADC to be glass cannon, what's wrong with this?:


How do you counter Tryndamere? Another Tryndamere!

Or wait.. a carry is too binary? A champion that is by definition supposed to be weak in the early game and really strong in the late game is binary?
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
h3r1n6
Profile Blog Joined September 2007
Iceland2039 Posts
April 24 2013 16:02 GMT
#3304
On April 24 2013 17:32 Sufficiency wrote:
Oh man, I don't know how to code in C++ at all now (haven't used it for 10+ years I think). This is going to take a while.



I've quickly hacked together a javascript version of it. It's slow and bad, but it kind of works. I'm bad at javascript and very lazy.

So if people missed the discussion a few pages back, this is a script to calculate what to buy in order to get to 0 RP. It just brute forces that problem by compiling a bunch of list of possible RP values that are spendable with the stuff in the shop. It also includes buying RP to get to a spendable amount of RP.

It's possible to fit it to your needs by changing the arrays in the first lines of it to include relevant prices, if you have every champion for example or if you need the US RP values. If you don't know what to do with it, copy it into an empty text file, name it rp.html and open it in your browser. It might take a few seconds to load, since it is terribly inefficient. So here is the script:

+ Show Spoiler +


<html>
<script type ="text/javascript">

//put all viable prices here, depending if you want to include champions on sale, boosts, etc.
var prices = [160,260,290,585,790,880,975,1350,1820,1846];
//buyable rp values vary for each region
//US [650, 1380, 2800, 5000, 7200, 15000]
var rpvalues = [839,1779,3612,6451,9305];
//how much rp you want to spend at most
var maxrp = 25000;

var buys = new Array();
var rpbuys = new Array();



//calculate the possibilites: 1. add each price once as a start, 2. add each price to each existing price combination, 3. repeat 2 until every combination below the maximum is accounted for
for(var i = 0; i < prices.length; i++){
var p = [prices[i]];
buys[parseInt(prices[i])] = p;
}
for(var i = 0; i < maxrp/prices[0]; i++){
for(var j in buys){
if(buys[j].length == i+1){
for(var k = 0; k < prices.length; k++){
if(parseInt(j)+prices[k] < maxrp){
var p = buys[j].slice(0);
p.push(prices[k]);
buys[parseInt(j)+prices[k]] = p;
}
}
}
}
}
for(var i = 0; i < rpvalues.length; i++){
var p = [rpvalues[i]];
rpbuys[parseInt(rpvalues[i])] = p;
}
for(var i = 0; i < maxrp/rpvalues[0]; i++){
for(var j in rpbuys){
if(rpbuys[j].length == i+1){
for(var k = 0; k < rpvalues.length; k++){
if(parseInt(j)+rpvalues[k] < maxrp){
var p = rpbuys[j].slice(0);
p.push(rpvalues[k]);
rpbuys[parseInt(j)+rpvalues[k]] = p;
}
}
}
}
}

function containsKey(a, obj) {
for (var i in obj) {
if (i == a) {
return true;
}
}
return false;
}

function roitpls(rp){
if(containsKey(rp, buys)){
alert("You can buy that with: "+buys[rp].toString());
return;
}
for(var i in rpbuys){
if(containsKey(parseInt(rp) + parseInt(i), buys)){
alert("You can buy that by buying RP: "+rpbuys[i].toString()+"\nAnd then buying:"+buys[parseInt(rp)+parseInt(i)].toString());
return;
}
}
alert("Is not possible!");
}
</script>

Current RP: <input type ="text" id="rp" value="0"><br>
<input type="button" onclick="JavaScript:roitpls(document.getElementById('rp').value); return false;" value="ok" />
</html>

clickrush
Profile Blog Joined May 2010
Switzerland3257 Posts
April 24 2013 16:05 GMT
#3305
On April 25 2013 00:41 Ketara wrote:
It'd be nice if you could put a little blip on your UI about what roles you'd like to play. Not necessarily match you up with players so that the meta is enforced, but so that when you go into a game there's little checkboxes under your name about what positions you'd like to play.

That way there wouldn't be any "I called it first" spam.

Do that and change blind pick so even though it's still blind, one player picks at a time. Give them 30 seconds each.

That'd solve a lot ofissues, I feel.


the only way riot could fix the "I called it first" spam and improve the lobby in general is to just make it a punishable offense and stating that very clearly. At the moment they follow the "don't be a dick in lobby"-rule. but what they don't get is that calling lanes in a not super nice way (except you are fp) almost allways pisses people off and sometimes even starts rivalries, troll picking etc.

1. The only way you get a role if you are not firstpick is if the picks above you agree with you OR if you pick that role anyway and hamper your team. The second is a punishable offense anyway.

2. The only way the pickers above you agree to give you a certain role is when they either don't want that role or if you ask nicely.

3. The only way they don't want the role themselves is either because they don't want to piss you off, they are afraid that you will start a fight if they still pick want that role, or they just plain don't want that role which is pure luck.

=> If you don't ask nicely then getting the role you called without pissing people off/starting a fight is pure luck. Imo that should be punished.

As well as statements like: "If you suck with this role I report you" - And similar stuff. It brings the morale of the team down before the game even started.
oGsMC: Zealot defense, Stalker attack, Sentry forcefieldu forcefieldu, Marauder die die
Ketara
Profile Blog Joined August 2010
United States15065 Posts
April 24 2013 16:24 GMT
#3306
That's pretty much the problem, the whole "whoever calls it first gets it" mentality is the issue. It's antagonistic and doesn't promote teamwork.

I don't think you need to go as far as to make it punishable, though. Being a dick should be punishable obviously, but I think you could fix the problem without throwing down the banhammer.

People play blind pick till level 30, and by the time they start ranked they're used to whoever calls/locks it first gets it. It's been institutionalized by then, and they drag that attitude into draft queues.

So change the way blind pick works. Make it so even though it's blind, one person picks at a time. Put a champion select portion in the tutorial or give a hint that straight up says picking roles goes by pick order in champion select.

If you do that, by the time players get to level 30, they'll get it that pick order is what matters, they won't drag a different mindset into ranked play, and it will solve a lot of the issues, at least where reasonable people are concerned.


There will still be unreasonable people, but that's where you start going into punishment. You're right, the shit in champ select should be reportable from champ select. Put the champ select and postgame chat into the tribunal report, and make it so that if you dodge a game you can still report somebody. Dodging is so institutionalized at this point that having to close the client window to do it is dumb. Have a dodge button right there on the screen complete with a "You will lose 10 league points for this and have a 15 minute dodge timer, are you sure?" after you click it, and once you dodge the game take you to another window where you can report people and list reasons for why you dodged.

There's so many little things Riot could do to improve the community, I do not know why they do not do them, the only sensible reason seems like it would be a simple lack of resources to do all the things they want to do.
http://www.liquidlegends.net/forum/lol-general/502075-patch-61-league-of-legends-general-discussion?page=25#498
FakeSteve[TPR]
Profile Blog Joined July 2003
Valhalla18444 Posts
April 24 2013 16:30 GMT
#3307
theres a thing on reddit that says shy and maknoon are gonna 1v1 for the spot
Moderatormy tatsu loops r fuckin nice
Ketara
Profile Blog Joined August 2010
United States15065 Posts
April 24 2013 16:32 GMT
#3308
I would so watch that.
http://www.liquidlegends.net/forum/lol-general/502075-patch-61-league-of-legends-general-discussion?page=25#498
obesechicken13
Profile Blog Joined July 2008
United States10467 Posts
Last Edited: 2013-04-24 16:41:51
April 24 2013 16:41 GMT
#3309
On April 25 2013 01:30 FakeSteve[TPR] wrote:
theres a thing on reddit that says shy and maknoon are gonna 1v1 for the spot

We gotta hype this up! Grudge matches aren't the same since CombatEx...

Holy shit! I can kill overlords!
I think in our modern age technology has evolved to become more addictive. The things that don't give us pleasure aren't used as much. Work was never meant to be fun, but doing it makes us happier in the long run.
FakeSteve[TPR]
Profile Blog Joined July 2003
Valhalla18444 Posts
April 24 2013 16:45 GMT
#3310
i rush you vs zerg players as a sign of disrespect!
Moderatormy tatsu loops r fuckin nice
Letmelose
Profile Blog Joined September 2006
Korea (South)3227 Posts
April 24 2013 16:50 GMT
#3311
On April 25 2013 01:30 FakeSteve[TPR] wrote:
theres a thing on reddit that says shy and maknoon are gonna 1v1 for the spot


I don't think that is going to happen. Maknoon got heavy community backlash from CJ Entus fans for his brash language, and he promptly proceeded to delete all his comments. Besides, Flame would own them both in a one versus one setting.

It must have been quite an emotional rollercoaster ride for Maknoon, being the heavy favourite to go with nearly 20% advantage, then getting attacked for his lack of form. Then the real drama began with the announcement from Riot Korea about the nature of this tournament, a large portion of Korean community rallyied to knock Maknoon off the top spot by uniting all their votes on the second placed Shy, his tongue in cheek challenge to Shy out of frustration that his ability was being doubted by everyone, the community backlash for his language, and finally losing the first place spot on the final day only to have his stout supporters regain the top spot for Maknoon with 8 minutes to go, then the anti-Maknoon movement having their final say with only 2 minutes to go..... if I were him, I would be a total wreck.
TL+ Member
FakeSteve[TPR]
Profile Blog Joined July 2003
Valhalla18444 Posts
April 24 2013 16:51 GMT
#3312
http://gall.dcinside.com/list.php?id=leagueoflegends1&no=1821604
Moderatormy tatsu loops r fuckin nice
Letmelose
Profile Blog Joined September 2006
Korea (South)3227 Posts
April 24 2013 16:54 GMT
#3313
On April 25 2013 01:51 FakeSteve[TPR] wrote:
http://gall.dcinside.com/list.php?id=leagueoflegends1&no=1821604


That is a screen capture. He deleted all his comments. Sadly an epic finale for the right to represent Korea is not going to happen.
TL+ Member
FakeSteve[TPR]
Profile Blog Joined July 2003
Valhalla18444 Posts
April 24 2013 16:55 GMT
#3314
that's a shame.
Moderatormy tatsu loops r fuckin nice
Letmelose
Profile Blog Joined September 2006
Korea (South)3227 Posts
April 24 2013 17:05 GMT
#3315
On April 25 2013 01:55 FakeSteve[TPR] wrote:
that's a shame.


Blame it on the CJ Entus fans. There's always been some fro between the Najin brand and the Frost/Blaze brand and their fans, and as you can see the votes were heavily dominated by players from the two rivaling factions. At first the idea of Locodoco and Madlife were pushed forward by the Frost/Blaze fans, which quickly got slammed down once Riot released the details of their tournament. The backlash from the disappointed Frost/Blaze fans went to the underperforming Maknoon, and Najin fans tried their best to hold off the endless waves of bitter Frost/Blaze fans, and people like me who were persuaded to stop throwing away votes on players like Expession and settle for Shy, but Najin fans eventually got outnumbered. Maknoon tried to appeal to the general public by prompting on epic showdown match, but Frost/Blaze fans were sure of their numbers and didn't want to risk anything, so then went on to attack Maknoon for being rude. It's really petty stuff between the two opposing fans, and Shy will have to represent Korea with Najin fans wishing him the worst of luck.
TL+ Member
FakeSteve[TPR]
Profile Blog Joined July 2003
Valhalla18444 Posts
April 24 2013 17:14 GMT
#3316
Korea's always good for an epic fan divide. their passion for LoL is truly unmatched in NA
Moderatormy tatsu loops r fuckin nice
kainzero
Profile Blog Joined January 2009
United States5211 Posts
April 24 2013 17:19 GMT
#3317
On April 25 2013 01:24 Ketara wrote:
That's pretty much the problem, the whole "whoever calls it first gets it" mentality is the issue. It's antagonistic and doesn't promote teamwork.

I don't think you need to go as far as to make it punishable, though. Being a dick should be punishable obviously, but I think you could fix the problem without throwing down the banhammer.

People play blind pick till level 30, and by the time they start ranked they're used to whoever calls/locks it first gets it. It's been institutionalized by then, and they drag that attitude into draft queues.

So change the way blind pick works. Make it so even though it's blind, one person picks at a time. Put a champion select portion in the tutorial or give a hint that straight up says picking roles goes by pick order in champion select.

If you do that, by the time players get to level 30, they'll get it that pick order is what matters, they won't drag a different mindset into ranked play, and it will solve a lot of the issues, at least where reasonable people are concerned.


There will still be unreasonable people, but that's where you start going into punishment. You're right, the shit in champ select should be reportable from champ select. Put the champ select and postgame chat into the tribunal report, and make it so that if you dodge a game you can still report somebody. Dodging is so institutionalized at this point that having to close the client window to do it is dumb. Have a dodge button right there on the screen complete with a "You will lose 10 league points for this and have a 15 minute dodge timer, are you sure?" after you click it, and once you dodge the game take you to another window where you can report people and list reasons for why you dodged.

There's so many little things Riot could do to improve the community, I do not know why they do not do them, the only sensible reason seems like it would be a simple lack of resources to do all the things they want to do.

one of the problems is that in blind pick pre-30, a lot of people don't even know what they're "supposed to" pick or where they're "supposed to" go. and depending on their normal MMR, they might not even reach that level ever.

and even if it goes by pick order, so what?
there's nothing preventing me from locking in a hero in a role that's already taken. and i don't even know how it's reportable.
like if i wanna just go play singed mid, regardless of pick order or whoever calls it, i can just go do it in the game. and if i legitimately think it works, even if we duo mid, who are you to tell me who's wrong? just because everyone doesn't agree with it? is that a real reason to report someone, because they disagree with how they think the team should be run? and what if the singed mid is the friendliest guy while the rest of his team profanely rants on him?
TheYango
Profile Joined September 2008
United States47024 Posts
April 24 2013 17:23 GMT
#3318
If someone gets reported and is legitimately friendly and everyone else in the game is an asshole, people aren't so unreasonable as to punish for that.
Moderator
FakeSteve[TPR]
Profile Blog Joined July 2003
Valhalla18444 Posts
April 24 2013 17:25 GMT
#3319
I'm sure I've been reported for playing AD Sona, but i've never been punished, cuz i'm #1 super nice guy and i usually do pretty well
Moderatormy tatsu loops r fuckin nice
onlywonderboy
Profile Joined August 2012
United States23745 Posts
Last Edited: 2013-04-24 17:34:18
April 24 2013 17:29 GMT
#3320
On April 25 2013 02:19 kainzero wrote:
Show nested quote +
On April 25 2013 01:24 Ketara wrote:
That's pretty much the problem, the whole "whoever calls it first gets it" mentality is the issue. It's antagonistic and doesn't promote teamwork.

I don't think you need to go as far as to make it punishable, though. Being a dick should be punishable obviously, but I think you could fix the problem without throwing down the banhammer.

People play blind pick till level 30, and by the time they start ranked they're used to whoever calls/locks it first gets it. It's been institutionalized by then, and they drag that attitude into draft queues.

So change the way blind pick works. Make it so even though it's blind, one person picks at a time. Put a champion select portion in the tutorial or give a hint that straight up says picking roles goes by pick order in champion select.

If you do that, by the time players get to level 30, they'll get it that pick order is what matters, they won't drag a different mindset into ranked play, and it will solve a lot of the issues, at least where reasonable people are concerned.


There will still be unreasonable people, but that's where you start going into punishment. You're right, the shit in champ select should be reportable from champ select. Put the champ select and postgame chat into the tribunal report, and make it so that if you dodge a game you can still report somebody. Dodging is so institutionalized at this point that having to close the client window to do it is dumb. Have a dodge button right there on the screen complete with a "You will lose 10 league points for this and have a 15 minute dodge timer, are you sure?" after you click it, and once you dodge the game take you to another window where you can report people and list reasons for why you dodged.

There's so many little things Riot could do to improve the community, I do not know why they do not do them, the only sensible reason seems like it would be a simple lack of resources to do all the things they want to do.

one of the problems is that in blind pick pre-30, a lot of people don't even know what they're "supposed to" pick or where they're "supposed to" go. and depending on their normal MMR, they might not even reach that level ever.

and even if it goes by pick order, so what?
there's nothing preventing me from locking in a hero in a role that's already taken. and i don't even know how it's reportable.
like if i wanna just go play singed mid, regardless of pick order or whoever calls it, i can just go do it in the game. and if i legitimately think it works, even if we duo mid, who are you to tell me who's wrong? just because everyone doesn't agree with it? is that a real reason to report someone, because they disagree with how they think the team should be run? and what if the singed mid is the friendliest guy while the rest of his team profanely rants on him?

LoL's meta is pretty well defined and players going into draft queue are expected to know that. If 4/5 players want you to just play the meta but you want to duo Mid Singed you are still not cooperating with the team which is a punishable offense.

Edit: I want to be clear that playing an unconventional champ in a specific role is way different then someone going "nah, I actually just don't like playing this role, so I'm just gonna go duo Mid instead of Support." If you want to play Singed Mid then you are within your rights, but playing Singed Mid when you already have a Mid and no Support is refusal to cooperate.
RIP Ryan Davis / TL or Die / @onlywonderboy
Prev 1 164 165 166 167 168 210 Next
Please log in or register to reply.
Live Events Refresh
Next event in 7h 12m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
Nina 203
StarCraft: Brood War
Rain 1062
Mong 218
ggaemo 80
Noble 65
Hm[arnc] 14
Icarus 7
Dota 2
monkeys_forever1301
NeuroSwarm174
LuMiX1
Super Smash Bros
amsayoshi63
Other Games
tarik_tv15096
summit1g3830
JimRising 471
Trikslyr69
WinterStarcraft35
Organizations
Other Games
gamesdonequick1203
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 16 non-featured ]
StarCraft 2
• Berry_CruncH239
• davetesta32
• practicex 14
• AfreecaTV YouTube
• intothetv
• Kozan
• IndyKCrew
• LaughNgamezSOOP
• Migwel
• sooper7s
StarCraft: Brood War
• Azhi_Dahaki18
• BSLYoutube
• STPLYoutube
• ZZZeroYoutube
League of Legends
• Doublelift4837
Other Games
• Scarra1457
Upcoming Events
Sparkling Tuna Cup
7h 12m
WardiTV Summer Champion…
8h 12m
SC Evo League
9h 12m
uThermal 2v2 Circuit
12h 12m
BSL Team Wars
16h 12m
Team Dewalt vs Team Bonyth
Afreeca Starleague
1d 7h
Sharp vs Ample
Larva vs Stork
Wardi Open
1d 8h
RotterdaM Event
1d 13h
Replay Cast
1d 21h
Replay Cast
2 days
[ Show More ]
Afreeca Starleague
2 days
JyJ vs TY
Bisu vs Speed
WardiTV Summer Champion…
2 days
PiGosaur Monday
2 days
Afreeca Starleague
3 days
Mini vs TBD
Soma vs sSak
WardiTV Summer Champion…
3 days
Replay Cast
3 days
The PondCast
4 days
WardiTV Summer Champion…
4 days
Replay Cast
4 days
LiuLi Cup
5 days
BSL Team Wars
5 days
Team Hawk vs Team Dewalt
Korean StarCraft League
6 days
CranKy Ducklings
6 days
SC Evo League
6 days
WardiTV Summer Champion…
6 days
[BSL 2025] Weekly
6 days
Liquipedia Results

Completed

Proleague 2025-08-13
FEL Cracow 2025
CC Div. A S7

Ongoing

Copa Latinoamericana 4
Jiahua Invitational
BSL 20 Team Wars
KCM Race Survival 2025 Season 3
BSL 21 Qualifiers
CSL Season 18: Qualifier 1
SEL Season 2 Championship
WardiTV Summer 2025
uThermal 2v2 Main Event
HCC Europe
BLAST Bounty Fall 2025
BLAST Bounty Fall Qual
IEM Cologne 2025
FISSURE Playground #1
BLAST.tv Austin Major 2025

Upcoming

ASL Season 20
CSLAN 3
CSL 2025 AUTUMN (S18)
LASL Season 20
BSL Season 21
BSL 21 Team A
RSL Revival: Season 2
Maestros of the Game
PGL Masters Bucharest 2025
Thunderpick World Champ.
MESA Nomadic Masters Fall
CS Asia Championships 2025
Roobet Cup 2025
ESL Pro League S22
StarSeries Fall 2025
FISSURE Playground #2
BLAST Open Fall 2025
BLAST Open Fall Qual
Esports World Cup 2025
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2025 TLnet. All Rights Reserved.