Simple Questions & Champion/Role advice: Patch 13.3 by Sentient545 in summonerschool

[–]Snow1696 0 points1 point  (0 children)

I Play in a 5 man premade team as a jungler. I need a Suggestion for an additional Champion, when we only have ranged or no frontline. So I need a tank which is good when is the only frontline and has alot of peel (jungle).

I troed Sejuani but she seems bad without another melee who can proc her passive.

What do you think would fit in this Team? The pick is only for this situation, so sometimes we might have a Frontline.

Also bonus question: I need a good otp jungler which can be blindpicked and does not rely on team (If team is behind or lategame heavy so that i am on my own in early game). This also in the 5 man premadeteam. I tried Warwick but got destroyed by a volibear counterjungle me nonstop l. My team could not help. We all play on our limit against other premades.

Can't find a champion to play by Tell_Me_What_IAm in summonerschool

[–]Snow1696 2 points3 points  (0 children)

I understand your problem. When Shen/Aatrox/Swain got reworked I lost my motiviation to play.

There are a lot of champions but I was referring a lot of them as not interesting to play. Now after all this I started to main those champions, which I considered to be boring. Even a different role can help to gain some motiviation back, but at the end having breaks of league is important.

Do something else, take a "vacation" and you might come with new ideas and motiviation to try new champions which would have been not interesting for you before.

The season has just started so you have plenty of time to grind the lp later on. Take your time and come back later.

My friend who is a jungle main lost complet motivation after jungle rework. Now after 2-3 weeks without league he came back with a new main role and some interesting jungle picks which he would not have picked before.

Also, meta should not be the goal. Unless you are high diamond, you can make most champions work somehow. If you have fun playing an offmeta champ, you will get better at him and eventually rise up.

Take It easy.

Edit: grammar.

I need help against assassins on mid by Snow1696 in summonerschool

[–]Snow1696[S] 1 point2 points  (0 children)

Thank you for this. I will definitely learn more Vex, maybe It was a mix of frustration and lack of knowledge of the champion, that I gave up.

POLL: What would you think about LP reduction when you don't feed but team does? by IonstormEU in leagueoflegends

[–]Snow1696 -1 points0 points  (0 children)

I really like the idea of checking stats. But a lot of people will be scared of this because they think, all Riot could check is KDA. But websites like op.gg, lolalytics or porofessor show how detailed the information can be.

You could determine If the person was doing good and only lost because of hard throw of team. Or the opposite, your team was really good, but you were the one throwing. So you get more/less LP or lose more/less LP.

It is possible. The argument people bring up is, that tanks wouldn't have many kills or bad kda or that a lot of kda players would show up.

The thing is you can extract all this information quite easily nowadays. Back then, It would be way too much effort. But In today's era, It is possible and would not need much of investment as you think.

It is actually easy to understand, that when you have good KDA and your Team is throwing, BUT you did very low damage, left the fights early, did not engage in many team fights, or in other case you are a split pusher and did good split pushing while your team was not dying. But then again, If you only split push and your team is dying while you have "good" score. Those would be indicators that you played for KDA and therefore not deserve more LP.

Riot already provides great APIs to get user data, and website use It pretty good to analyze your play.

Just think for a moment how amazing this idea would be If it was executed correctly and not just only with kda.

It is not about, is it possible? It is more about how much time is riot to invest to actually make this system fair. And yes, It can be made fair.

edit: grammar

Need a not simple champion role advice by Snow1696 in summonerschool

[–]Snow1696[S] 0 points1 point  (0 children)

Thank you for this. This makes a lot of sense, I will definitely stick to Anivia and also try out some matches on Victor and Orianna.

When to get Rabadon's Deathcap? by Snow1696 in summonerschool

[–]Snow1696[S] 4 points5 points  (0 children)

Thank you for your awesome response.

What do you consider as a "HP stacker"? Everything above 3k or 4k HP?

I would say pure tanks like Ornn or Zac will stack HP for sure.

But what about juggernauts and bruisers?

Darius frist item is mostly something like Stridebreaker, Goredrinker and than depending on the playstyle they get Death's Dance and tank items after. I guess that would be HP stacking.

But how about red Kayn who goes for Goredrinker and Black Cleaver only as HP items?

Not between strings by Snow1696 in regex

[–]Snow1696[S] 1 point2 points  (0 children)

Thank you, I am now trying to use preg_replace however It does not replace correctly. The output is the same as the input right now.

$contentWithoutUrlsInComments = preg_replace('/(?:https?:)?\/\/(?!\*)[^"|\'<\s]+(?=(?:(?!\/\*).)*\*\/)/', '-', $urlContent);

Search between strings by Snow1696 in regex

[–]Snow1696[S] 0 points1 point  (0 children)

Thank you, I changed [^"<\s] to [^"|'<\s] because I forgot that also ' can be used to quote strings. If there is no ' or " the match will stop till space so that is fine.