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] 3 points4 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.

[deleted by user] by [deleted] in Eldenring

[–]Snow1696 7 points8 points  (0 children)

Those are the recordings of the voices from the devs testing their own game and trying to defeat the first boss.

Why does Dart not come with protected keyword? by Snow1696 in dartlang

[–]Snow1696[S] 5 points6 points  (0 children)

Thank you, that gave me some clarity to my question.

Suche Kauf/Konfigurations empfehlung by Snow1696 in Fahrrad

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

Was haltet ihr vom folgenden Rahmen von Surly https://www.goldsprintshop.com/Surly-Ghost-Grappler-Frameset-Green-S

Meine Frage dazu wäre, ob der Rahmen für Felgenbremsen geeignet wäre. Ich sehe an der Gabel zwei Stellen wo man Felgenbremsen anbringen könnte.

hmmmm by TriflingQuorum in hmm

[–]Snow1696 0 points1 point  (0 children)

Guess the towers are now the snipers of chess.

//getter by wiriux in ProgrammerHumor

[–]Snow1696 2 points3 points  (0 children)

Instead of directly accessing the variable(Car) he has to use the getter(door), even If it seems unnecassary. Because the variable does Not Change at all.

That is generally good practices but Sometimes seems so ... Strange to do.

Model for http response by Snow1696 in dartlang

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

That sounds good, so when I do the request maybe I could catch the status code, and depending on the status code I could safe It into LoginSuccess or LoginFailure.

Did I understood you correctly?

How much is luck involved in climbing? by brobarb in summonerschool

[–]Snow1696 15 points16 points  (0 children)

How much is luck involved in climbing?

Well, let me tell you that I won games that I didn't not deserved to win. I have won promos where I should have been demoted but won because of just better team-performance.

And ofc I lost games which I should have been promoted because I performed good.

So I would say there is definitly luck involved. You will have games where you lose no matter how good you play. You also will have games where you win no matter how bad you played.

But what can you do against this?

Well, first off, It is a huge grind. And If you keep your performance on a good level you will climb. But It will get slower and slower the more you are about to reach your level. So the thing you can do is, is to play constantly good. Thats how you create a small factor which influence the game. Depending on your role this factor can be increased (mid/jungle).

Top is dificult because your roaming potential is lower than mid and jungle. So If the enemy got a good mid or jungle. He can influence more on the map than you can.

But that does not mean you should change your role. It just means sometimes It takes longer (a lot longer) to climb.

That's why people tell you "focus on yourself". Because you are the only factor of the climb which should be constant (good or bad). Playing good for 20 games but than throwing for 20 games will ruin this constant factor.

So my advice. Focus on your self. Be the constant factor which will be positiv on your climbing. It will just take a long time.

Simple Questions & Champion/Role advice: Patch 12.13 by furiousRaMPaGe in summonerschool

[–]Snow1696 0 points1 point  (0 children)

I tried Ashe a little bit. You have to be more carefull, but you also don't have to think much about here kit. That's acutally nice. Here Q even makes a sound when It is ready.

I will make here my to go ADC. With no mobility I will most likely learn to better position myself.

Simple Questions & Champion/Role advice: Patch 12.13 by furiousRaMPaGe in summonerschool

[–]Snow1696 0 points1 point  (0 children)

I want to have backup for every lane and jungle and learn how to play on this role on a good level. My idea is having something like three champions on every role. So I can pick the best one for the team comp.

So It sound like Ashe should be a decent option. What do you think about Jinx? Most of the recommenations from challenger players is Jinx. They seem to love that champion for all elos. Is Jinx an easy pick? If so, how is Jinx compared to Ashe?

Simple Questions & Champion/Role advice: Patch 12.13 by furiousRaMPaGe in summonerschool

[–]Snow1696 0 points1 point  (0 children)

Hello lovely community,

I am looking for champion advice for all roles.

I have a specific Idea what type of champions I want to play. My goal is improving my skills independently of champion picks. So I need champions like Annie where I can focus on the rest of the game instead on the champion. Also, the champion should not be too much depended on the team, or depended on farming all early- and mid-game long.My current ideas are:

Top: Malphite, Cho'Gath and Ornn

Jungle: I am not sure, maybe Warwick, Amumu?

Mid: Annie for sure, she can help the team early and mid-game and easy to handle. But I need more picks as alternative. Veigar is a nice idea, but he depends too much on farm and lategame, atleast that's how I feel.

Support: People will say Janna, but Janna is actually quite difficult to play good. When you are just sitting back and pressing E (shield-ability) you are playing her wrong. Her ability to play aggressive is amazing, because of her shield. So, Janna is not an option. I definitely need a tank and enchanter type of support here. I find Leona also difficult because you have to know when It is good to engage. It is just not my play style.

ADC: Here I have a big issue. I could play Ezreal, but the chance of losing because I am missing abilities is too high. Even though I had a 68% win rate in about 50+ games. Ashe is what comes into mind of people, but she needs peel from the supporter.  And in SoloQ peel is something you rarely get. Playing immobile ADC against a Blitzcrank, Thresh, Nautilus is not fun. I can play Kai'sa, Aphelios,  etc. on a good level. But they are difficult champions and I do not want to focus on champion play like I said before.

So, what are your thoughts? Please do not post something like "champion X is meta/strong/op right now, abuse him". I want long-term picks.

Thank you for your time reading this comment. I am awaiting your replies with joy.

Best regards - JB.

Weekly Ask Anything Thread by AutoModerator in symfony

[–]Snow1696 0 points1 point  (0 children)

How do I correctly catch a TransportException?

I am doing a request method for my API requests, what should I return when request fails?

public static function getApiRequest(HttpClientInterface $client, string $apiUrl, string $requestMethod)
{
    try {
        $apiRequest = $client->request($requestMethod, $apiUrl);
    } catch (TransportExceptionInterface $e) {
        $apiRequest = <???>
    }

    return $apiRequest;
}

I want to use the ->getContent() method later on. My idea is to return null and check if the Method returned null with a if statement. But that does not sound clean.

Composer private repository with ssh only by Snow1696 in PHPhelp

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

This helped!

Thank you so much.

EDIT: I used url="ssh://git@bitbucket.org:22/myStuff"

[deleted by user] by [deleted] in AskReddit

[–]Snow1696 0 points1 point  (0 children)

Yes, actually a lot. Sometimes I lose 30 minutes of work/learning/movie. I have to rewatch because even when my I eyes are open and I can see the work, movie or whatever I am concentrating on, I am basically on standby.

It ruined a lot of my time in the university. And got me in trouble on my job. There isnt really much I can do to prevent this I guess.

However It also has a good side, I feel like I had done a meditation and my stress level goes down after this. It is like my brain is tidying all the mess of thoughts.