MENTAL APM GUIDE - BUILD HABITS AND IMPROVE FASTER

Поділитися
Вставка
  • Опубліковано 6 лис 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.

  • @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

  • @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! :)

  • @WoWplayer-v6u
    @WoWplayer-v6u 3 місяці тому +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

  • @GrayzBDF
    @GrayzBDF 3 місяці тому +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

  • @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;
    /

  • @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.

  • @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!

  • @yanpoo7496
    @yanpoo7496 2 роки тому +3

    your content is really underrated please dont stop keep going

  • @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.

  • @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.

  • @henksy
    @henksy 2 роки тому +2

    This is great stuff, thanks for sharing.

  • @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.

  • @kamilkollodi2060
    @kamilkollodi2060 11 місяців тому +2

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

  • @G1nGer_gg
    @G1nGer_gg 2 роки тому +1

    Gotta love the ole shok notepad

  • @rehmanmemon4969
    @rehmanmemon4969 2 роки тому +1

    love you man

  • @flamierize9537
    @flamierize9537 2 роки тому +1

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

  • @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

  • @GUSTA99LOL
    @GUSTA99LOL 2 роки тому +1

    Nice video