MENTAL APM GUIDE - BUILD HABITS AND IMPROVE FASTER

Поделиться
HTML-код
  • Опубликовано: 18 дек 2024

Комментарии • 27

  • @Masterpouya
    @Masterpouya 2 года назад +41

    I'm speechless, this is the most simple yet complex idea I ever heard to improve.
    Thanks a lot for that one.
    Pretty sure that will improve my gameplay a lot.

  • @JunoZapatos
    @JunoZapatos 2 года назад +7

    your channel is fking crazy man, amazing quality on real impactful topics that no one has ever covered in yt at this lvl. keep it up! :)

  • @cptlancia7547
    @cptlancia7547 2 года назад +24

    Me and my friends have named this exact thing BPM (Brain Per Minute) xD

    • @ShokLeague
      @ShokLeague  2 года назад +7

      haha I like that!

    • @Masterpouya
      @Masterpouya 2 года назад +1

      lol that a great name for it ! :D

  • @WoWplayer-v6u
    @WoWplayer-v6u 5 месяцев назад +3

    You just have to choose whether you wan't to be angry with the game all the time or never again, and choose to be relaxed playing it

  • @samanthalouloudis4261
    @samanthalouloudis4261 2 года назад +5

    Thank you for these videos! I don’t have a lot of time to spam league anymore, but I still love league, and your insights into it made me really appreciate how difficult it is, and how much I have to learn. (I also started playing sc2 and it’s crazy how mindlessly I was playing lol before hand.) You have a great way of simplifying the complex problems we face in game.

  • @Grayz_TV
    @Grayz_TV 4 месяца назад +1

    Amazing concept! I've decided to do this but at a lower level. This will make me create a system for it over the long haul. Thanks

  • @yanpoo7496
    @yanpoo7496 2 года назад +3

    your content is really underrated please dont stop keep going

  • @KiraLOLGaming
    @KiraLOLGaming 2 года назад +3

    This helps a lot with not playing on autopilot and making conscious decisions
    Thanks 👌🏼

  • @gentlemattman
    @gentlemattman 2 года назад +3

    Such a great video for a highly important topic for climbing! Really well done Shok!

  • @MartijnMumbles
    @MartijnMumbles 2 года назад +2

    I actually think this is incredibly useful. I hope I'm not the only one that has at times gotten to lane, and realized "I'm just siting here waiting for something to happen, what am I supposed to be doing right now?.." It's easy to mentally check out and just wait for something to happen.

  • @henksy
    @henksy 2 года назад +2

    This is great stuff, thanks for sharing.

  • @KomandarmKnuckles
    @KomandarmKnuckles 2 года назад +2

    Ah yes, by the time your brought up the notepad, I might've already gone a bit overboard:
    create or replace trigger wave_mgmt
    after update of lane_waves on assigned_lane
    for each row
    begin
    dbms_output.put_line("What do I do with this wave?");
    end;
    /
    create or replace trigger middle_point
    after update of position on assigned_lane
    for each row
    begin
    if :new.position > 2
    then
    dbms_output.put_line("I'm over the half point, where do I need vision, which side should I lean");
    end if;
    end;
    /
    create or replace trigger midgame_lane_assignment
    after update of position on assigned_lane
    for each row
    declare
    game_time number;
    begin
    select clock into game_time from timers;
    if (:new.position = 0 and game_time >= 14)
    then
    dbms_output.put_line("Where should I be going from base?");
    end if;
    end;
    /
    create or replace trigger herald_base
    after update of clock on timers
    for each row
    declare
    game_time number;
    begin
    select clock into game_time from timers;
    if game_time = 7
    then
    dbms_output.put_line("Herald spawns in one minute, I should look to base");
    end if;
    end;
    /

  • @FirefoxNau
    @FirefoxNau 2 года назад +8

    The idea of trigger actions to re-prioritize is something i've been doing for a long time. It's probably the best way to get new habits started up. Especially when someone isn't asking that question at all. My best example was one you also mentioned. When placing a ward, what side should I hug. Except mine is, when going to place a ward, where do I expect to be ganked from? Helped me prevent being ganked while placing the ward. Then keeps me hugging either the ward or my jg.

  • @kamilkollodi2060
    @kamilkollodi2060 Год назад +2

    not think more, but think right thing at right times ;)

  • @raphaelnej8387
    @raphaelnej8387 2 года назад +1

    my most relevant triggers is whenever I recognize a teamfight as won, before even finishing off the enemies I ask mtself:
    which lane to run at and push to end/take inib? and spam ping nash if we can.
    another triggers that is pretty common in toplane is whenever you plan on slow pushing and fight/dive, you want to ward first. And boom boom triggers on triggers, before warding, you want to check if you know enemy jungler position, in which case the ward might not be relevant.
    And a useful trigger that I wish I could have is to consider changing trinket whenever I base, not often useful in top but it really hurts me to keep my yellow wards whenever I play supp.

  • @rehmanmemon4969
    @rehmanmemon4969 2 года назад +1

    love you man

  • @G1nGer_gg
    @G1nGer_gg 2 года назад +1

    Gotta love the ole shok notepad

  • @flamierize9537
    @flamierize9537 2 года назад +1

    just remind me to rewatch this video tomorrow before i play ;)

  • @GUSTA99LOL
    @GUSTA99LOL 2 года назад +1

    Nice video

  • @luikss4619
    @luikss4619 2 года назад +1

    can u do an in-depth Taliyah Guide ?

  • @NGaming2017
    @NGaming2017 2 года назад +3

    my mental apm is 0 i have brain damage