.gg-guide { background: #0B0E17; color: #e8e8f0; font-family: "Syne", sans-serif; }
:root{--black:#0B0E17;--off:#111628;--panel:#17171c;--border:#2a2a33;--text:#e8e8f0;--muted:#6b6b80;--accent:#00d4ff;--plat:#c87dff;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
body{background:var(--black);color:var(--text);font-family:"Syne",sans-serif;}
nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:rgba(10,10,10,.96);border-bottom:1px solid var(--border);backdrop-filter:blur(20px);}
.logo{font-family:"Bebas Neue",sans-serif;font-size:1.7rem;letter-spacing:.1em;color:var(--accent);text-decoration:none;}
.logo span{color:var(--text);}
.nav-links{display:flex;gap:24px;}
.nav-links a{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);text-decoration:none;}
.nav-links a:hover{color:var(--accent);}
.bc{padding:12px 40px;background:var(--off);border-bottom:1px solid var(--border);font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.08em;color:var(--muted);display:flex;gap:8px;align-items:center;flex-wrap:wrap;}
.bc a{color:var(--muted);text-decoration:none;}
.bc a:hover{color:var(--accent);}
.bc-cur{color:var(--text);}
.wrap{display:grid;grid-template-columns:1fr 300px;max-width:1180px;margin:0 auto;padding:0 40px;align-items:start;}
.main{padding:48px 48px 80px 0;border-right:1px solid var(--border);}
.meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:14px;}
.tag{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;padding:4px 10px;border:1px solid var(--border);color:var(--muted);}
.tag.plat{border-color:var(--plat);color:var(--plat);}
h1{font-family:"Bebas Neue",sans-serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;margin-bottom:12px;}
.sub{font-size:.95rem;color:var(--muted);line-height:1.6;max-width:580px;margin-bottom:8px;}
.upd{font-family:"DM Mono",monospace;font-size:.58rem;color:var(--muted);letter-spacing:.08em;margin-bottom:32px;}
.ia{background:var(--panel);border:1px solid var(--border);border-left:4px solid var(--accent);padding:28px;margin-bottom:36px;}
.ia-lbl{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.2em;text-transform:uppercase;color:var(--accent);margin-bottom:8px;}
.ia-ttl{font-family:"Bebas Neue",sans-serif;font-size:1.6rem;letter-spacing:.04em;margin-bottom:14px;}
.ia-body{font-size:.95rem;line-height:1.78;}
.ia-body strong{color:var(--accent);}
.ia-body em{color:var(--muted);font-style:normal;}
.stats{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--border);margin-bottom:40px;}
.sc{padding:14px 18px;border-right:1px solid var(--border);}
.sc:last-child{border-right:none;}
.sl{font-family:"DM Mono",monospace;font-size:.54rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.sv{font-family:"Bebas Neue",sans-serif;font-size:1.15rem;color:var(--accent);line-height:1.15;}
section{margin-bottom:52px;}
h2{font-family:"Bebas Neue",sans-serif;font-size:1.5rem;letter-spacing:.05em;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:10px;}
.sn{font-family:"DM Mono",monospace;font-size:.6rem;color:var(--muted);}
p{font-size:.93rem;line-height:1.78;margin-bottom:14px;}
p strong{color:var(--accent);}
p em{color:var(--muted);font-style:normal;}
.tip{background:rgba(240,224,64,.05);border:1px solid rgba(240,224,64,.2);border-left:3px solid var(--accent);padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.tip-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin-bottom:6px;}
.warn{background:rgba(239,68,68,.06);border:1px solid rgba(239,68,68,.2);border-left:3px solid #f87171;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.warn-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#f87171;margin-bottom:6px;}
.info{background:rgba(0,212,255,.05);border:1px solid rgba(0,212,255,.2);border-left:3px solid #00d4ff;padding:16px 20px;margin:20px 0;font-size:.88rem;line-height:1.65;}
.info-l{font-family:"DM Mono",monospace;font-size:.58rem;letter-spacing:.14em;text-transform:uppercase;color:#00d4ff;margin-bottom:6px;}
table{width:100%;border-collapse:collapse;margin:20px 0;font-size:.85rem;}
th{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);padding:10px 14px;text-align:left;border-bottom:1px solid var(--border);background:var(--off);}
td{padding:12px 14px;border-bottom:1px solid var(--border);vertical-align:top;line-height:1.55;}
tr:hover td{background:var(--panel);}
td strong{color:var(--accent);}
.steps{display:flex;flex-direction:column;gap:2px;margin:20px 0;}
.step{background:var(--panel);border:1px solid var(--border);padding:20px;display:flex;gap:20px;align-items:flex-start;transition:border-color .2s;}
.step:hover{border-color:var(--plat);}
.step-n{font-family:"Bebas Neue",sans-serif;font-size:2.2rem;color:var(--border);line-height:1;flex-shrink:0;width:36px;transition:color .2s;}
.step:hover .step-n{color:var(--plat);}
.step-t{font-size:.92rem;font-weight:700;margin-bottom:6px;}
.step-d{font-size:.85rem;color:var(--muted);line-height:1.65;}
.step-d strong{color:var(--text);}
.badge{font-family:"DM Mono",monospace;font-size:.58rem;padding:3px 8px;border-radius:2px;display:inline-block;margin:2px;}
.b-s{background:rgba(240,224,64,.15);color:var(--accent);border:1px solid rgba(240,224,64,.3);}
.b-a{background:rgba(0,212,255,.12);color:#00d4ff;border:1px solid rgba(0,212,255,.3);}
.b-b{background:rgba(82,196,90,.1);color:#4ade80;border:1px solid rgba(82,196,90,.3);}
.b-c{background:rgba(255,149,0,.1);color:#fbbf24;border:1px solid rgba(255,149,0,.3);}
.b-d{background:rgba(239,68,68,.1);color:#f87171;border:1px solid rgba(239,68,68,.3);}
.ad-w{margin:40px 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:4px 0;}
.ad-l{font-family:"DM Mono",monospace;font-size:.5rem;letter-spacing:.16em;text-transform:uppercase;color:var(--border);text-align:center;padding:4px 0;}
.ad-f{background:var(--off);min-height:90px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.next{margin-top:56px;padding-top:28px;border-top:1px solid var(--border);}
.next-l{font-family:"DM Mono",monospace;font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:14px;}
.ng{display:grid;grid-template-columns:1fr 1fr;gap:2px;}
.nc{background:var(--panel);border:1px solid var(--border);padding:16px;text-decoration:none;transition:border-color .2s;display:block;}
.nc:hover{border-color:var(--accent);}
.nc-t{font-family:"DM Mono",monospace;font-size:.56rem;letter-spacing:.09em;text-transform:uppercase;color:var(--muted);margin-bottom:5px;}
.nc-h{font-size:.88rem;font-weight:700;color:var(--text);line-height:1.35;}
.sidebar{padding:48px 0 80px 32px;position:sticky;top:65px;}
.ad-box{margin-bottom:24px;}
.ad-box-fr{background:var(--panel);border:1px solid var(--border);min-height:250px;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.sw{background:var(--panel);border:1px solid var(--border);padding:18px;margin-bottom:2px;}
.sw-ttl{font-family:"Bebas Neue",sans-serif;font-size:1rem;letter-spacing:.08em;color:var(--muted);margin-bottom:12px;}
.sw a{display:block;font-size:.8rem;color:var(--text);text-decoration:none;padding:8px 0;border-bottom:1px solid var(--border);line-height:1.4;}
.sw a:last-child{border-bottom:none;}
.sw a:hover{color:var(--accent);}
.sw-g{font-family:"DM Mono",monospace;font-size:.54rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;display:block;margin-bottom:2px;}
footer{border-top:1px solid var(--border);padding:28px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;}
.fl{font-family:"Bebas Neue",sans-serif;font-size:1.2rem;color:var(--accent);}
.fl span{color:var(--muted);}
.fc{font-family:"DM Mono",monospace;font-size:.56rem;color:var(--muted);}
.fc a{color:var(--muted);text-decoration:none;}
@media(max-width:900px){.wrap{grid-template-columns:1fr;padding:0 20px;}.main{padding:28px 0;border-right:none;}.sidebar{position:static;padding:0 0 40px;}.ng{grid-template-columns:1fr;}.stats{grid-template-columns:repeat(2,1fr);}nav{padding:14px 20px;}.nav-links{display:none;}.bc{padding:10px 20px;}footer{padding:20px;flex-direction:column;text-align:center;}}
PC · SteamSkill GuidePatch 26.10All Junglers
LoL Jungle Pathing Guide
— Efficient Clear Routes 2026
Full clear vs 3-camp gank paths, blue side vs red side starts, smite timing and how to read the map for early pressure. Answer above the fold.
Last updated: May 2026 · Patch 26.10 · Ranked Emerald+
⚡ Instant Answer
Best Default Jungle Path
Full clear path (most junglers): Red Brambleback → Krugs → Raptors → Blue Sentinel → Gromp → Wolves → Scuttle Crab. This gives you Level 4 and a Scuttle fight with full health when done correctly. It is the safest default path that works on 80% of junglers.
3-camp gank path (high-pressure junglers like Vi, Elise, Jarvan): Red Brambleback → Krugs → Raptors → gank bot lane. You arrive at bot at Level 3 with Smite available. This sacrifices tempo for early kill pressure.
The single most impactful habit: Look at the minimap before every camp. If an enemy laner is overextending, skip the next camp and gank. The XP loss from one missed camp is always less valuable than a kill or summoner spell burn.
Path Type
Full Clear + Gank
01 — Full Clear Path — Step by Step
The full clear gives you the most gold and XP before your first gank. It works best on scaling junglers (Karthus, Hecarim, Master Yi) or when no lanes are overextending early for a gank opportunity.
| Camp | Level After | Smite? | Notes |
| Red Brambleback | 2 | Yes — use it | Ask bot lane for a leash. Smite Red when it reaches 150HP to secure the buff and save health. Start with your E or Q ability at level 1. |
| Krugs | 2 | No — save | Hit the big Krug first. It splits into smaller ones. AoE abilities clear this camp fastest. Takes more time than it looks — do not skip it early on; it gives high XP. |
| Raptors | 3 | No — save | Kill the small Raptors first (they deal more damage combined). The large Raptor dies after the small ones are cleared. AoE clears this camp in seconds. |
| Blue Sentinel | 3 | No — save | Ask mid lane for a leash if available. Smite not needed unless you are low. Blue Buff mana regen is valuable — keep it if you use mana, trade it to mid if you do not. |
| Gromp | 4 | No — save | Easy clear. High XP for a solo camp. Always take this after Blue — it is one step away. |
| Wolves | 4 | No — save | Kill big wolf first. Fast camp with good XP. Your Smite is recharged by now — use it on Scuttle. |
| Scuttle Crab | 4+ | Yes — contest it | Use Smite to secure the Crab if contested. The vision shrine and speed boost from Scuttle is worth fighting for. Check if the enemy jungler might contest before committing. |
📌 Leash Etiquette
Always ask for leashes in champion select or at the start of the game. A good leash on Red or Blue saves 100-200 HP — the difference between showing at a gank healthy and showing in a state where you die during it. Ping your laners before you start camp to remind them.
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
02 — 3-Camp Gank Path — Early Pressure
The 3-camp gank path sacrifices the full clear for an early Level 3 gank. Use it when a lane is already overextended at the start of the game, or when your jungler has strong Level 3 kill pressure (Vi, Jarvan IV, Elise, Lee Sin).
| Camp | Then |
| Red Brambleback | → Krugs → Raptors → Gank Bot Lane |
| Blue Sentinel | → Gromp → Wolves → Gank Top Lane |
The red-side 3-camp path puts you at bot lane at Level 3 with Red Buff active — your slow or root makes the gank significantly easier. You will have Smite available for Scuttle after the gank if it goes quickly.
⚠ 3-Camp Gank Risk
If the gank fails — the enemy flashes or your laner does not follow up — you are now behind in XP and gold versus a full-clearing enemy jungler. Only take the 3-camp gank path when the lane setup clearly favours a successful gank: enemies overextended, your laner has CC, enemy Flash is on cooldown.
03 — Reading the Map Before Every Camp
The single most important jungle habit has nothing to do with mechanics — it is looking at the minimap before you start clearing each camp.
Before you begin your next camp, take 1 second to scan the minimap. Ask yourself: is an enemy laner overextended right now? If yes, what is the cost of skipping this camp versus showing that lane in the next 10 seconds? The XP value of any single camp is less than the value of a kill or burned Flash.
Priority decision tree per camp:
1. Is an enemy overextended within 15 seconds of walking time? → Gank, skip the camp.
2. Is Dragon or Baron spawning within 90 seconds? → Finish camp, move toward objective.
3. Is the enemy jungler visible on the opposite side of the map? → Counter-jungle their nearest camp.
4. None of the above? → Clear the camp, check map again before the next one.
04 — Smite Timing — When to Use It
| Situation | Use Smite? | Reasoning |
| Red or Blue Buff — first clear | Yes | Secure the buff and save HP for the clear ahead. The buff is worth more than Smite cooldown savings. |
| Krugs, Raptors, Gromp, Wolves | No | These camps do not run away and are not contested. Save Smite for objectives. |
| Scuttle Crab | Yes — if contested | Smiting Scuttle in a fight often secures it even if the enemy jungler is winning the 1v1. |
| Dragon / Baron | Yes — always | Use Smite at the moment the objective reaches approximately 900 HP. This requires practice to time correctly — it varies by game state. |
| Gank kill secures | No — almost never | Smiting a champion is not efficient unless you absolutely cannot reach them otherwise. Your jungler damage in a gank is usually enough without Smite. |
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
↑ Advertisement
Advertisement
(adsbygoogle=window.adsbygoogle||[]).push({});
#social-bar a { display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:#fff;text-decoration:none;transition:opacity 0.2s,transform 0.2s; }
#social-bar a:hover { opacity:0.85;transform:translateX(-4px); }
@media(max-width:768px){ #social-bar { display:none !important; } }