How to ATTACK MOVE & KITE like a PRO in League of Legends
►Get the RANK You’ve Always Wanted: https://www.skill-capped.com/lol
►SUBSCRIBE for more LoL Challenger Guides: http://goo.gl/kGvFCu
What is Skill Capped?
SkillCapped has one goal in mind: help you become a better League of Legends player. Stay up to date with League of Legends meta, and get the best guides and strategies you won’t find anywhere else!
Follow Skill Capped at:
►FACEBOOK: https://www.facebook.com/skillcapped
►TWITTER: https://twitter.com/skillcapped
Concepts: league of legends,how to kite,kiting,attack move,orb walking,lol settings,adc,league of legends settings,challenger hotkeys,kiting guide,attack move lol,how to kite in league of legends,league best settings,league of legends pro guides,attack move click guide,target champions only lol,lol attack move,lol kiting,lol attack move left click,lol attack move on cursor,lol kiting guide,adc kiting,how to attack move click,league of legends settings guide
0:00 – Introduction
#lolguides #leagueoflegends #skillcapped
Source
Improve FAST and get the RANK you've always wanted at: https://www.skill-capped.com/lol/browse 💪
I'm used to have it on the left click, because it feels way more natural to me. Using attack move really made me get better at the game, because to use it effectively I needed to abandon some bad habits, like normal casts on spells and maxing spells by clicking on the arrow. Anyway I didn't know you could disable minimap movements, I was used to use shift+left click to see the minimap without moving, but that's something way more comfortable, so thank you!
i’ve grown accustomed to attack move click on space. i use “t” to hover champion and s to emote
I use my moving attack with my mouse button on the top, next to my left mouse click. I like it, but I am curious what you guys think? I understand why the button on the side is not viable, but the button on the top feels very good for me. Thank you! Love the channel, big fan
I was wondering how Attack Move and Attack Move Click were different. I'm use Attack Move Click on the thumb-button of my mouse was affraid I gave myself a dissatvantage because most player seem to use Attack Move on A or so.
I spent 3 hrs trying to figure out that auto move thing that happens when you bind atk move to mb1 with no luck… thank you do much😊
Meanwhile i have Attack Move Click bindet on "T" 😀
This is exactly what I needed to learn thank you very much 🙏🙏🙌 Now I need to learn my wave management and final hitting minions I will definitely be using this video to both learn and implement in my games.
I have it bind to left lick but i also use A + left lick to see the range if needed
7:11 HAHAHAHAHAHAHAHAHAHAHAHAHA what is this McBaze bullying
Wait, the excuse for not using the extra mouse buttons is that the mouse… moves? Wut…? I've been doing that for years and that's never happened with me. I can't a-move any other way lol.
I use my A-key with attack move click all the time (even when not playing ADC) and have my champion-only toggle on a mouse button under my thumb.
Works like a charm most of the time.
I am not a lowelo player myself (okay maybe low elo for some but grandmaster) and I struggle to kite with champs that have to use abilities between autoattacks, movement commands. Ezreal is a champ that only a handful of players can play him to fullest potential in the world.
I also struggle to kite with kayle for some weird reasons because her E autoreset has less range than her lvl 16 form. And you want to use ur e between your autoattacks.
My first 2 years of league I was using “attack move click” on “a”. When I switched to regular attack move I immediately became much more accurate with my clicks and the range indicator is really nice for champs with varying attack range like jinx and tristana
I use " target champions only" to an extra button on the mouse with toggle on. It will be very easy to get used to it.
i personally do not recommend disabling auto attack, especially if u play bot or top lane because u need it to check for warded bushes. If your character attacks the minion wave while u are in a bush, it means the bush is warded.
So what if i want to be like McBaze?
nice ty for revealing adc main secrets xD
You forgot to talk about how you cant target champion only with attack move and you cant click on tab or use unsealed spellbook with it on left click
Press C to constantly see your attack range btw if you use attack move on left click
God bless McBaze. Perhaps, he only plays melee champs.
i use the attack comand in the C is where my thumb lays more confortable and it feels efortles and the attack only champions in the part of the mouse that is the zoom pressing it , is also comfortable
Time for a lengthy addon for things missing out on binding aa-move-click to your left mouse button.
TLDR: This is how you make another button work as lmb if you want to bind aa-move-click to the lmb.
With this method you don't need to do any changes in the clients settings menu, all is done in the editing of the files but will change the settings within the game aswell.
I have run these settings long before they were available in the client settings menu without any problems.
The problem with binding aa to LMB, like mentioned in the video, is that you cant click the minimap without moving, same with item shop, items in your inventory etc. Here is how you solve it, it involves editing 2 files in your league directory (std path x:/league of legends/config), namely "PersistedSettings.json" and "input.ini". I'm not sure you actually have to edit the input.ini file any longer, but this is the way I have always done it and it has worked for the last 5 years.
First you have to understand how the files are handled by the game.
When you log in, the game downloads the PersistedSettings.json file from riots servers and overwrites whatever you have in the local files (this is to keep settings for the player that logged in if the client is being used to play on different accounts by different players with their own settings). So this tells us you need to be logged in when doing the editing of your files. Then when you start a game (any game, bot, practice, ranked, aram etc) the game checks if you have a PersistedSettings.json file on in your config directory, if not, it will once again download it from riots servers. If the file exists locally on your computer, the file will UPLOAD to the servers, in effect "saving" your settings so they work if you login to your account on another client or a fresh install.
So now to the edits you need to do.
First, backup the files PersistedSettings.json and input.ini and name them f ex input.ini.bak and PersistedSettings.json.bak. This is just to be safe in case something goes wrong, I have never had any problems but to be safe, just do it. xD
Rightclick the PersistedSettings.json file in x://league of legends/config directory and choose open, choose notepad to open the file in notepad (or any other text editor, doesn't have to be notepad).
If you have never edited these kinds of setting files you might become a bit overwhelmed with all the text but its actually not that complicated.
If in notepad, in the format menu, click "word wrap", its not necessary for what we are doing but it makes it easier to read all the text without having to scroll.
There are two "trees" of settings within PersistedSettings.json, one is "name": "Game.cfg" and below are all the "subsettings" for that config. Scroll down and you find the second witch is "name": "Input.ini".
The first setting is under the "name": "Game.cfg". You can use the menu "edit/find…" (in notepad) to search within the file to make it easier to find where you have to do the settings. If you cant find them in your file, add them in in the EXACT SAME STRUCTURE as the rest of the settings, ie: start with a "{" and end it with "},". It doesn't matter where you put it as long as it is under the correct tree of settings (under "name": "Game.cfg" or "name": "Input.ini") and subsetting (f ex "name": "GameEvents" or "name": "HUDEvents"). Use tab or spacebar to make it look nice and tidy (not necessary but useful).
I will use mouse button 3 (pressing the scroll wheel) in this example, you can use any key. What we want is to do is tell the game that, in this case, you will make mb3 act as left mouse button works in standard settings (clicking minimap, clicking players, items in shop etc) but at the same time still be able to use lmb (very usefull for pings since they are probably programmed in your head to use ctrl/alt+lmb) but remember, the aa-move click will also be issued when using lmb (not when using pings), but not when using the mb3 (remember this when clicking the minimap, you will start moving if you use lmb, but NOT if you use mb3.
Open PersistedSettings.json in your config directory and edit/add
Under "name": "Game.cfg",
subsection "name": "GameEvents" insert or edit (if the setting is already there)
———————————————————————————————–
{
"name": "evtPlayerSelectClick",
"value": "[Button 1],[Button 3]"
},
{
"name": "evntHudMoveableSelect",
"value": "[Button 1],[Button 3]"
},
{
"name": "evtOnUIMouse1",
"value": "[Button 1],[Button 3]"
},
{
"name": "evtPlayerAttackMoveClick",
"value": "[Button 1]"
},
{
"name": "evtPlayerSelectClick",
"value": "[Button 1],[Button 3]"
},
———————————————————————————————
////////////////////////////////////////////////////////////////////////////////////
Under subsection "name": "HUDEvents"
——————————————————————————————–
{
"name": "evntHudMoveableSelect",
"value": "[Button 1],[Button 3]"
},
{
"name": "evtOnUIMouse1",
"value": "[Button 1],[Button 3]"
},
——————————————————————————————-
Save and close PersistedSettings.json
///////////////////////////////////////////////////////////////////////////////////
Open the file input.ini in your config directory and edit/add
——————————————————————————————–
under [GameEvents]
evtOnUIMouse4Pan=[Button 3]
evtPlayerAttackMoveClick=[Button 1]
evtPlayerSelectClick=[Button 1],[Button 3]
under [HUDEvents]
evtOnUIMouse1=[Button 1],[Button 3]
evtOnUIMouse2=[Button 2]
evntHudMoveableSelect=[Button 1],[Button 3]
—————————————————————————————–
/////////////////////////////////////////////////////////////////////////////////
That's it. Now start a practice session (to upload and save your settings to riots servers) and test your settings. Remember, the client has to be open (only client, don't go into a game) when you edit the files.
If you have more than one account, copy the PersistedSettings.json and input.ini files to another location when you have the client open. Close the client, log into your other account and paste over the files in your league/config directory and boom, settings apply to the other account when you start a new game.
As I said before the settings will follow if you log into ANY client once you have saved them by starting a game.
Now try playing Kalista and just spam lmb beside the target you are attacking and she will automatically kite towards your mouse and aa the closest target to your mouse that you can reach. 🙂
If you find this confusing, just ask here and I'll help you out but its pretty straight forward once you get into it.
GL HF on the rift!
I love this channel, but this video was awful and didn’t help newer players. Why do you have the keybinds set up and still put your mouse on the target dummy. You’re not showing what it can do.
You can move to a location and click attack move click at the exact spot.
I can be running down. The enemy is above me. I move my character down and auto attack move. Without moving my mouse above my champion.
Even tho he’s above me I can hit A to hit him when my mouse is below me and him.
That’s how you kite.
I like playing Aphelios, because then I can bind attack move to E and not have to move my left hand at all.
You can hold C to show your attack range without being forced to use A + left clicks to see range. That's what I do. I use Level 3 part and hold C when I need to see my range at times.
Only doesn't work on Kalista, she must have the auto attack option in the gameplay settings locked in. Then she can kite without manually clicking* on the enemy champ all the time (autoattack is bugged on her)
The auto range flashing is not fun to look at. You can get a feel for your range without it.
Using what's comfortable is important. I personally use a+left click for ranged champions to attack move, but only use right click, or shift+right click for situational stuff such as bush jukes for melee champions.
I know this has nothing to do with Adcs @Skill Capped , but if you leave the option Auto Attack On , you can see if a bush is warded or not if you stand in it… i didnt know this before my support im coaching in a Team told me so.
Did you know this?
I really wish that target champions only worked for attack move
but how can you aim with all this light? 🤔
Side mouse buttons for champ only toggle and ark move. That whole thing about ‘moving your mouse when you press a side button’ is just not true. Unless you’re a gorilla.
I use only leftclick to attack move for years now and bound the left klick to my wheel so pushing it down to use the old leftclick.
I have it bound to spacebar as my attack move click. So simple
I been playing forever and didn’t know you can disable minimap movement … ugh if I knew sooner. Thank you
I find that using sidebuttons on my mouse helps attack move
There's an attack move?! Ah, ok…
Attack moving IS kiting wtf is? im starting to think you guys are bad.
moving and attacking is kiting. This is actually trash. I dont dont use the autoatk (like click the ground. cuz its technically hacking)
also: y no binds to left click? literally the ez'est option
There's one problem I've only recently found out crippling my kiting:
"attack move on cursor" doesn't work with "target champions only", so when you use both, you'll still attack minions and towers sometimes, if you click a couple pixels too far from enemy champion.
I built a habit of using "champions only" + right click when fighting in lane, but "attack move click" otherwise
Attack move all you want, you are still adc and have no effect on your games
Coming from dota has its benefits
I have "Attack Move Click" on "R", then my Ult is bound to "T". This makes it so I don't have to move my fingers for the ability I use most, and only move my fingers for my abilities I use the least.
Well, I have Attack move on my thumb mouse button. -.-
yeah ive tried binding attack move to side button on the mouse and it you force the mouse to the right so it's bad.
Right now im used to use attack move for everything, but im trying to get used to also using attack move click when i want to kite with very high attack speed (i play adc and many with big attack speed steroids) to be more efficient. I think learning to do this is my best bet
2:48 you CAN move longer during attacks, nothing is preventing you from doing so. You just lose potential damage when doing so. Sometimes it is more important to move a bit further than to kite all the time :).
3:55 having this disabled has been bugged for seemingly forever. Sometimes the champion does not attack the target closest to it for whatever reason.