├── .gitignore ├── LevelingGuide.ahk ├── License.md ├── PatchNotes.md ├── README.md ├── builds ├── 3.25 Archmage BL Hiero │ ├── Act 1 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 10 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 11 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 2 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 3 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 4 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 5 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 6 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 7 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 8 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── Act 9 │ │ ├── guide.txt │ │ ├── notes.txt │ │ └── tree.jpg │ ├── ascendancy.txt │ ├── build_info.txt │ └── gems │ │ ├── 02.ini │ │ ├── 04.ini │ │ ├── 08.ini │ │ ├── 12.ini │ │ ├── 16.ini │ │ ├── 24.ini │ │ ├── 28.ini │ │ ├── 31.ini │ │ ├── 34.ini │ │ ├── 38.ini │ │ ├── 42.ini │ │ ├── 66.ini │ │ ├── 72.ini │ │ ├── 90.ini │ │ └── class.ini ├── 3.25 HRoC Necro │ ├── Act 1 │ │ └── tree.jpg │ ├── Act 10 │ │ └── tree.jpg │ ├── Act 11 │ │ └── tree.jpg │ ├── Act 2 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 3 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 4 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 5 │ │ └── tree.jpg │ ├── Act 6 │ │ └── tree.jpg │ ├── Act 7 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 8 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 9 │ │ └── tree.jpg │ ├── ascendancy.txt │ ├── build_info.txt │ └── gems │ │ ├── 02.ini │ │ ├── 04.ini │ │ ├── 08.ini │ │ ├── 16.ini │ │ ├── 24.ini │ │ ├── 38.ini │ │ ├── 42.ini │ │ ├── 66.ini │ │ ├── 72.ini │ │ └── class.ini ├── 3.25 LS Deadeye(Warden) │ ├── Act 1 │ │ └── tree.jpg │ ├── Act 10 │ │ └── tree.jpg │ ├── Act 11 │ │ └── tree.jpg │ ├── Act 2 │ │ └── tree.jpg │ ├── Act 3 │ │ └── tree.jpg │ ├── Act 4 │ │ └── tree.jpg │ ├── Act 5 │ │ └── tree.jpg │ ├── Act 6 │ │ └── tree.jpg │ ├── Act 7 │ │ └── tree.jpg │ ├── Act 8 │ │ └── tree.jpg │ ├── Act 9 │ │ └── tree.jpg │ ├── ascendancy.txt │ ├── build_info.txt │ └── gems │ │ ├── 02.ini │ │ ├── 04.ini │ │ ├── 08.ini │ │ ├── 12.ini │ │ ├── 16.ini │ │ ├── 24.ini │ │ ├── 42.ini │ │ ├── 72.ini │ │ ├── 90.ini │ │ └── class.ini ├── 3.25 RF Chief │ ├── Act 1 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 10 │ │ └── tree.jpg │ ├── Act 11 │ │ └── tree.jpg │ ├── Act 2 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 3 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 4 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 5 │ │ └── tree.jpg │ ├── Act 6 │ │ └── tree.jpg │ ├── Act 7 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 8 │ │ ├── guide.txt │ │ └── tree.jpg │ ├── Act 9 │ │ └── tree.jpg │ ├── ascendancy.txt │ ├── build_info.txt │ └── gems │ │ ├── 02.ini │ │ ├── 04.ini │ │ ├── 08.ini │ │ ├── 16.ini │ │ ├── 24.ini │ │ ├── 31.ini │ │ ├── 34.ini │ │ ├── 38.ini │ │ ├── 66.ini │ │ └── class.ini ├── 3.25 SST Glad │ ├── Act 1 │ │ └── tree.jpg │ ├── Act 10 │ │ └── tree.jpg │ ├── Act 11 │ │ └── tree.jpg │ ├── Act 2 │ │ └── tree.jpg │ ├── Act 3 │ │ └── tree.jpg │ ├── Act 4 │ │ └── tree.jpg │ ├── Act 5 │ │ └── tree.jpg │ ├── Act 6 │ │ └── tree.jpg │ ├── Act 7 │ │ └── tree.jpg │ ├── Act 8 │ │ └── tree.jpg │ ├── Act 9 │ │ └── tree.jpg │ ├── ascendancy.txt │ ├── build_info.txt │ └── gems │ │ ├── 02.ini │ │ ├── 04.ini │ │ ├── 08.ini │ │ ├── 12.ini │ │ ├── 16.ini │ │ ├── 24.ini │ │ ├── 28.ini │ │ ├── 38.ini │ │ ├── 66.ini │ │ └── class.ini ├── 3.25 WoC Ele │ ├── Act 1 │ │ └── tree.jpg │ ├── Act 10 │ │ └── tree.jpg │ ├── Act 11 │ │ └── tree.jpg │ ├── Act 2 │ │ └── tree.jpg │ ├── Act 3 │ │ └── tree.jpg │ ├── Act 4 │ │ └── tree.jpg │ ├── Act 5 │ │ └── tree.jpg │ ├── Act 6 │ │ └── tree.jpg │ ├── Act 7 │ │ └── tree.jpg │ ├── Act 8 │ │ └── tree.jpg │ ├── Act 9 │ │ └── tree.jpg │ ├── ascendancy.txt │ ├── build_info.txt │ └── gems │ │ ├── 02.ini │ │ ├── 04.ini │ │ ├── 08.ini │ │ ├── 12.ini │ │ ├── 16.ini │ │ ├── 24.ini │ │ ├── 28.ini │ │ ├── 38.ini │ │ ├── 66.ini │ │ └── class.ini └── Notes │ ├── Abbreviated │ ├── Act 1 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 10 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 11 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 2 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 3 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 4 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 5 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 6 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 7 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 8 │ │ ├── guide.txt │ │ └── notes.txt │ └── Act 9 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Default │ ├── Act 1 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 10 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 11 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 2 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 3 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 4 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 5 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 6 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 7 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 8 │ │ ├── guide.txt │ │ └── notes.txt │ └── Act 9 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Detailed │ ├── Act 1 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 10 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 11 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 2 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 3 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 4 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 5 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 6 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 7 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 8 │ │ ├── guide.txt │ │ └── notes.txt │ └── Act 9 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Portuguese │ ├── Act 1 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 10 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 11 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 2 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 3 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 4 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 5 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 6 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 7 │ │ ├── guide.txt │ │ └── notes.txt │ ├── Act 8 │ │ ├── guide.txt │ │ └── notes.txt │ └── Act 9 │ │ ├── guide.txt │ │ └── notes.txt │ └── Turkish │ ├── Act 1 │ ├── guide.txt │ └── notes.txt │ ├── Act 10 │ ├── guide.txt │ └── notes.txt │ ├── Act 11 │ ├── guide.txt │ └── notes.txt │ ├── Act 2 │ ├── guide.txt │ └── notes.txt │ ├── Act 3 │ ├── guide.txt │ └── notes.txt │ ├── Act 4 │ ├── guide.txt │ └── notes.txt │ ├── Act 5 │ ├── guide.txt │ └── notes.txt │ ├── Act 6 │ ├── guide.txt │ └── notes.txt │ ├── Act 7 │ ├── guide.txt │ └── notes.txt │ ├── Act 8 │ ├── guide.txt │ └── notes.txt │ └── Act 9 │ ├── guide.txt │ └── notes.txt ├── filelist.txt ├── icons ├── gear.ico ├── lvlG.ico ├── refresh.ico └── x.ico ├── images ├── Act 1 │ ├── Cavern of Anger_Seed_1.jpg │ ├── Cavern of Anger_Seed_2.jpg │ ├── Cavern of Wrath_Seed_1.jpg │ ├── Cavern of Wrath_Seed_2.jpg │ ├── Cavern of Wrath_Seed_3.jpg │ ├── Flooded Depths_Seed_1.jpg │ ├── Flooded Depths_Seed_2.jpg │ ├── Flooded Depths_Seed_3.jpg │ ├── Lower Prison_Seed_1.jpg │ ├── Lower Prison_Seed_2.jpg │ ├── Lower Prison_Seed_3.jpg │ ├── Lower Prison_Seed_4.jpg │ ├── Mud Flats_Seed_1.jpg │ ├── Mud Flats_Seed_2.jpg │ ├── Prisoner's Gate_Seed_1.jpg │ ├── Prisoner's Gate_Seed_2.jpg │ ├── Prisoner's Gate_Seed_3.jpg │ ├── Prisoner's Gate_Seed_4.jpg │ ├── Ship Graveyard_Seed_1.jpg │ ├── Ship Graveyard_Seed_2.jpg │ ├── Ship Graveyard_Seed_3.jpg │ ├── Ship Graveyard_Seed_4.jpg │ ├── Submerged Passage_Seed_1.jpg │ ├── Submerged Passage_Seed_2.jpg │ ├── Submerged Passage_Seed_3.jpg │ ├── The Climb_Seed_1.jpg │ ├── The Climb_Seed_2.jpg │ ├── The Coast_Seed_1.jpg │ ├── The Coast_Seed_2.jpg │ ├── The Coast_Seed_3.jpg │ ├── Upper Prison_Seed_1.jpg │ ├── Upper Prison_Seed_2.jpg │ ├── Upper Prison_Seed_3.jpg │ ├── Upper Prison_Seed_4.jpg │ └── Upper Prison_Seed_5.jpg ├── Act 10 │ ├── Desecrated Chambers_Seed_1.jpg │ ├── Ravaged Square_Seed_1.jpg │ └── Torched Courts_Seed_1.jpg ├── Act 2 │ ├── Chamber of Sins Level 1_Seed_1.jpg │ ├── Chamber of Sins Level 1_Seed_2.jpg │ ├── Chamber of Sins Level 1_Seed_3.jpg │ ├── Chamber of Sins Level 2_Seed_1.jpg │ ├── The Caverns_Seed_1.jpg │ ├── The Caverns_Seed_2.jpg │ ├── The Caverns_Seed_3.jpg │ ├── The Caverns_Seed_4.jpg │ ├── Vaal Ruins_Seed_1.jpg │ ├── Vaal Ruins_Seed_2.jpg │ ├── Vaal Ruins_Seed_3.jpg │ ├── Weaver's Chambers_Seed_1.jpg │ ├── Weaver's Chambers_Seed_2.jpg │ ├── Weaver's Chambers_Seed_3.jpg │ ├── Wetlands_Seed_1.jpg │ ├── Wetlands_Seed_2.jpg │ └── Wetlands_Seed_3.jpg ├── Act 3 │ ├── Ebony Barracks_Seed_1.jpg │ ├── Ebony Barracks_Seed_2.jpg │ ├── Imperial Gardens_Seed_1.jpg │ ├── Lunaris Temple Level 1_Seed_1.jpg │ ├── Lunaris Temple Level 1_Seed_2.jpg │ ├── Lunaris Temple Level 2_Seed_1.jpg │ ├── Lunaris Temple Level 2_Seed_2.jpg │ ├── Solaris Temple Level 1_Seed_1.jpg │ ├── Solaris Temple Level 1_Seed_2.jpg │ ├── Solaris Temple Level 1_Seed_3.jpg │ ├── Solaris Temple Level 2_Seed_1.jpg │ ├── Solaris Temple Level 2_Seed_2.jpg │ ├── Solaris Temple Level 2_Seed_3.jpg │ ├── The Battlefront_Seed_1.jpg │ ├── The Battlefront_Seed_2.jpg │ ├── The Crematorium_Seed_1.jpg │ ├── The Crematorium_Seed_2.jpg │ ├── The Crematorium_Seed_3.jpg │ ├── The Crematorium_Seed_4.jpg │ ├── The Crematorium_Seed_5.jpg │ ├── The Docks_Seed_1.jpg │ ├── The Docks_Seed_2.jpg │ ├── The Docks_Seed_3.jpg │ ├── The Docks_Seed_4.jpg │ ├── The Marketplace_Seed_1.jpg │ ├── The Marketplace_Seed_2.jpg │ ├── The Marketplace_Seed_3.jpg │ ├── The Marketplace_Seed_4.jpg │ ├── The Marketplace_Seed_5.jpg │ ├── The Sewers_Seed_1.jpg │ ├── The Slums_Seed_1.jpg │ ├── The Slums_Seed_2.jpg │ ├── The Slums_Seed_3.jpg │ └── The Slums_Seed_4.jpg ├── Act 4 │ ├── Belly of the Beast Level 1_Seed_1.jpg │ ├── Belly of the Beast Level 1_Seed_2.jpg │ ├── Belly of the Beast Level 1_Seed_3.jpg │ ├── Belly of the Beast Level 1_Seed_4.jpg │ ├── Belly of the Beast Level 2_Seed_1.jpg │ ├── Belly of the Beast Level 2_Seed_2.jpg │ ├── Belly of the Beast Level 2_Seed_3.jpg │ ├── Crystal Veins_Seed_1.jpg │ ├── Crystal Veins_Seed_2.jpg │ ├── Crystal Veins_Seed_3.jpg │ ├── Dried Lake_Seed_1.jpg │ ├── Dried Lake_Seed_2.jpg │ ├── Dried Lake_Seed_3.jpg │ ├── Kaom's Dream_Seed_1.jpg │ ├── Kaom's Stronghold_Seed_1.jpg │ ├── Mines Level 1_Seed_1.jpg │ ├── Mines Level 1_Seed_2.jpg │ ├── Mines Level 2_Seed_1.jpg │ ├── Mines Level 2_Seed_2.jpg │ ├── Mines Level 2_Seed_3.jpg │ ├── Mines Level 2_Seed_4.jpg │ ├── The Ascent_Seed_1.jpg │ └── The Harvest_Seed_1.jpg ├── Act 5 │ ├── Chamber of Innocence_Seed_1.jpg │ ├── Control Blocks_Seed_1.jpg │ ├── Oriath Square_Seed_1.jpg │ ├── Ruined Square_Seed_1.jpg │ ├── Slave Pens_Seed_1.jpg │ ├── Slave Pens_Seed_2.jpg │ ├── Templar Courts_Seed_1.jpg │ ├── The Ossuary_Seed_1.jpg │ ├── The Reliquary_Seed_1.jpg │ └── Torched Courts_Seed_1.jpg ├── Act 6 │ ├── Brine King's Reef_Seed_1.jpg │ ├── Brine King's Reef_Seed_2.jpg │ ├── Cavern of Anger_Seed_1.jpg │ ├── Cavern of Anger_Seed_2.jpg │ ├── Karui Fortress_Seed_1.jpg │ ├── Lower Prison_Seed_1.jpg │ ├── Lower Prison_Seed_2.jpg │ ├── Lower Prison_Seed_3.jpg │ ├── Lower Prison_Seed_4.jpg │ ├── Mud Flats_Seed_1.jpg │ ├── Mud Flats_Seed_2.jpg │ ├── Prisoner's Gate_Seed_1.jpg │ ├── Prisoner's Gate_Seed_2.jpg │ ├── Prisoner's Gate_Seed_3.jpg │ ├── The Coast_Seed_1.jpg │ ├── The Coast_Seed_2.jpg │ ├── The Coast_Seed_3.jpg │ ├── The Coast_Seed_4.jpg │ ├── The Ridge_Seed_1.jpg │ ├── The Ridge_Seed_2.jpg │ └── The Riverways_Seed_1.jpg ├── Act 7 │ ├── Chamber of Sins Level 1_Seed_1.jpg │ ├── Chamber of Sins Level 1_Seed_2.jpg │ ├── Chamber of Sins Level 1_Seed_3.jpg │ ├── Chamber of Sins Level 2_Seed_1.jpg │ ├── The Crossroads_Seed_1.jpg │ ├── The Crypt 2_Seed_1.jpg │ ├── The Crypt 2_Seed_2.jpg │ ├── The Crypt 2_Seed_3.jpg │ ├── The Crypt_Seed_1.jpg │ ├── The Crypt_Seed_2.jpg │ ├── The Crypt_Seed_3.jpg │ ├── The Den_Seed_1.jpg │ ├── The Den_Seed_2.jpg │ ├── The Den_Seed_3.jpg │ ├── The Den_Seed_4.jpg │ └── Vaal City_Seed_1.jpg ├── Act 8 │ ├── Bath House_Seed_1.jpg │ ├── Bath House_Seed_2.jpg │ ├── Doedre's Cesspool_Seed_1.jpg │ ├── Doedre's Cesspool_Seed_2.jpg │ ├── Doedre's Cesspool_Seed_3.jpg │ ├── Grain Gate_Seed_1.jpg │ ├── Grain Gate_Seed_2.jpg │ ├── Lunaris Concourse_Seed_1.jpg │ ├── Lunaris Concourse_Seed_2.jpg │ ├── Lunaris Temple Level 1_Seed_1.jpg │ ├── Lunaris Temple Level 1_Seed_2.jpg │ ├── Lunaris Temple Level 1_Seed_3.jpg │ ├── Lunaris Temple Level 2_Seed_1.jpg │ ├── Lunaris Temple Level 2_Seed_2.jpg │ ├── Solaris Temple Level 1_Seed_1.jpg │ ├── Solaris Temple Level 1_Seed_2.jpg │ ├── Solaris Temple Level 2_Seed_1.jpg │ ├── Solaris Temple Level 2_Seed_2.jpg │ ├── The Quay_Seed_1.jpg │ ├── The Quay_Seed_2.jpg │ ├── Toxic Conduits_Seed_1.jpg │ └── Toxic Conduits_Seed_2.jpg ├── Act 9 │ ├── Belly of the Beast_Seed_1.jpg │ ├── Belly of the Beast_Seed_2.jpg │ ├── Belly of the Beast_Seed_3.jpg │ ├── The Descent_Seed_1.jpg │ ├── The Foothills_Seed_1.jpg │ ├── The Oasis_Seed_1.jpg │ ├── The Oasis_Seed_2.jpg │ ├── The Quarry_Seed_1.jpg │ ├── The Refinery_Seed_1.jpg │ ├── The Tunnel_Seed_1.jpg │ ├── The Tunnel_Seed_2.jpg │ ├── The Tunnel_Seed_3.jpg │ └── Vastiri Desert_Seed_1.jpg ├── atlas.png ├── cheatsheets │ ├── Betrayal.png │ ├── Heist.png │ └── Incursion.png └── gems │ └── readme.txt ├── lib ├── Gdip.ahk ├── JSON.ahk ├── build.ahk ├── config.ahk ├── data.json ├── draw.ahk ├── gems.json ├── hotkeys.ahk ├── maps.ahk ├── search.ahk ├── set.ahk ├── settings.ahk └── sizing.ahk └── previews ├── LevelingGuidePreview1.png ├── LevelingGuidePreview2.png ├── LevelingGuidePreview3.png ├── LevelingGuidePreview4.png ├── LevelingGuidePreview5.png ├── LevelingGuidePreview6.png ├── Nexus.png └── Overview_for_Path_of_Exile_Leveling_Guide_Overlay.gif /.gitignore: -------------------------------------------------------------------------------- 1 | meta.ini 2 | images/gems/*.png 3 | config.ini 4 | watchstones.ini 5 | -------------------------------------------------------------------------------- /License.md: -------------------------------------------------------------------------------- 1 | Copyright 2019 JusKillmeQik 2 | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 4 | 5 | The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. 6 | 7 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | Enemy at the Gate: Rolling Magma 2 | Mercy Mission: Summon Phantasm Support 3 | Breaking Some Eggs: Frostblink 4 | B,Dweller of the Deep: Passive 5 | G,Lower Prison: Trial 6 | Caged Brute: Combustion Support, Flame Dash 7 | B,Marooned Mariner: Passive 8 | Siren's Cadence: - 9 | B,Way Forward: Passive 10 | MS Boots, Sapphire Rings (iron ring + blue gem) 11 | B-B-B, R-B-B 12 | Wand - Add light dmg to spells, cast speed, 13 | spell dmg, +1 to level of lightning skills -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 1/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | Follow the coast up and right 3 | Kill Hillock 4 | 5 | zone:The Coast 6 | Stick to the right side following the wall 7 | B,Go to Mud Flats first for easier Hailrake 8 | 9 | zone:Tidal Island 10 | The side without a cliff is the shortest 11 | 12 | zone:Mud Flats 13 | Little rivers connect the three items 14 | B,At level 4 go to Tidal Island for Quicksilver Flask quest after Submerged Waypoint 15 | 16 | zone:Fetid Pool 17 | Go in a circle and kill everything 18 | This quest is optional and should be skipped to save time 19 | 20 | zone:Submerged Passage 21 | Find the bridge and place a portal 22 | Then continue across the bridge to The Ledge 23 | 24 | zone:Flooded Depths 25 | Logout after killing the Deep Dweller (Tarkleigh) 26 | 27 | zone:The Ledge 28 | Little totems at the Waypoint point to the exit 29 | 30 | zone:The Climb 31 | Always be going up 32 | 33 | zone:Lower Prison 34 | Go to town at the Waypoint and take the portal you left to find the Flooded Depths 35 | Try right first for the exit. There is a trial in this zone that you can do later thanks to the Waypoint 36 | G,TRIAL - Spike traps 37 | 38 | zone:Upper Prison 39 | Try left first. 40 | B,Log out after you kill Brutus then Waypoint to Prisoner's Gate 41 | 42 | zone:Prisoner's Gate 43 | Look for the side of the road that has the ledge down, usually on the right side 44 | 45 | zone:Ship Graveyard 46 | Look for Waypoint first then head to the exit. If you find The Cave get the All Flame now. Otherwise continue directly to Cavern of Wrath Waypoint 47 | When you return Fairgraves will always be near the waypoint, simply log out after killing him to go to town and get a passive from Bestel 48 | 49 | zone:Cavern of Wrath 50 | At Waypoint port back to The Ship Graveyard to find the Cave and hand in Allflame. Then logout to get Passive from Bestel 51 | 52 | zone:Cavern of Anger 53 | Often bottom right. You can follow the spirits. If you see piles of gold you're close to Merveil 54 | B,RECOMMEND high cold resist 55 | -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 1/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 1/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 10/guide.txt: -------------------------------------------------------------------------------- 1 | G,Ossuary: Trial 2 | B,Vilenta's Vengeance: Passive 3 | B,An End to Hunger: 2x Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 10/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Cathedral Rooftop 2 | Go up to save Bannon, back to town, then go down right 3 | 4 | zone:Ravaged Square 5 | B,Leave a portal when you enter the zone 6 | Left hand wall-follow, skip the first opening, take the second and cross the bridge (red part), left hand wall-follow to the Waypoint 7 | Go back to town and use your portal to go back to the start of the zone, go down and do Control Blocks (4) for a Passive 8 | Then go to the Ossuary (1). Do Cruel Labyrinth. Then the Torched Courts (2). Finally The Canals (5). Optionally do The Reliquary (3) for a useless belt 9 | 10 | zone:Control Blocks 11 | Right hand wall-follow. Use movement skills to jump through fences 12 | 13 | zone:The Ossuary 14 | Left hand wall follow to find the quest item and trial. The trial entrance is in the opening in the wall, the quest item is close to that opening, but you move away from the wall to find it 15 | G,TRIAL - Dart traps 16 | G,CRAFT - Chaos damage 17 | 18 | zone:Torched Courts 19 | Left hand wall-follow 20 | 21 | zone:Desecrated Chambers 22 | Right hand wall-follow until you come to four pillars, then go straight and up 23 | This is a great zone to farm EXP 24 | G,CRAFT - Life/Mana 25 | 26 | zone:The Reliquary 27 | The Quest item is always on the edge or a corner, it's mostly the right side. Use move skill to cross gaps 28 | 29 | zone:The Canals 30 | Move top left. Follow the road and cross bridges when you see them 31 | 32 | zone:Feeding Trough 33 | Move top left, there shouldn't be any diversions, kill Kitava at the end to unlock maps! 34 | G,CRAFT - Defenses 35 | R,RECOMMEND 3,700+ EHP, fire resist, Good physical mitigations, fast movement skill -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 10/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 10/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 11/guide.txt: -------------------------------------------------------------------------------- 1 | After Kitava, in Oriath 2 | G,CRAFT - Movement Speed 3 | Cap your Resistances 4 | Explore Templar Laboratory top right to start the Kirac Questline -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 11/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Templar Laboratory 2 | Top right is the Laboratory 3 | Find the map device and wait to talk to Kirac 4 | Then go back to Oriath and go bottom right for the Fallen Courts 5 | 6 | zone:The Fallen Courts 7 | Left hand wall follow to find Dominus' office 8 | Pick up the Key and return to Oriath for the entrance to the Haunted Reliquary in the bottom left 9 | 10 | zone:The Haunted Reliquary 11 | Use the key on both sides of the door to open the Vault 12 | Kill everything then talk to Kirac in your Hideout 13 | If you don't have a Hideout, talk to Helena in town to obtain one -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 11/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 11/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver 2 | G,Crypt: Trial 3 | Through Sacred Ground: Book of Regret 4 | G,Chamber of Sins 2: Trial 5 | Intruders in Black: Herald of Ash 6 | Sharp and Cruel: Faster Casting 7 | Bandits: Kill All 8 | B,Way Forward (Bestel): Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 2/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Southern Forest 2 | Follow the right wall 3 | 4 | zone:Old Fields 5 | Follow the road 6 | Leave a portal at The Den 7 | 8 | zone:The Den 9 | Kill Great White Beast and Logout 10 | 11 | zone:The Crossroads 12 | Follow the road to the waypoint 13 | Go back to town and portal to The Den for Quicksilver Flask 14 | Then continue north for the Chamber of Sins 15 | When you return go east to kill Kraityn 16 | Finally go south through the Fellshrine Ruins to the trial in The Crypt 17 | 18 | zone:Chamber of Sins Level 1 19 | Circle to the center of the zone. The hallway next to the Waypoint always leads to the next zone 20 | 21 | zone:Chamber of Sins Level 2 22 | Boss is down and right, trial is top left 23 | G,TRIAL - Sawblades 24 | 25 | zone:Broken Bridge 26 | Follow the road to the right 27 | 28 | zone:Fellshrine Ruins 29 | Follow the road to The Crypt 30 | 31 | zone:The Crypt 32 | G,TRIAL - Spinning blades 33 | 34 | zone:The Riverways 35 | Follow the road and use mobility skills to jump over bridges, activate Waypoint then continue on the road to Western Forest 36 | When you return, the entrance to the Wetlands is always on the opposite side of the road near the Waypoint 37 | 38 | zone:Western Forest 39 | Alira is on the side of the Waypoint where the road has a broken section. The Weaver's Chambers can be found on the opposite side of the road from Alira, with webbed trees. Follow the road for The Way Forward quest 40 | 41 | zone:Weaver's Chambers 42 | Go left when the left path spawns, otherwise loop around right side 43 | Kill Weaver for the reward and logout, then claim The Way Forward skillpoint back in Act 1 44 | 45 | zone:The Wetlands 46 | Kill Oak in center, then go to the left side until the Waypoint is visible with the passage near it 47 | 48 | zone:Vaal Ruins 49 | Try to determine the main direction then zig and zag accordingly through the ruins 50 | 51 | zone:Northern Forest 52 | Go to the top right by following the shoreline 53 | Do not go in the Dread Thicket 54 | 55 | zone:Dread Thicket 56 | This zone should be skipped to save time 57 | 58 | zone:The Caverns 59 | Pretty much guessing where the exit spawned 60 | G,CRAFT - Movement speed 61 | 62 | zone:Ancient Pyramid 63 | Exits are usually diagonal from entrance 64 | G,CRAFT - Spell damage 65 | Y,RECOMMEND lightning resist -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 2/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 2/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | Lost in Love: Flammability 2 | G,Crematorium: Trial 3 | B,Victario's Secrets: Passive 4 | G,Catacombs: Trial 5 | The Ribbon Spool: Amulet 6 | Sever the Right Hand: GEM 7 | B,Piety's Pets: Passive 8 | Fixture of Fate: GEM 9 | Siosa: GEMS 10 | G,Imperial Gardens: Trial 11 | Check vendors - 4 links -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 3/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 3/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | Breaking the Seal: Golem GEM 2 | B,Indomitable Spirit: Passive 3 | Eternal Nightmare: GEM 4 | Normal Lab! 5 | Vendors - 4 Links -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 4/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Aqueduct 2 | Go upstream and cross over bridges whenever the path ends 3 | 4 | zone:Dried Lake 5 | Kill Voll on one of the three spawns 6 | G,CRAFT - Attack/Cast speed 7 | 8 | zone:Mines Level 1 9 | Exit is usually in top left corner 10 | 11 | zone:Mines Level 2 12 | Varied layout and many dead ends, you should look for the spirit and leave a portal if you find the exit to come back later and find her 13 | 14 | zone:Crystal Veins 15 | Loop around bottom right to go to the top left exit 16 | B,Waypoint to Highgate if you need the spirit 17 | G,CRAFT - Resistance 18 | 19 | zone:Daresso's Dream 20 | Move towards the top right, some dead ends 21 | 22 | zone:Kaom's Dream 23 | Follow passages and bridges 24 | 25 | zone:Grand Arena 26 | If you have not done Kaom's Dream yet, take waypoint to Crystal Veins and do that first 27 | Move down and left from Waypoint, then follow the path 28 | G,RECOMMEND cold resist 29 | 30 | zone:Kaom's Stronghold 31 | If you have not done Daresso's Dream yet, take waypoint to Crystal Veins and do that first 32 | Follow stairs and bridges 33 | R,RECOMMEND fire resist 34 | 35 | zone:Belly of the Beast Level 1 36 | Aim for top left, many dead ends 37 | 38 | zone:Belly of the Beast Level 2 39 | Aim for top left, many dead ends 40 | G,CRAFT - Chaos damage 41 | 42 | zone:The Harvest 43 | Always one boss on right side, two on the left 44 | G,Stay in green aura against Doedre 45 | Maligaro does physical so keep moving 46 | B,Shavronne deals lightning 47 | R,Malachi deals fire damage 48 | 49 | zone:The Ascent 50 | Go up and right, cross the bridge and follow the road to a small passage to the exit 51 | G,CRAFT - Ailment, Stun and Curse Mitigation -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 4/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 4/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 5/guide.txt: -------------------------------------------------------------------------------- 1 | B,Service to Science: Passive 2 | Justicar Casticus: Silver Flask 3 | B,Kitava's Torments: Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 5/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Slave Pens 2 | Go all the way down, then left 3 | 4 | zone:Control Blocks 5 | Go top left for the Miasmeter, then up and right 6 | 7 | zone:Oriath Square 8 | Go top right until you cross the bridge, then down 9 | 10 | zone:Templar Courts 11 | Loop around clockwise 12 | 13 | zone:Chamber of Innocence 14 | Go up and left, and spiral counter clockwise 15 | This is a great zone to farm EXP 16 | G,CRAFT - Movement speed 17 | Y,RECOMMEND lightning resist 18 | R,and fire resist with 1,200+ EHP 19 | 20 | zone:Torched Courts 21 | Loop around counter clockwise 22 | 23 | zone:Ruined Square 24 | One layout, multiple stops: zig-zag to (1)The Ossuary, go all the way down leaving a portal by the fountain to (2)The Reliquary, and then to the middle for the (3)Cathedral Rooftop 25 | 26 | zone:The Ossuary 27 | Loop around clockwise 28 | G,CRAFT - Physical damage 29 | 30 | zone:The Reliquary 31 | Find multiple quest items in corners of the zone 32 | G,CRAFT - Accuracy 33 | 34 | zone:Cathedral Rooftop 35 | Run top left and kill Kitava! Consider running your first Labyrinth before this fight 36 | R,RECOMMEND fire resist with 1,500+ EHP and physical mitigation (Fortify/Endurance/Armour) -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 5/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 5/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 6/guide.txt: -------------------------------------------------------------------------------- 1 | Fallen from Grace: 2x Respec 2 | Lilly: GEMS 3 | B,Father of War: Passive 4 | G,Prison: Trial 5 | B,Cloven One: Passive 6 | B,Puppet Mistress: Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 6/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | This area and doing the quest is optional, this opens Lilly's GEM shop 3 | 4 | zone:The Coast 5 | Go to the right side of the zone and go to the top right corner 6 | 7 | zone:Tidal Island 8 | This zone should be skipped to save time 9 | 10 | zone:Mud Flats 11 | Kill the Dishonoured Queen (1) on the right side to get the key to open the gate to the next zone (2) on the left side 12 | 13 | zone:Karui Fortress 14 | Follow the right hand side if you're ready for Tukohama for the passive point and pantheon. If you wish to skip Tukohama, follow the left hand side 15 | G,CRAFT - Defences 16 | R,RECOMMEND fire resist 17 | with 1,500+ EHP 18 | 19 | zone:The Ridge 20 | Follow the path until you can go right, then follow that until you have a path up left 21 | 22 | zone:Lower Prison 23 | You usually want to go down or left towards the exit, there is a trial here, but it is close to the Waypoint if you want to do it later 24 | G,TRIAL - Spike traps 25 | G,CRAFT - Double resistance 26 | 27 | zone:Shavronne's Tower 28 | Follow the halls, going over bridges, for 4 minizones 29 | G,CRAFT - Spell damage 30 | Y,RECOMMEND lightning resist 31 | with physical mitigation 32 | 33 | zone:Prisoner's Gate 34 | If you want to fight the Aberrath go down the side of the road that has the cliff, otherwise follow the road into the next area 35 | R,RECOMMEND fire resist 36 | 37 | zone:The Riverways 38 | Follow the road and when you reach the encampment go down and right 39 | B,If you want to kill Ryslatha follow the path up at the Waypoint 40 | 41 | zone:The Wetlands 42 | Stick to the left hand side to find the entrance to the Spawning Ground 43 | G,RECOMMEND current life flasks, avoid chaos degens 44 | 45 | zone:Western Forest 46 | Follow the road to the Riverways 47 | G,CRAFT - Attributes 48 | 49 | zone:Southern Forest 50 | Follow the right hand wall to The Cavern of Anger 51 | 52 | zone:Cavern of Anger 53 | B,Don’t forget the black flag upon entering this zone 54 | Go down then up, then go right, the exit can be up or down 55 | 56 | zone:The Beacon 57 | Follow the shoreline until you reach the beacons 58 | G,CRAFT - Life/Mana 59 | 60 | zone:Brine King's Reef 61 | Follow the left hand shoreline to the Brine King's arena 62 | Y,RECOMMEND lightning resist 63 | B,and cold resist with physical mitigation -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 6/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 6/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | The Silver Locket: Utility Flask 4 | B,A Million Faces: Passive 5 | B,Queen of Despair: Passive 6 | B,Kishara's Star: Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 7/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 7/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: Efficiency 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 8/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Sarn Ramparts 2 | Left hand wall-follow to the stairs, go up the stairs and follow the wall to the end 3 | 4 | zone:Toxic Conduits 5 | Watch the black paint on the floor as you enter the zone to see in which direction it points you 6 | 7 | zone:Doedre's Cesspool 8 | Find the path that doesn't have a dead end, this leads you all the way to the exit. After beating Doedre The Grand Promenade is on the left, The Quay on the right 9 | G,CRAFT - Resistance 10 | 11 | zone:Grand Promenade 12 | Wall-follow the right side 13 | 14 | zone:Bath House 15 | The exit (1) is always on the right side. Save Yugul (2) for later 16 | G,TRIAL - Furnace traps 17 | G,CRAFT - Flask duration 18 | 19 | zone:High Gardens 20 | Be careful when killing Porcupines 21 | Follow path to the end to kill Yugul 22 | B,RECOMMEND cold resist 23 | 24 | zone:Lunaris Concourse 25 | Go up and right for Waypoint then up and left for entrance to Lunaris Temple first 26 | Go down and right to the Harbour Bridge after beating both temples 27 | 28 | zone:Lunaris Temple Level 1 29 | Follow the carpets until end activate the Waypoint 30 | 31 | zone:Lunaris Temple Level 2 32 | Look for staircases and go up these, when you reach the larger area, look for vases on the opposite wall and pick the side where there is only one 33 | B,Log out after Boss and Waypoint to Doedre's Cesspool 34 | G,CRAFT - Minions 35 | B,RECOMMEND cold resist 36 | 37 | zone:The Quay 38 | Pick up the quest item at (1) to use in the arena (2) then leave the arena and find the exit at (3) 39 | Stick to the bottom edge of the map and you should find everything 40 | 41 | zone:Grain Gate 42 | This zone has many buildings, only enter and leave buildings through openings that have a guard's corpse next to it; they lead the way 43 | B,Kill the gemlings 44 | 45 | zone:Imperial Fields 46 | Follow the road until the end continue going that direction 47 | 48 | zone:Solaris Concourse 49 | Follow the carpets to the Harbour Bridge 50 | 51 | zone:Solaris Temple Level 1 52 | Go down and left, then up and left. The Waypoint is always on the path 53 | 54 | zone:Solaris Temple Level 2 55 | Follow the carpets. Log out after Boss. Waypiont to Lunaris Concourse 56 | G,CRAFT - Traps and mines 57 | R,RECOMMEND fire resist 58 | 59 | zone:Harbour Bridge 60 | Farm here before Boss if you are under leveled 61 | Go up and to the middle to the arena with Solaris and Lunaris 62 | R,RECOMMEND fire resist 63 | B,and cold resist -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 8/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 8/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 9/guide.txt: -------------------------------------------------------------------------------- 1 | Storm Blade: Linked Weapon 2 | B,Queen of the Sands: Passive 3 | G,Tunnel: Trial 4 | B,Ruler of Highgate: Passive -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 9/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Blood Aqueduct 2 | Go to the top left, cross the bridges on dead ends 3 | Farm Humility cards for Tabula for league starter 4 | This zone is great for EXP 5 | 6 | zone:The Descent 7 | Go up right to the supply hoist, then down left to another hoist then up right to The Vastiri Desert 8 | 9 | zone:Vastiri Desert 10 | Go right to the Waypoint, then top left (1) for the Foothills. If you want to kill Shakari, go right to (2) for the Oasis, then get the quest item in town and enter the zone 11 | G,CRAFT - Attack/Cast speed 12 | 13 | zone:The Oasis 14 | Left or right wall follow, based on bottom or top being the dead end at the entrance 15 | R,RECOMMEND physical mitigation 16 | 17 | zone:The Foothills 18 | B,Don't forget to touch the Waypoint 19 | Then go right to (1) to get the quest item in The Boiling Lake, then up to (2) for The Tunnel to continue the story 20 | 21 | zone:Boiling Lake 22 | Go to the top right of zone, If you spot petrified men you are close 23 | B,After killing the Basilisk, log out and teleport to the Waypoint in The Foothills and go to the top left corner of the zone 24 | G,CRAFT - Spell damage 25 | 26 | zone:The Tunnel 27 | Go up left, the right path leads past the Waypoint 28 | G,TRIAL - Blade sentries 29 | G,CRAFT - All attributes 30 | 31 | zone:The Quarry 32 | Activate Waypoint at center, do Shrine of the Winds (2), then The Refinery (1) 33 | G,CRAFT - Physical damage 34 | R,RECOMMEND physical mitigation 35 | 3,000+ EHP and Movement skills 36 | 37 | zone:The Refinery 38 | Follow the cart tracks to the building top left for Boss. Log out to town and use Waypoint to The Quarry 39 | Y,RECOMMEND lightning resist 40 | 41 | zone:Belly of the Beast 42 | Head top left in this zone and the next 43 | 44 | zone:Rotting Core 45 | Kill Doedre, Maligaro, and Shavronne again. Then enter the Black Heart and kill the Depraved Trinity 46 | Y,RECOMMEND 3,200+ EHP, physical mitigations, lightning resist, fast movement skill -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/Act 9/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/Act 9/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/ascendancy.txt: -------------------------------------------------------------------------------- 1 | zone:Aspirants' Plaza 2 | 1. Arcane Blessing 3 | 2. Divine Guidance 4 | 3. Sanctuary of Thought 5 | 4. Illuminated Devotion -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/build_info.txt: -------------------------------------------------------------------------------- 1 | https://maxroll.gg/poe/build-guides/archmage-ball-lightning-hierophant 2 | 3 | Made by Palsteron -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/02.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/02.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/04.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/04.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/08.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/08.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/12.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/12.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/16.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/24.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/24.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/28.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/28.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/31.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/31.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/34.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/34.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/38.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/38.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/42.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/42.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/66.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/66.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/72.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/72.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/90.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/90.ini -------------------------------------------------------------------------------- /builds/3.25 Archmage BL Hiero/gems/class.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 Archmage BL Hiero/gems/class.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 1/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 1/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 10/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 10/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 11/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 11/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver 2 | G,Crypt: Trial 3 | Through Sacred Ground: Passive 4 | G,Chamber of Sins 2: Trial 5 | Bandits: Help Kraityn 6 | B,Way Forward (Bestel): Passive -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 2/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 2/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crematorium: Trial 2 | B,Victario's Secrets: Passive 3 | G,Catacombs: Trial 4 | The Ribbon Spool: Str Amulet 5 | B,Piety's Pets: Passive 6 | Siosa: GEM SHOP 7 | G,Imperial Gardens: Trial -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 3/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 3/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | B,Indomitable Spirit: Passive 2 | 3 | R,Tips: 4 | Craft Anti-Bleed flask 5 | Menagerie -> Staunching mod for flask 6 | Check Fire Res before entering Kaom's Dream -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 4/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 4/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 5/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 5/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 6/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 6/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | B,A Million Faces: Passive 4 | B,Queen of Despair: Passive 5 | B,Kishara's Star: Passive 6 | 7 | R,Tip: 8 | Raise Specter: 2x Carnage Chieftains (Act 7: Ashen Fields) -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 7/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 7/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: JEWEL 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive 6 | 7 | R,Tips: 8 | Craft Minion Damage on gear after Lunaris -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 8/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 8/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/Act 9/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/Act 9/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/ascendancy.txt: -------------------------------------------------------------------------------- 1 | zone:Aspirants' Plaza 2 | 1. Mindless Aggression 3 | 2. Unnatural Strength 4 | 3. Mistress of Sacrafice 5 | 4. Bone Barrier -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/build_info.txt: -------------------------------------------------------------------------------- 1 | https://pobb.in/1CIZ4EoVE1b- 2 | 3 | https://www.youtube.com/watch?v=oSuFsQZv9Gk 4 | 5 | https://www.poe-vault.com/guides/holy-relic-necromancer-build-guide -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/02.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/02.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/04.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/04.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/08.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/08.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/16.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/24.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/24.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/38.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/38.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/42.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/42.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/66.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/66.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/72.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/72.ini -------------------------------------------------------------------------------- /builds/3.25 HRoC Necro/gems/class.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 HRoC Necro/gems/class.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 1/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 1/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 10/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 10/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 11/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 11/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 2/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 2/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 3/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 3/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 4/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 4/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 5/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 5/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 6/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 6/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 7/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 7/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 8/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 8/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/Act 9/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/Act 9/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/ascendancy.txt: -------------------------------------------------------------------------------- 1 | zone:Aspirants' Plaza 2 | (Deadeye) 3 | 1. Gathering Winds 4 | 2. Ricochet 5 | 3. Endless Munitions 6 | 4. Focal Point 7 | Warden 8 | 1. Mother's Teaching 9 | 2. Oath of Spring 10 | 3. Avatar of the Winds 11 | 4. Oath of Winter -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/build_info.txt: -------------------------------------------------------------------------------- 1 | Deadeye Leveling 2 | https://pobb.in/lXHOFc0yYXpg 3 | 4 | Warden Endgame 5 | https://pobb.in/6JCwZhWFj6XG 6 | https://www.youtube.com/watch?v=pbAxHsXHZNg -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/02.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/02.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/04.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/04.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/08.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/08.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/12.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/12.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/16.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/24.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/24.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/42.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/42.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/72.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/72.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/90.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/90.ini -------------------------------------------------------------------------------- /builds/3.25 LS Deadeye(Warden)/gems/class.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 LS Deadeye(Warden)/gems/class.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | B,Dweller of the Deep: Passive 2 | G,Lower Prison: Trial / Support GEM 3 | B,Marooned Mariner: Passive 4 | B,Way Forward: Passive 5 | 6 | R, Tips: 7 | Start as a Witch and do Coast->Mudflats->Tidal Island 8 | MULE the gems and gear to a Marauder after level 4 9 | Regex for vendors 10 | "o in|nne" 11 | Use 2x sapphire ring for Merveil fight (act 1 final boss) 12 | buy or find: iron ring x2 13 | sell: iron ring + blue gem -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 1/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 1/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 10/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 10/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 11/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 11/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver 2 | G,Crypt: Trial 3 | Through Sacred Ground: Passive 4 | G,Chamber of Sins 2: Trial 5 | Bandits: Help Oak 6 | B,Way Forward (Bestel): Passive 7 | 8 | R,Tip: 9 | You can put RF on without supports after Fire Mastery -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 2/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 2/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crematorium: Trial 2 | B,Victario's Secrets: Passive 3 | G,Catacombs: Trial 4 | The Ribbon Spool: Str Amulet 5 | B,Piety's Pets: Passive 6 | Siosa: GEM SHOP 7 | G,Imperial Gardens: Trial -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 3/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 3/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | B,Indomitable Spirit: Passive 2 | 3 | R,Tips: 4 | Craft Anti-Bleed flask 5 | Menagerie -> Staunching mod for flask 6 | Check Fire Res before entering Kaom's Dream -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 4/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 4/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 5/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 5/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 6/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 6/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | B,A Million Faces: Passive 4 | B,Queen of Despair: Passive 5 | B,Kishara's Star: Passive -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 7/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 7/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: JEWEL 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive 6 | 7 | R,Tips: 8 | Craft Fire or Minion Damage on gear after Lunaris 9 | this works because of Spiritual Aid Node 10 | Switch Determination to Punishment 11 | after getting Ramako, Sun's Light -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 8/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 8/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/Act 9/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/Act 9/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 RF Chief/ascendancy.txt: -------------------------------------------------------------------------------- 1 | zone:Aspirants' Plaza 2 | 1. Tasalio, Cleansing Water 3 | 2. Ramako, Sun's Light 4 | 3. Hinekora, Death's Fury 5 | 4. Valako, Storm's Embrace -------------------------------------------------------------------------------- /builds/3.25 RF Chief/build_info.txt: -------------------------------------------------------------------------------- 1 | https://www.pohx.net/ 2 | 3 | https://pobb.in/EDhjKha39p2l 4 | 5 | https://www.youtube.com/watch?v=9GOTQK3jkD0 -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/02.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/02.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/04.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/04.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/08.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/08.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/16.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/24.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/24.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/31.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/31.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/34.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/34.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/38.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/38.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/66.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/66.ini -------------------------------------------------------------------------------- /builds/3.25 RF Chief/gems/class.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 RF Chief/gems/class.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 1/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 1/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 10/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 10/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 11/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 11/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 2/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 2/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 3/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 3/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 4/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 4/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 5/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 5/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 6/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 6/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 7/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 7/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 8/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 8/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/Act 9/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/Act 9/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 SST Glad/ascendancy.txt: -------------------------------------------------------------------------------- 1 | zone:Aspirants' Plaza 2 | 1. Gratuitous Violence 3 | 2. Jagged Technique 4 | 3. Determined Survior 5 | 4. More Than Skill -------------------------------------------------------------------------------- /builds/3.25 SST Glad/build_info.txt: -------------------------------------------------------------------------------- 1 | https://pobb.in/XSoHOTSrgItl 2 | 3 | https://www.youtube.com/watch?v=3mGPRKypl6k 4 | -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/02.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/02.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/04.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/04.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/08.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/08.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/12.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/12.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/16.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/24.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/24.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/28.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/28.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/38.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/38.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/66.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/66.ini -------------------------------------------------------------------------------- /builds/3.25 SST Glad/gems/class.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 SST Glad/gems/class.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 1/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 1/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 10/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 10/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 11/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 11/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 2/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 2/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 3/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 3/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 4/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 4/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 5/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 5/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 6/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 6/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 7/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 7/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 8/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 8/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/Act 9/tree.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/Act 9/tree.jpg -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/ascendancy.txt: -------------------------------------------------------------------------------- 1 | zone:Aspirants' Plaza 2 | 1. Shaper of Flames 3 | 2. Mastermind of Discord 4 | 3. Heart of Destruction 5 | 4. Bastion of Elements -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/build_info.txt: -------------------------------------------------------------------------------- 1 | https://maxroll.gg/poe/build-guides/wave-of-conviction-elementalist-league-starter -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/02.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/02.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/04.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/04.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/08.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/08.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/12.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/12.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/16.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/16.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/24.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/24.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/28.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/28.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/38.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/38.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/66.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/66.ini -------------------------------------------------------------------------------- /builds/3.25 WoC Ele/gems/class.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/builds/3.25 WoC Ele/gems/class.ini -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | Mercy Mission: Quicksilver 2 | B,Dweller of the Deep: Passive 3 | G,Lower Prison: Trial 4 | B,Marooned Mariner: Passive 5 | B,Way Forward: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 1/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | + Kill Hillock 3 | > Lioneye's Watch 4 | < "Enemy at the Gate" (Tarkleigh) 5 | > The Coast 6 | 7 | zone:The Coast 8 | + Get WP 9 | > The Mud Flats 10 | > Tidal Island 11 | 12 | zone:Tidal Island 13 | + Kill Hailrake 14 | - Logout 15 | < "Mercy Mission" (Nessa) 16 | > Submerged Passage 17 | 18 | zone:Mud Flats 19 | + Find 3 eggs (use rivers to find next egg) 20 | > The Submerged Passage 21 | 22 | zone:Fetid Pool 23 | + Kill everything 24 | < "A Dirty Job" 25 | 26 | zone:Submerged Passage 27 | + Get WP 28 | > The Coast 29 | > The Flooded Depths 30 | + Kill The Dweller of the Deep 31 | < "The Dweller of the Deep" (Tarkleigh) 32 | > The Ledge 33 | 34 | zone:Flooded Depths 35 | + Kill The Dweller of the Deep 36 | - Logout 37 | < "The Dweller of the Deep" (Tarkleigh) 38 | > Submerged Passage 39 | 40 | zone:The Ledge 41 | + Get WP 42 | > The Climb 43 | 44 | zone:The Climb 45 | + Get WP 46 | > Lower Prison 47 | 48 | zone:Lower Prison 49 | + Get WP 50 | + Complete lab 51 | > The Upper Prison 52 | 53 | zone:Upper Prison 54 | > The Warden's Quarters 55 | > The Warden's Chambers 56 | + Kill Brutus 57 | - Logout 58 | < "The Caged Brute" (Tarkleigh) 59 | > Prisoners Gate 60 | 61 | zone:Prisoner's Gate 62 | > The Ship Graveyard 63 | 64 | zone:Ship Graveyard 65 | + Get WP 66 | > Ship Graveyard Cave 67 | + Get Allflame 68 | > Ship Graveyard 69 | > Cavern of Wrath 70 | + Kill Fairgraves 71 | - Logout 72 | < "The Marooned Mariner" (Bestel) 73 | > Cavern of Wrath 74 | 75 | zone:Cavern of Wrath 76 | + Get WP 77 | > TP to Ship Graveyard 78 | > The Cavern of Anger 79 | 80 | zone:Cavern of Anger 81 | > Merveil's Lair 82 | + Kill Mervel 83 | > The Southern Forest 84 | > The Forest Encampment 85 | -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 10/guide.txt: -------------------------------------------------------------------------------- 1 | G,Ossuary: Trial 2 | B,Vilenta's Vengeance: Passive 3 | B,An End to Hunger: 2x Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 10/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Cathedral Rooftop 2 | > The Cathedral Rooftop 3 | > Cathedral Apex (left) 4 | + Kill Kitava's Cultists 5 | > The Cathedral Rooftop 6 | > The Ravaged Square 7 | 8 | zone:Ravaged Square 9 | + Get WP (north) 10 | > The Torched Courts (north east) 11 | ~~~~ 12 | > The Ossuary 13 | ~~~~ 14 | + Talk to Innocence 15 | > The Canals 16 | 17 | zone:Control Blocks 18 | > Arena 19 | + Kill Vilenta 20 | < "Vilenta's Vengeance" (Lani) 21 | > Town 22 | > Ravaged Square 23 | 24 | zone:The Ossuary 25 | > The Bone Pits 26 | + Complete lab 27 | > Town 28 | > Ravaged Square 29 | > The Control Blocks (south) 30 | 31 | zone:Torched Courts 32 | > The Desecrated Chambers 33 | 34 | zone:Desecrated Chambers 35 | + Get WP 36 | > Sanctum of Innocence 37 | + Kill Avarius 38 | > Town 39 | < "Safe Passage" (Lani) and "Death and Rebirth" (Bannon) 40 | > Ravaged Square 41 | 42 | zone:The Reliquary 43 | + Find the Teardrop 44 | < "Map to Tsoatha" 45 | 46 | zone:The Canals 47 | > The Feeding Trough 48 | 49 | zone:Feeding Trough 50 | + Talk to Sin 51 | > Altar of Hunger 52 | + Kill Kitava 53 | < "An End to Hunger" (Lani) 54 | ~~~~ 55 | GG - Campaign done! -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 11/guide.txt: -------------------------------------------------------------------------------- 1 | Cap your Resistances 2 | Find Kirac and start Mapping -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 11/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Templar Laboratory 2 | + Find Map Device 3 | + Talk to Kirac 4 | > Oriath 5 | > The Fallen Courts 6 | 7 | zone:The Fallen Courts 8 | + Pick up the Key 9 | > Oriath 10 | > The Haunted Reliquary 11 | 12 | zone:The Haunted Reliquary 13 | + Open the Vault 14 | > Hideout 15 | + Talk to Kirac -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver 2 | G,Crypt: Trial 3 | Through Sacred Ground: Passive 4 | G,Chamber of Sins 2: Trial 5 | Bandits: CHOICE 6 | B,Way Forward (Bestel): Passive 7 | -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 2/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Southern Forest 2 | > Forest Encampment (hug right wall) 3 | > The Old Fields 4 | 5 | zone:Old Fields 6 | > The Crossroads (Follow the road) 7 | 8 | zone:The Den 9 | + Kill the white bear 10 | < "The Great White Beast" 11 | 12 | zone:The Crossroads 13 | + Get WP 14 | > The Broken Bridge (NE) 15 | > The Felshrine Ruins (SE) 16 | > The Chamber of Sins Level 1 (NW) 17 | 18 | zone:Chamber of Sins Level 1 19 | + Get WP 20 | > The Chamber of Sins Level 2 21 | 22 | zone:Chamber of Sins Level 2 23 | + Complete lab 24 | + Kill Fidelitas (take Baleful Gem) 25 | + Take to Helena 26 | - Logout 27 | < "Intruders in Black" (Greust) 28 | > The Riverways 29 | 30 | zone:Broken Bridge 31 | + Kill Kraityn 32 | > Crossroads 33 | 34 | zone:Fellshrine Ruins 35 | > The Crypt 36 | 37 | zone:The Crypt 38 | + Get WP 39 | + Complete Trial 40 | + Complete Through Sacred Ground 41 | > Crossroads 42 | 43 | zone:The Riverways 44 | + Get WP 45 | > The Western Forest (SW) 46 | ~~~~ 47 | > The Wetlands (NW) 48 | 49 | zone:Western Forest 50 | + Get WP 51 | + Kill Blackguards and open the Blocked Pass (SW) 52 | > Town Act 1 53 | < "The Way Forward" (Bestel) 54 | > Western Forest 55 | + Kill Alira 56 | > Weaver's Chambers 57 | 58 | zone:Weaver's Chambers 59 | > Weaver's Nest 60 | + Kill The Weaver and take Maligaro's Spike 61 | < "Sharp and Cruel" (Silk) 62 | > The Riverways 63 | 64 | zone:The Wetlands 65 | + Kill Oak 66 | + Get WP 67 | < "Deal with the Bandits" (Eramir) 68 | > The Wetlands 69 | > The Vaal Ruins (poison the tree roots) 70 | 71 | zone:Vaal Ruins 72 | + Break the Seal 73 | > The Northern Forest 74 | 75 | zone:Northern Forest 76 | + Get WP 77 | > The Caverns (top right, follow shoreline) 78 | 79 | zone:Dread Thicket 80 | This zone should be skipped to save time 81 | 82 | zone:The Caverns 83 | + Get WP 84 | > The Ancient Pyramid 85 | 86 | zone:Ancient Pyramid 87 | > Pyramid Apex 88 | + Kill Vaal Oversoul 89 | > The City of Sarn -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crematorium: Trial 2 | B,Victario's Secrets: Passive 3 | G,Catacombs: Trial 4 | B,Piety's Pets: Passive 5 | G,Imperial Gardens: Trial -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 3/notes.txt: -------------------------------------------------------------------------------- 1 | zone:City of Sarn 2 | + Kill the Guards and talk to Clarissa 3 | > The Sarn Encampment 4 | > The Slum 5 | 6 | zone:The Slums 7 | > The Crematorium 8 | ~~~~ 9 | + Find Sewer Crating 10 | > The Slum Sewer 11 | 12 | zone:The Crematorium 13 | + Get WP 14 | + Complete trial 15 | + Kill Piety and take Tolman's Bracelet 16 | - Logout 17 | < "Lost in Love" (Clarissa) 18 | > The Slum 19 | 20 | zone:The Sewers 21 | + Find 1 Platinum Bust 22 | + Get WP 23 | + Find 2 more Platinum Busts 24 | > The Marketplace 25 | ~~~~ 26 | + Use Infernal Talc on Undying Passage 27 | > The Ebony Barracks 28 | 29 | zone:The Marketplace 30 | + Get WP 31 | > The Catacombs 32 | ~~~~ 33 | > The Battlefront 34 | 35 | zone:The Catacombs 36 | + Complete lab 37 | > Marketplace 38 | 39 | zone:The Battlefront 40 | + Get WP 41 | + Kill Captain Aurelianus, open Blackguard Chest and take Ribbon Spool 42 | > The Solaris Temple Level 1+ 43 | ~~~~ 44 | > The Docks 45 | 46 | zone:The Docks 47 | + Open Supply Container and take Thaumetic Sulphate 48 | < "Victario's Secrets" (Hargan) 49 | > The Solaris Temple Level 2 50 | 51 | zone:Solaris Temple Level 1 52 | > The Solaris Temple Level 2 53 | 54 | zone:Solaris Temple Level 2 55 | + Get WP 56 | > The Battlefront 57 | ~~~~ 58 | + Talk to Lady Dialla 59 | > The Sewers 60 | 61 | zone:Ebony Barracks 62 | + Get WP 63 | > The Lunaris Temple Level 1 64 | ~~~~ 65 | > The Imperial Gardens 66 | 67 | zone:Lunaris Temple Level 1 68 | + Get WP 69 | > The Lunaris Temple Level 2 70 | 71 | zone:Lunaris Temple Level 2 72 | + Kill Piety 73 | < "Piety's Pets" (Grigor) 74 | > The Ebony Barracks 75 | 76 | zone:Imperial Gardens 77 | + Get WP 78 | > The Library 79 | ~~~~ 80 | + Complete lab 81 | > The Sceptre of God 82 | 83 | zone:The Library 84 | + Get WP 85 | > The Archive (loose candle) 86 | ~~~~ 87 | < "A Fixture of Fate" (Siosa) 88 | > Imperial Gardens 89 | 90 | zone:The Archives 91 | + Find 4 Golden Pages 92 | > The Archive 93 | 94 | zone:Sceptre of God 95 | + Get WP 96 | > The Upper Sceptre of God 97 | 98 | zone:Upper Sceptre of God 99 | + Kill Dominus 100 | > The Aqueduct -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | B,Indomitable Spirit: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 4/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Aqueduct 2 | > Highgate 3 | > The Dried Lake 4 | 5 | zone:Dried Lake 6 | + Kill Voll 7 | > Town 8 | + Open the Mines 9 | > The Mines Level 1 10 | 11 | zone:Mines Level 1 12 | > The Mines Level 2 13 | 14 | zone:Mines Level 2 15 | + Release Deshret's Spirit 16 | < "An Indomitable Spirit" (Tasuni) 17 | > The Crystal Veins 18 | 19 | zone:Crystal Veins 20 | + Get WP 21 | < "Breaking the Seal" (Oyun) 22 | > Crystal Veins 23 | > Daresso's Dream 24 | ~~~~ 25 | > Kaom's Dream 26 | ~~~~ 27 | + Talk to Dialla 28 | > The Belly of the Beast Level 1 29 | 30 | zone:Daresso's Dream 31 | > The Grand Arena 32 | > The Ring of Blades 33 | + Kill Daresso and take The Eye of Desire 34 | > The Crystal Veins 35 | 36 | zone:Kaom's Dream 37 | > Kaom's Stronghold 38 | > Caldera of the King 39 | + Kill Kaom and take The Eye of Fury 40 | > The Crystal Veins 41 | 42 | zone:Grand Arena 43 | If you have not done Kaom's Dream yet, take waypoint to Crystal Veins and do that first 44 | 45 | zone:Kaom's Stronghold 46 | If you have not done Daresso's Dream yet, take waypoint to Crystal Veins and do that first 47 | 48 | zone:Belly of the Beast Level 1 49 | > The Belly of the Beast Level 2 50 | 51 | zone:Belly of the Beast Level 2 52 | > The Bowels of the Beast 53 | + Kill Piety 54 | > The Harvest 55 | 56 | zone:The Harvest 57 | + Get WP 58 | < "The King of Desire" and "The King of Fury" (Dialla) 59 | ~~~~ 60 | > Kill Malachai's 3 Guardians 61 | > The Black Core 62 | + Kill Malachai 63 | < "The Eternal Nightmare" (Tasuni) 64 | ~~~~ 65 | > Highgate 66 | > The Ascent 67 | 68 | zone:The Ascent 69 | > Oriath Portal -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 5/guide.txt: -------------------------------------------------------------------------------- 1 | B,Service to Science: Passive 2 | Justicar Casticus: Silver Flask 3 | B,Kitava's Torments: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 5/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Slave Pens 2 | + Get WP 3 | + Kill Overseer Crow 4 | > Overseer's Tower 5 | < "Return to Oriath" (Lani) 6 | > The Control Blocks 7 | 8 | zone:Control Blocks 9 | + Find Miasmeter (experimental supplies) 10 | < "In Service to Science" (Vilenta) 11 | + Kill Justicar Casticus and take Eyes of Zeal 12 | > Oriath Square 13 | 14 | zone:Oriath Square 15 | + Get WP 16 | < "The Key to Freedom" (Lani) 17 | > Templar Courts Entrance 18 | 19 | zone:Templar Courts 20 | > The Chamber of Innocence 21 | 22 | zone:Chamber of Innocence 23 | + Get WP 24 | > The Sanctum of Innocence 25 | + Kill High Templar Avarius 26 | > The Chamber of Innocence 27 | > The Torched Courts 28 | 29 | zone:Torched Courts 30 | > The Ruined Square 31 | 32 | zone:Ruined Square 33 | + Get WP 34 | > The Reliquary 35 | ~~~~ 36 | > The Cathedral Rooftop 37 | 38 | zone:The Ossuary 39 | + Find Sign of Purity 40 | > The Ruined Square 41 | 42 | zone:The Reliquary 43 | + Find Kitava's Torments 44 | < "Kitava's Torments" (Lani) 45 | > The Ruined Square 46 | < "Death to Purity" (Lani) 47 | ~~~~ 48 | > The Ossuary 49 | 50 | zone:Cathedral Rooftop 51 | > The Cathedral Apex 52 | + Kill Kitava 53 | > Sail to Wraeclast -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 6/guide.txt: -------------------------------------------------------------------------------- 1 | Fallen from Grace: 2x Respec 2 | B,Father of War: Passive 3 | G,Prison: Trial 4 | B,Cloven One: Passive 5 | B,Puppet Mistress: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 6/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | > The Twilight Strand 3 | + Clear the strand 4 | < "Fallen from Grace" (Lilly) 5 | > The Coast 6 | 7 | zone:The Coast 8 | + Get WP 9 | > The Mud Flats 10 | 11 | zone:Tidal Island 12 | This zone should be skipped to save time 13 | 14 | zone:Mud Flats 15 | + Kill The Dishonoured Queen and take the Eye of Conquest 16 | > The Karui Fortress 17 | 18 | zone:Karui Fortress 19 | > Tukohama's Keep 20 | + Kill Tukohama 21 | + Talk to Sin 22 | > The Karui Fortress 23 | > The Ridge 24 | 25 | zone:The Ridge 26 | + Get WP 27 | - Logout 28 | < "The Father of War" (Tarkleigh) 29 | > The Ridge 30 | > The Lower Prison 31 | 32 | zone:Lower Prison 33 | + Get WP 34 | + Complete lab 35 | > Shavronne's Tower 36 | 37 | zone:Shavronne's Tower 38 | > Prison Rooftop 39 | + Kill Shavronne and Brutus 40 | > The Warden's Chambers 41 | > The Prisoner's Gate 42 | 43 | zone:Prisoner's Gate 44 | + Get WP 45 | > Valley of the Fire Drinker 46 | + Start fight with Abberath 47 | > The Cloven Pass 48 | > Valley of the Fire Drinker 49 | + Kill Abberath 50 | < "The Cloven One" (Bestel) 51 | > The Western Forest 52 | 53 | zone:The Riverways 54 | + Get WP 55 | > The Wetlands 56 | 57 | zone:The Wetlands 58 | > The Spawning Ground 59 | + Kill The Puppet Mistress 60 | < "The Puppet Mistress" (Tarkleigh) 61 | > The Southern Forest 62 | 63 | zone:Western Forest 64 | + Get WP 65 | > The Riverways 66 | 67 | zone:Southern Forest 68 | + Get WP 69 | > The Cavern of Anger 70 | 71 | zone:Cavern of Anger 72 | + Open the chest and take The Black Flag 73 | > Passage 74 | > The Beacon 75 | 76 | zone:The Beacon 77 | + Escort the 2 pillars 78 | + Click on Ignition Switch 79 | + Click on The Beacon 80 | + Talk to Weylam 81 | > Sail to The Brine King's Reef 82 | 83 | zone:Brine King's Reef 84 | + Get WP 85 | > The Brine King's Throne 86 | + Kill The Brine King 87 | + Talk to Weylam 88 | > Sail to Act 7 -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | The Silver Locket: Utility Flask 4 | B,A Million Faces: Passive 5 | B,Queen of Despair: Passive 6 | B,Kishara's Star: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 7/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Broken Bridge 2 | > The Broken Bridge 3 | > The Crossroads 4 | 5 | zone:The Crossroads 6 | + Get WP 7 | > The Fellshrine Ruins 8 | ~~~~ 9 | > The Chamber of Sins Level 1 10 | 11 | zone:Fellshrine Ruins 12 | > The Crypt 13 | 14 | zone:The Crypt 15 | + Open the Sarcophagus 16 | + Find the Map 17 | > The Crossroads 18 | 19 | zone:The Crypt 2 20 | + Find the Map 21 | > The Crossroads 22 | 23 | zone:Chamber of Sins Level 1 24 | + Get WP 25 | + Activate Map Device 26 | > Maligaro's Sanctum 27 | ~~~~ 28 | + Talk to Silk and take Keys 29 | > The Chamber of Sins Level 2 30 | 31 | zone:Maligaro's Sanctum 32 | > Maligaro's Workshop 33 | + Kill Maligaro and take Black Venom 34 | > The Chamber of Sins Level 1 35 | 36 | zone:Chamber of Sins Level 2 37 | + Complete lab 38 | ~~~~ 39 | > The Den 40 | 41 | zone:The Den 42 | > The Ashen Fields 43 | 44 | zone:Ashen Fields 45 | > The Fortress Encampment 46 | + Kill Greust 47 | > The Northern Forest 48 | 49 | zone:Northern Forest 50 | + Get WP 51 | > The Dread Thicket 52 | 53 | zone:Dread Thicket 54 | + Find all Fireflies 55 | > The Den Despair 56 | + Kill Gruthkul 57 | < "Queen of Despair" (Eramir) 58 | < "The Master of Million Faces" (Eramir) 59 | > The Northern Forest 60 | > The Causeway 61 | 62 | zone:The Causeway 63 | + Open Kishara's Lockbox and take Kishara's Star 64 | > The Vaal City 65 | 66 | zone:Vaal City 67 | + Get WP 68 | < "Kishara's Star" (Weylam) 69 | + Give Fireflies to Yeena 70 | > The Temple of Decay Level 1 71 | 72 | zone:Temple of Decay 73 | > The Temple of Decay Level 2 74 | > Arakaali's Web 75 | + Kill Arakaali 76 | > The Sarn Ramparts -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: Efficiency 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 8/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Sarn Ramparts 2 | > The Sarn Encampment 3 | > The Toxic Conduits 4 | 5 | zone:Toxic Conduits 6 | > Doedre's Cesspool 7 | ~~~~ 8 | > The Quay (right) 9 | 10 | zone:Doedre's Cesspool 11 | + Open Loose Crate 12 | > The Cauldron 13 | + Kill Doedre the Vile 14 | > Sewer Outlet 15 | + Get WP 16 | > The Grand Promenade (left) 17 | 18 | zone:Grand Promenade 19 | > The Bath House 20 | 21 | zone:Bath House 22 | + Get WP 23 | + Complete lab 24 | > The High Gardens 25 | 26 | zone:High Gardens 27 | > The High Gardens 28 | > The Pool of Terror 29 | + Kill Yugul 30 | < "Reflection of Terror" (Hargan) 31 | > The Lunaris Concourse 32 | 33 | zone:Lunaris Concourse 34 | + Get WP 35 | > The Lunaris Temple Level 1 36 | ~~~~ 37 | > The Harbour Bridge (down the stairs) 38 | 39 | zone:Lunaris Temple Level 1 40 | + Get WP 41 | > The Lunaris Temple Level 2 42 | 43 | zone:Lunaris Temple Level 2 44 | + Kill Dusk and take Moon Orb 45 | < "Essence of the Hag" (Hargan) 46 | - Logout 47 | > The Toxic Conduits 48 | 49 | zone:The Quay 50 | + Open Sealed Casket and take Ankh of Eternity 51 | > Resurrection Site 52 | + Kill Tolman 53 | < "Love is Dead" (Clarissa) 54 | > The Grain Gate 55 | 56 | zone:Grain Gate 57 | + Get WP 58 | + Kill Gemling Legionnaires 59 | < "The Gemling Legion" (Maramoa) 60 | > The Imperial Fields 61 | 62 | zone:Imperial Fields 63 | + Get WP 64 | > The Solaris Temple Level 1 65 | 66 | zone:Solaris Concourse 67 | > The Harbour Bridge 68 | 69 | zone:Solaris Temple Level 1 70 | + Get WP 71 | > The Solaris Temple Level 2 72 | 73 | zone:Solaris Temple Level 2 74 | + Kill Dawn andd take Sun Orb 75 | > Town 76 | > Lunaris Concourse 77 | 78 | zone:Harbour Bridge 79 | > The Sky Shrine 80 | + Kill Solaris and Lunaris 81 | > The Blood Aqueduct -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 9/guide.txt: -------------------------------------------------------------------------------- 1 | Storm Blade: Linked Weapon 2 | B,Queen of the Sands: Passive 3 | G,Tunnel: Trial 4 | B,Ruler of Highgate: Passive -------------------------------------------------------------------------------- /builds/Notes/Abbreviated/Act 9/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Blood Aqueduct 2 | > Highgate 3 | > The Descent 4 | 5 | zone:The Descent 6 | > Supply Hoist 7 | > Supply Hoist 8 | > The Vastiri Desert 9 | 10 | zone:Vastiri Desert 11 | + Get WP 12 | + Find Storm-Weathered Chest, Kill Mumies and take The Storm Blade 13 | > The Oasis (place TP outside and go back to town) 14 | < "The Storm Blade" (Petarus and Vanja) 15 | + Talk to Sin 16 | + Talk to Petarus and Vanja 17 | > Use TP 18 | > The Oasis 19 | 20 | zone:The Oasis 21 | > The Sand Pit 22 | + Damage Shakari 23 | > The Swallowing Sands 24 | + Kill Shakari 25 | < "Queen of the Sands" (Irasha) 26 | > The Foothills 27 | 28 | zone:The Foothills 29 | + Kill Boulderback 30 | < "Fastis Fortuna" (Petarus and Vanja) 31 | > The Boiling Lake 32 | ~~~~ 33 | > The Tunnel 34 | 35 | zone:Boiling Lake 36 | + Kill The Basilisk and take Basilisk Acid 37 | > Town 38 | > The Foothills 39 | 40 | zone:The Tunnel 41 | + Get WP 42 | + Complete lab 43 | > The Quarry 44 | 45 | zone:The Quarry 46 | + Get WP 47 | > Shrine of the Winds 48 | + Kill Garukhan 49 | < "The Ruler of Highgate" (Tasuni/Irasha) 50 | > The Refinery 51 | ~~~~ 52 | + Talk to Sin 53 | > The Belly of the Beast 54 | 55 | zone:The Refinery 56 | + Kill General Adus, open Theurgic Precipitate Machine and take Trarthan Powder 57 | > Town 58 | > The Quarry 59 | 60 | zone:Belly of the Beast 61 | > The Rotting Core 62 | 63 | zone:Rotting Core 64 | > The Black Heart 65 | + Talk to Sin 66 | > Enter the 3 areas and kill the spirit in these areas respectively 67 | + Talk to Sin 68 | > The Black Heart 69 | + Kill The Depraved Trinity 70 | + Talk to Lilly 71 | > Sail back to Oriath -------------------------------------------------------------------------------- /builds/Notes/Default/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | Enemy at the Gate: GEM 2 | Mercy Mission: Support GEM 3 | Breaking Some Eggs: GEM 4 | B,Dweller of the Deep: Passive 5 | G,Lower Prison: Trial / Support GEM 6 | Caged Brute: Movement GEM 7 | B,Marooned Mariner: Passive 8 | Siren's Cadence: GEM 9 | B,Way Forward: Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 1/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | Follow the coast up and right 3 | Kill Hillock 4 | 5 | zone:The Coast 6 | Stick to the right side following the wall 7 | B,Go to Mud Flats first for easier Hailrake 8 | 9 | zone:Tidal Island 10 | The side without a cliff is the shortest 11 | 12 | zone:Mud Flats 13 | Little rivers connect the three items 14 | B,At level 4 go to Tidal Island for Quicksilver Flask quest after Submerged Waypoint 15 | 16 | zone:Fetid Pool 17 | Go in a circle and kill everything 18 | This quest is optional and should be skipped to save time 19 | 20 | zone:Submerged Passage 21 | Find the bridge and place a portal 22 | Then continue across the bridge to The Ledge 23 | 24 | zone:Flooded Depths 25 | Logout after killing the Deep Dweller (Tarkleigh) 26 | 27 | zone:The Ledge 28 | Little totems at the Waypoint point to the exit 29 | 30 | zone:The Climb 31 | Always be going up, skip Faun to save time 32 | 33 | zone:Lower Prison 34 | Go to town at the Waypoint and take the portal you left to find the Flooded Depths 35 | Try right first for the exit. There is a trial in this zone that you can do later thanks to the Waypoint 36 | G,TRIAL - Spike traps 37 | 38 | zone:Upper Prison 39 | Try left first. 40 | B,Log out after you kill Brutus then Waypoint to Prisoner's Gate 41 | 42 | zone:Prisoner's Gate 43 | Look for the side of the road that has the ledge down, usually on the right side 44 | 45 | zone:Ship Graveyard 46 | Look for Waypoint first then head to the exit. If you find The Cave get the All Flame now. Otherwise continue directly to Cavern of Wrath Waypoint 47 | When you return Fairgraves will always be near the waypoint, simply log out after killing him to go to town and get a passive from Bestel 48 | 49 | zone:Cavern of Wrath 50 | At Waypoint port back to The Ship Graveyard to find the Cave and hand in Allflame. Then logout to get Passive from Bestel 51 | 52 | zone:Cavern of Anger 53 | Often bottom right. You can follow the spirits. If you see piles of gold you're close to Merveil 54 | B,RECOMMEND high cold resist 55 | -------------------------------------------------------------------------------- /builds/Notes/Default/Act 10/guide.txt: -------------------------------------------------------------------------------- 1 | G,Ossuary: Trial 2 | B,Vilenta's Vengeance: Passive 3 | B,An End to Hunger: 2x Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 10/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Cathedral Rooftop 2 | Go up to save Bannon, back to town, then go down right 3 | 4 | zone:Ravaged Square 5 | B,Leave a portal when you enter the zone 6 | Left hand wall-follow, skip the first opening, take the second and cross the bridge (red part), left hand wall-follow to the Waypoint 7 | Go back to town and use your portal to go back to the start of the zone, go down and do Control Blocks (4) for a Passive 8 | Then go to the Ossuary (1). Do Cruel Labyrinth. Then the Torched Courts (2). Finally The Canals (5). Optionally do The Reliquary (3) for a useless belt 9 | 10 | zone:Control Blocks 11 | Right hand wall-follow. Use movement skills to jump through fences 12 | 13 | zone:The Ossuary 14 | Left hand wall follow to find the quest item and trial. The trial entrance is in the opening in the wall, the quest item is close to that opening, but you move away from the wall to find it 15 | G,TRIAL - Dart traps 16 | G,CRAFT - Chaos damage 17 | 18 | zone:Torched Courts 19 | Left hand wall-follow 20 | 21 | zone:Desecrated Chambers 22 | Right hand wall-follow until you come to four pillars, then go straight and up 23 | This is a great zone to farm EXP 24 | G,CRAFT - Accuracy 25 | 26 | zone:The Reliquary 27 | The Quest item is always on the edge or a corner, it's mostly the right side. Use move skill to cross gaps 28 | 29 | zone:The Canals 30 | Move top left. Follow the road and cross bridges when you see them 31 | 32 | zone:Feeding Trough 33 | Move top left, there shouldn't be any diversions, kill Kitava at the end to unlock maps! 34 | G,CRAFT - Life/Mana 35 | R,RECOMMEND 3,700+ EHP, fire resist, Good physical mitigations, fast movement skill -------------------------------------------------------------------------------- /builds/Notes/Default/Act 11/guide.txt: -------------------------------------------------------------------------------- 1 | Cap your Resistances 2 | Find Kirac and start Mapping -------------------------------------------------------------------------------- /builds/Notes/Default/Act 11/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Templar Laboratory 2 | Top right is the Laboratory 3 | Find the map device and wait to talk to Kirac 4 | Then go back to Oriath and go bottom right for the Fallen Courts 5 | 6 | zone:The Fallen Courts 7 | Left hand wall follow to find Dominus' office 8 | Pick up the Key and return to Oriath for the entrance to the Haunted Reliquary in the bottom left 9 | 10 | zone:The Haunted Reliquary 11 | Use the key on both sides of the door to open the Vault 12 | Kill everything then talk to Kirac in your Hideout 13 | If you don't have a Hideout, talk to Helena in town to obtain one -------------------------------------------------------------------------------- /builds/Notes/Default/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver 2 | G,Crypt: Trial 3 | Through Sacred Ground: Passive 4 | G,Chamber of Sins 2: Trial 5 | Intruders in Black: Herald GEM 6 | Sharp and Cruel: GEM 7 | Bandits: CHOICE 8 | B,Way Forward (Bestel): Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 2/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Southern Forest 2 | Follow the right wall 3 | 4 | zone:Old Fields 5 | Follow the road 6 | Leave a portal at The Den 7 | 8 | zone:The Den 9 | Kill Great White Beast and Logout 10 | 11 | zone:The Crossroads 12 | Follow the road to the waypoint 13 | Go back to town and portal to The Den for Quicksilver Flask 14 | Then continue north for the Chamber of Sins 15 | When you return go east to kill Kraityn 16 | Finally go south through the Fellshrine Ruins to the trial in The Crypt 17 | 18 | zone:Chamber of Sins Level 1 19 | Circle to the center of the zone. The hallway next to the Waypoint always leads to the next zone 20 | 21 | zone:Chamber of Sins Level 2 22 | Boss is down and right, trial is top left 23 | G,TRIAL - Sawblades 24 | 25 | zone:Broken Bridge 26 | Follow the road to the right 27 | 28 | zone:Fellshrine Ruins 29 | Follow the road to The Crypt 30 | 31 | zone:The Crypt 32 | G,TRIAL - Spinning blades 33 | Go to the end of the second floor to complete 34 | Through Sacred Ground quest for a passive point 35 | 36 | zone:The Riverways 37 | Follow the road and use mobility skills to jump over bridges, activate Waypoint then continue on the road to Western Forest 38 | When you return, the entrance to the Wetlands is always on the opposite side of the road near the Waypoint 39 | 40 | zone:Western Forest 41 | Alira is on the side of the Waypoint where the road has a broken section. The Weaver's Chambers can be found on the opposite side of the road from Alira, with webbed trees. Follow the road for The Way Forward quest 42 | 43 | zone:Weaver's Chambers 44 | Go left when the left path spawns, otherwise loop around right side 45 | Kill Weaver for the reward and logout, then claim The Way Forward skillpoint back in Act 1 46 | 47 | zone:The Wetlands 48 | Kill Oak in center, then go to the left side until the Waypoint is visible with the passage near it 49 | 50 | zone:Vaal Ruins 51 | Try to determine the main direction then zig and zag accordingly through the ruins 52 | 53 | zone:Northern Forest 54 | Go to the top right by following the shoreline 55 | Do not go in the Dread Thicket 56 | 57 | zone:Dread Thicket 58 | This zone should be skipped to save time 59 | 60 | zone:The Caverns 61 | Pretty much guessing where the exit spawned 62 | G,CRAFT - Movement speed 63 | 64 | zone:Ancient Pyramid 65 | Exits are usually diagonal from entrance 66 | G,CRAFT - Spell damage 67 | Y,RECOMMEND lightning resist -------------------------------------------------------------------------------- /builds/Notes/Default/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | Lost in Love: Aura GEM 2 | G,Crematorium: Trial 3 | B,Victario's Secrets: Passive 4 | G,Catacombs: Trial 5 | The Ribbon Spool: Amulet 6 | Sever the Right Hand: GEM 7 | B,Piety's Pets: Passive 8 | Fixture of Fate: GEM 9 | Siosa: GEMS 10 | G,Imperial Gardens: Trial -------------------------------------------------------------------------------- /builds/Notes/Default/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | Breaking the Seal: Golem GEM 2 | B,Indomitable Spirit: Passive 3 | Eternal Nightmare: GEM -------------------------------------------------------------------------------- /builds/Notes/Default/Act 4/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Aqueduct 2 | Go upstream and cross over bridges whenever the path ends 3 | 4 | zone:Dried Lake 5 | Kill Voll on one of the three spawns 6 | G,CRAFT - Attack/Cast speed 7 | 8 | zone:Mines Level 1 9 | Exit is usually in top left corner 10 | 11 | zone:Mines Level 2 12 | Varied layout and many dead ends, you should look for the spirit and leave a portal if you find the exit to come back later and find her 13 | 14 | zone:Crystal Veins 15 | Loop around bottom right to go to the top left exit 16 | B,Waypoint to Highgate if you need the spirit 17 | G,CRAFT - Cold Damage 18 | 19 | zone:Daresso's Dream 20 | Move towards the top right, some dead ends 21 | 22 | zone:Kaom's Dream 23 | Follow passages and bridges 24 | 25 | zone:Grand Arena 26 | If you have not done Kaom's Dream yet, take waypoint to Crystal Veins and do that first 27 | Move down and left from Waypoint, then follow the path 28 | G,RECOMMEND cold resist 29 | 30 | zone:Kaom's Stronghold 31 | If you have not done Daresso's Dream yet, take waypoint to Crystal Veins and do that first 32 | Follow stairs and bridges 33 | R,RECOMMEND fire resist 34 | 35 | zone:Belly of the Beast Level 1 36 | Aim for top left, many dead ends 37 | 38 | zone:Belly of the Beast Level 2 39 | Aim for top left, many dead ends 40 | G,CRAFT - Resistance 41 | 42 | zone:The Harvest 43 | Always one boss on right side, two on the left 44 | G,Stay in green aura against Doedre 45 | Maligaro does physical so keep moving 46 | B,Shavronne deals lightning 47 | R,Malachi deals fire damage 48 | 49 | zone:The Ascent 50 | Go up and right, cross the bridge and follow the road to a small passage to the exit 51 | G,CRAFT - Ailment, Stun and Curse Mitigation -------------------------------------------------------------------------------- /builds/Notes/Default/Act 5/guide.txt: -------------------------------------------------------------------------------- 1 | B,Service to Science: Passive 2 | Justicar Casticus: Silver Flask 3 | B,Kitava's Torments: Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 5/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Slave Pens 2 | Go all the way down, then left 3 | 4 | zone:Control Blocks 5 | Go top left for the Miasmeter, then up and right 6 | 7 | zone:Oriath Square 8 | Go top right until you cross the bridge, then down 9 | 10 | zone:Templar Courts 11 | Loop around clockwise 12 | 13 | zone:Chamber of Innocence 14 | Go up and left, and spiral counter clockwise 15 | This is a great zone to farm EXP 16 | G,CRAFT - Movement speed 17 | Y,RECOMMEND lightning resist 18 | R,and fire resist with 1,200+ EHP 19 | 20 | zone:Torched Courts 21 | Loop around counter clockwise 22 | 23 | zone:Ruined Square 24 | One layout, multiple stops: zig-zag to (1)The Ossuary, go all the way down leaving a portal by the fountain to (2)The Reliquary, and then to the middle for the (3)Cathedral Rooftop 25 | 26 | zone:The Ossuary 27 | Loop around clockwise 28 | G,CRAFT - Physical damage 29 | 30 | zone:The Reliquary 31 | Find multiple quest items in corners of the zone 32 | G,CRAFT - Accuracy 33 | 34 | zone:Cathedral Rooftop 35 | Run top left and kill Kitava! Consider running your first Labyrinth before this fight 36 | R,RECOMMEND fire resist with 1,500+ EHP and physical mitigation (Fortify/Endurance/Armour) -------------------------------------------------------------------------------- /builds/Notes/Default/Act 6/guide.txt: -------------------------------------------------------------------------------- 1 | Fallen from Grace: 2x Respec 2 | Lilly: GEMS 3 | B,Father of War: Passive 4 | G,Prison: Trial 5 | B,Cloven One: Passive 6 | B,Puppet Mistress: Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 6/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | This area and doing the quest is optional, this opens Lilly's GEM shop 3 | 4 | zone:The Coast 5 | Go to the right side of the zone and go to the top right corner 6 | 7 | zone:Tidal Island 8 | This zone should be skipped to save time 9 | 10 | zone:Mud Flats 11 | Kill the Dishonoured Queen (1) on the right side to get the key to open the gate to the next zone (2) on the left side 12 | 13 | zone:Karui Fortress 14 | Follow the right hand side if you're ready for Tukohama for the passive point and pantheon. If you wish to skip Tukohama, follow the left hand side 15 | G,CRAFT - Defences 16 | R,RECOMMEND fire resist 17 | with 1,500+ EHP 18 | 19 | zone:The Ridge 20 | Follow the path until you can go right, then follow that until you have a path up left 21 | 22 | zone:Lower Prison 23 | You usually want to go down or left towards the exit, there is a trial here, but it is close to the Waypoint if you want to do it later 24 | G,TRIAL - Spike traps 25 | G,CRAFT - Double resistance 26 | 27 | zone:Shavronne's Tower 28 | Follow the halls, going over bridges, for 4 minizones 29 | G,CRAFT - Spell damage 30 | Y,RECOMMEND lightning resist 31 | with physical mitigation 32 | 33 | zone:Prisoner's Gate 34 | If you want to fight the Aberrath go down the side of the road that has the cliff, otherwise follow the road into the next area 35 | R,RECOMMEND fire resist 36 | 37 | zone:The Riverways 38 | Follow the road and when you reach the encampment go down and right 39 | B,If you want to kill Ryslatha follow the path up at the Waypoint 40 | 41 | zone:The Wetlands 42 | Stick to the left hand side to find the entrance to the Spawning Ground 43 | G,RECOMMEND current life flasks, avoid chaos degens 44 | 45 | zone:Western Forest 46 | Follow the road to the Riverways 47 | G,CRAFT - Attributes 48 | 49 | zone:Southern Forest 50 | Follow the right hand wall to The Cavern of Anger 51 | 52 | zone:Cavern of Anger 53 | B,Don’t forget the black flag upon entering this zone 54 | Go down then up, then go right, the exit can be up or down 55 | 56 | zone:The Beacon 57 | Follow the shoreline until you reach the beacons 58 | G,CRAFT - Life/Mana 59 | 60 | zone:Brine King's Reef 61 | Follow the left hand shoreline to the Brine King's arena 62 | Y,RECOMMEND lightning resist 63 | B,and cold resist with physical mitigation -------------------------------------------------------------------------------- /builds/Notes/Default/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | The Silver Locket: Utility Flask 4 | B,A Million Faces: Passive 5 | B,Queen of Despair: Passive 6 | B,Kishara's Star: Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: Efficiency 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 8/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Sarn Ramparts 2 | Left hand wall-follow to the stairs, go up the stairs and follow the wall to the end 3 | 4 | zone:Toxic Conduits 5 | Watch the black paint on the floor as you enter the zone to see in which direction it points you 6 | 7 | zone:Doedre's Cesspool 8 | Find the path that doesn't have a dead end, this leads you all the way to the exit. After beating Doedre The Grand Promenade is on the left, The Quay on the right 9 | G,CRAFT - Resistance 10 | 11 | zone:Grand Promenade 12 | Wall-follow the right side 13 | 14 | zone:Bath House 15 | The exit (1) is always on the right side. Save Yugul (2) for later 16 | G,TRIAL - Furnace traps 17 | G,CRAFT - Flask duration 18 | 19 | zone:High Gardens 20 | Be careful when killing Porcupines 21 | Follow path to the end to kill Yugul 22 | B,RECOMMEND cold resist 23 | 24 | zone:Lunaris Concourse 25 | Go up and right for Waypoint then up and left for entrance to Lunaris Temple first 26 | Go down and right to the Harbour Bridge after beating both temples 27 | 28 | zone:Lunaris Temple Level 1 29 | Follow the carpets until end activate the Waypoint 30 | 31 | zone:Lunaris Temple Level 2 32 | Look for staircases and go up these, when you reach the larger area, look for vases on the opposite wall and pick the side where there is only one 33 | B,Log out after Boss and Waypoint to Doedre's Cesspool 34 | G,CRAFT - Minions 35 | B,RECOMMEND cold resist 36 | 37 | zone:The Quay 38 | Pick up the quest item at (1) to use in the arena (2) then leave the arena and find the exit at (3) 39 | Stick to the bottom edge of the map and you should find everything 40 | 41 | zone:Grain Gate 42 | This zone has many buildings, only enter and leave buildings through openings that have a guard's corpse next to it; they lead the way 43 | B,Kill the gemlings 44 | 45 | zone:Imperial Fields 46 | Follow the road until the end continue going that direction 47 | 48 | zone:Solaris Concourse 49 | Follow the carpets to the Harbour Bridge 50 | 51 | zone:Solaris Temple Level 1 52 | Go down and left, then up and left. The Waypoint is always on the path 53 | 54 | zone:Solaris Temple Level 2 55 | Follow the carpets. Log out after Boss. Waypiont to Lunaris Concourse 56 | G,CRAFT - Traps and mines 57 | R,RECOMMEND fire resist 58 | 59 | zone:Harbour Bridge 60 | Farm here before Boss if you are under leveled 61 | Go up and to the middle to the arena with Solaris and Lunaris 62 | R,RECOMMEND fire resist 63 | B,and cold resist -------------------------------------------------------------------------------- /builds/Notes/Default/Act 9/guide.txt: -------------------------------------------------------------------------------- 1 | Storm Blade: Linked Weapon 2 | B,Queen of the Sands: Passive 3 | G,Tunnel: Trial 4 | B,Ruler of Highgate: Passive -------------------------------------------------------------------------------- /builds/Notes/Default/Act 9/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Blood Aqueduct 2 | Go to the top left, cross the bridges on dead ends 3 | Farm Humility cards for Tabula for league starter 4 | This zone is great for EXP 5 | 6 | zone:The Descent 7 | Go up right to the supply hoist, then down left to another hoist then up right to The Vastiri Desert 8 | 9 | zone:Vastiri Desert 10 | Go right to the Waypoint, then top left (1) for the Foothills. If you want to kill Shakari, go right to (2) for the Oasis, then get the quest item in town and enter the zone 11 | G,CRAFT - Attack/Cast speed 12 | 13 | zone:The Oasis 14 | Left or right wall follow, based on bottom or top being the dead end at the entrance 15 | R,RECOMMEND physical mitigation 16 | 17 | zone:The Foothills 18 | B,Don't forget to touch the Waypoint 19 | Then go right to (1) to get the quest item in The Boiling Lake, then up to (2) for The Tunnel to continue the story 20 | 21 | zone:Boiling Lake 22 | Go to the top right of zone, If you spot petrified men you are close 23 | B,After killing the Basilisk, log out and teleport to the Waypoint in The Foothills and go to the top left corner of the zone 24 | G,CRAFT - Spell damage 25 | 26 | zone:The Tunnel 27 | Go up left, the right path leads past the Waypoint 28 | G,TRIAL - Blade sentries 29 | G,CRAFT - All attributes 30 | 31 | zone:The Quarry 32 | Activate Waypoint at center, do Shrine of the Winds (2), then The Refinery (1) 33 | G,CRAFT - Physical damage 34 | R,RECOMMEND physical mitigation 35 | 3,000+ EHP and Movement skills 36 | 37 | zone:The Refinery 38 | Follow the cart tracks to the building top left for Boss. Log out to town and use Waypoint to The Quarry 39 | Y,RECOMMEND lightning resist 40 | 41 | zone:Belly of the Beast 42 | Head top left in this zone and the next 43 | 44 | zone:Rotting Core 45 | Kill Doedre, Maligaro, and Shavronne again. Then enter the Black Heart and kill the Depraved Trinity 46 | Y,RECOMMEND 3,200+ EHP, physical mitigations, lightning resist, fast movement skill -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | Common tips for FAST leveling: 2 | > Try not to TP to Town at all (saves time and scrolls) 3 | this guide will tell you when it is really needed 4 | < Each time you're in town, take rewards and check what vendors sells 5 | While in Act1, check vendors for boots with + speed 6 | type "nn" in filter to find them 7 | in Act 2 if still don't have them, just bench craft it 8 | > Always make spells "attack without moving" 9 | do not try to kill all mobs in a zone 10 | Don't use body armor, it slows your character a bit 11 | 12 | R,Expected End Level: ~11 (11+3 points). 13 | _______________ 14 | B,Goals: 15 | MS boots 16 | 3x transmutes 17 | _______________ 18 | G,Trials: 19 | + The Lower Prison -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 10/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~65 (65+24 points) 2 | _______________ 3 | B,Goals: 4 | Cap your resistances 5 | Ascendancy -> Third Pick 6 | Kill Kitava and proceed to maps :) 7 | _______________ 8 | G,Trial: 9 | + The Ossuary -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 10/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Cathedral Rooftop 2 | Go up to save Bannon 3 | Free him and talk in Town 4 | > Go back to Rooftop 5 | Go down right 6 | > Proceed to the Ravaged Square 7 | 8 | zone:Ravaged Square 9 | B,Leave a portal on start 10 | Go right up by wall 11 | Skip the first opening, take the second and cross the bridge (red part) 12 | Left hand wall-follow to the Waypoint 13 | > TP to Town 14 | > Go back to your portal 15 | Go down 16 | > Proceed to Control Blocks 17 | --------------- 18 | Move right don't cross the bridge 19 | > Proceed to Torched Courts 20 | --------------- 21 | After killing Avarius 22 | > Go to the Ossuary 23 | --------------- 24 | Talk with Innocence 25 | > Proceed to the Canals 26 | 27 | zone:Control Blocks 28 | Right hand wall-follow 29 | Use movement skills to jump through fences 30 | > Go to Arena 31 | < Kill the Boss and Logout 32 | > TP to Ravaged Square 33 | 34 | zone:The Ossuary 35 | Left hand wall follow to find the quest item and trial 36 | The trial entrance is in the opening in the wall, the quest item is close to that opening, but you move away from the wall to find it 37 | < Logout 38 | G,Complete third Labyrinth and take third Ascendancy skill 39 | > TP to the Ravaged Square 40 | _______________ 41 | G,TRIAL - Dart traps 42 | G,CRAFT - Chaos damage 43 | 44 | zone:Torched Courts 45 | Left hand wall-follow (up) 46 | > Go to Desecrated Chambers 47 | 48 | zone:Desecrated Chambers 49 | Good place to farm some levels if needed 50 | ______________ 51 | Left hand wall-follow until you come to four pillars 52 | Go straight and up 53 | > Proceed to Sanctum Of Innnocence 54 | < Kill the boss and Logout 55 | > TP to Ravaged Square 56 | _______________ 57 | G,CRAFT - Accuracy 58 | 59 | zone:The Reliquary 60 | The Quest item is always on the edge or a corner, 61 | it's mostly the right side 62 | Use move skill to cross gaps 63 | 64 | zone:The Canals 65 | Move top left 66 | Follow the road and cross bridges when you see them 67 | > Go to the Feeding Trough 68 | 69 | zone:Feeding Trough 70 | Move top left, there shouldn't be any diversions, 71 | Kill Kitava! 72 | Enjoy maps :) 73 | _______________ 74 | G,CRAFT - Life/Mana 75 | R,RECOMMEND 3,700+ EHP, fire resist, good physical mitigations, fast movement skill -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 11/guide.txt: -------------------------------------------------------------------------------- 1 | Cap your Resistances 2 | Find Kirac and start Mapping -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 11/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Templar Laboratory 2 | Top right is the Laboratory 3 | Find the map device and wait to talk to Kirac 4 | Then go back to Oriath and go bottom right for the Fallen Courts 5 | 6 | zone:The Fallen Courts 7 | Left hand wall follow to find Dominus' office 8 | Pick up the Key and return to Oriath for the entrance to the Haunted Reliquary in the bottom left 9 | 10 | zone:The Haunted Reliquary 11 | Use the key on both sides of the door to open the Vault 12 | Kill everything then talk to Kirac in your Hideout 13 | If you don't have a Hideout, talk to Helena in town to obtain one -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~21 (21+5 points) 2 | _______________ 3 | B,Goals: 4 | MS boots <- craft if needed 5 | 3x Augmentation orb needed 6 | Bandits killed 7 | Through Sacred Ground Passive 8 | Hideout can be accessed 9 | _______________ 10 | G,Trials: 11 | + The Crypt level 1 12 | + The Chamber of Sins Level 2 -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~31 (31+7 points) 2 | _______________ 3 | B,Goals: 4 | 4-Link after lvl 25 5 | Pick up 2x Two-Stone Rings (fire and lightning) 6 | Bench craft resists on your rings 7 | _______________ 8 | G,Trials: 9 | + The Crematorium 10 | + The Catacombs 11 | + The Imperial Gardens -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~38 (38+8 points) 2 | _______________ 3 | B,Goals: 4 | 4-link 5 | Resistances -> before Kaom try to cap fire 6 | Ascendancy -> First Pick 7 | Staunching Life Flask -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 5/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~43 (43+10 points) 2 | _______________ 3 | B,Goals: 4 | Get defensive passives 5 | Silver Flask as Quest reward 6 | 105% elem res -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 5/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Slave Pens 2 | Go all the way down and right 3 | Then left to Kill the boss 4 | > Proceed to Town 5 | > Go to Control Blocks 6 | 7 | zone:Control Blocks 8 | Go top left for the Miasmeter, then up and right 9 | Kill boss for his "eyes" 10 | + Get Silver Flask as reward 11 | Use it for speed boost often 12 | > Go to Oriath's Square 13 | 14 | zone:Oriath Square 15 | Go top right until you cross the bridge, then down 16 | > Go to Templar Courts 17 | 18 | zone:Templar Courts 19 | Loop around clockwise 20 | > Go to the Chamber of Innocence 21 | 22 | zone:Chamber of Innocence 23 | Perfect zone to level up if needed 24 | Go up and left, and spiral counter clockwise 25 | > Go to Sanctum of Innocence 26 | --------------- 27 | Check Waypoint 28 | Talk to Bannon 29 | > Go to Torched Courts 30 | _______________ 31 | G,CRAFT - Movement speed 32 | Y,RECOMMEND lightning resist 33 | R,and fire resist 34 | 35 | zone:Torched Courts 36 | Loop around counter clockwise 37 | > Go to Ruinned Square 38 | 39 | zone:Ruined Square 40 | Proceed to Waypoint 41 | > Go into Ossuary 42 | --------------- 43 | Proceed to middle of the map 44 | B,Leave portal near big fountain. 45 | > Go down to Reliquary 46 | --------------- 47 | Move up from portal 48 | > Go to Cathedral Rooftop 49 | 50 | zone:The Ossuary 51 | Loop around clockwise 52 | Pick up a sign 53 | < Logout 54 | > TP to the Ruined Square 55 | _______________ 56 | G,CRAFT - Physical damage 57 | 58 | zone:The Reliquary 59 | Start from down left 60 | Find multiple quest items in corners of the zone 61 | Go back to Waypoint 62 | > Waypoint to Town 63 | > Go to your portal 64 | _______________ 65 | G,CRAFT - Accuracy 66 | 67 | zone:Cathedral Rooftop 68 | Consider running your first Labyrinth here if you still have not 69 | Run top left and kill Kitava! 70 | _______________ 71 | R,RECOMMEND fire resist 72 | with 1,500+ EHP -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 6/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~48 (48+13 points) 2 | _______________ 3 | B,Goals: 4 | At least cap cold res before Crab boss 5 | _______________ 6 | G,Trials: 7 | + The Prison -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~53 (53+16 points) 2 | _______________ 3 | B,Goals: 4 | Basalt Flask as reward 5 | Blast through! 6 | _______________ 7 | G,Trials: 8 | + The Crypt 9 | + The Chamber of Sins Level 2 -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~58 (58+19 points) 2 | _______________ 3 | B,Goals: 4 | Blast through! 5 | Here you should be close to 2k HP 6 | Ascendancy -> Second Pick 7 | _______________ 8 | G,Trial: 9 | + The Bath House -------------------------------------------------------------------------------- /builds/Notes/Detailed/Act 9/guide.txt: -------------------------------------------------------------------------------- 1 | R,Expected End Level: ~62 (62+21 points) 2 | _______________ 3 | B,Goals: 4 | Start collecting chaos recipes 5 | Blood Aqueducts - farm levels (sell humility cards) 6 | 5-link main skill 7 | _______________ 8 | G,Trial: 9 | + The Tunnel 10 | -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | Enemy at the Gate: GEM 2 | Mercy Mission: Support GEM 3 | Breaking Some Eggs: GEM 4 | B,Dweller of the Deep: Passive 5 | G,Lower Prison: Trial & Support GEM 6 | Caged Brute: Movement GEM 7 | B,Marooned Mariner: Passive 8 | Siren's Cadence: GEM 9 | B,Way Forward: Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 1/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | Siga a costa para cima e à direita 3 | Mate Hillock 4 | 5 | zone:The Coast 6 | Fique no lado direito seguindo a parede 7 | B,Vá primeiro para Mud Flats para matar Hailrake mais facilmente 8 | 9 | zone:Tidal Island 10 | O lado sem penhasco é o mais curto 11 | 12 | zone:Mud Flats 13 | Pequenos rios conectam os três itens 14 | B,No nível 4 vá para Tidal Island para a missão do Quicksilver Flask após pegar o Waypoint de Submerged Passage 15 | 16 | zone:Fetid Pool 17 | Dê uma volta em círculo e mate tudo 18 | Esta missão é opcional e deve ser ignorada para economizar tempo 19 | 20 | zone:Submerged Passage 21 | Encontre uma grande ponte e coloque um portal 22 | Então continue atravessando a ponte para The Ledge 23 | 24 | zone:Flooded Depths 25 | Encontre e mate o Deep Dweller 26 | Desconecte após matar o Deep Dweller (Tarkleigh) 27 | 28 | zone:The Ledge 29 | Pequenos totens no Waypoint apontam para a saída 30 | 31 | zone:The Climb 32 | Sempre suba, ignore Faun para economizar tempo 33 | 34 | zone:Lower Prison 35 | Vá para a cidade no Waypoint e use o portal que deixou para encontrar Flooded Depths 36 | Tente primeiro à direita para a saída. Há um trial nesta zona que você pode fazer mais tarde graças ao Waypoint 37 | G,TRIAL - Spiked traps 38 | 39 | zone:Upper Prison 40 | Tente primeiro à esquerda. 41 | B,Desconecte após matar Brutus, então vá para Prisoner's Gate pelo Waypoint 42 | 43 | zone:Prisoner's Gate 44 | Procure o lado da estrada que tem o declive, geralmente no lado direito 45 | 46 | zone:Ship Graveyard 47 | Procure primeiro o Waypoint e depois vá para a saída. Se encontrar The Cave, pegue o All Flame agora. Caso contrário, continue diretamente para Cavern of Wrath Waypoint 48 | Quando voltar, Fairgraves estará sempre perto do waypoint, simplesmente desconecte após matá-lo para ir à cidade e obter um passive point de Bestel 49 | 50 | zone:Cavern of Wrath 51 | No Waypoint, volte para The Ship Graveyard para encontrar The Cave e entregar o Allflame. Então desconecte para obter o passive point de Bestel 52 | 53 | zone:Cavern of Anger 54 | Geralmente no canto inferior direito. Você pode seguir os espíritos. Se vir pilhas de ouro, está perto de Merveil 55 | B,RECOMENDADO alta cold resist -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 10/guide.txt: -------------------------------------------------------------------------------- 1 | G,Ossuary: Trial 2 | B,Vilenta's Vengeance: Passive 3 | B,An End to Hunger: 2x Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 10/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Cathedral Rooftop 2 | Vá para cima para salvar Bannon, volte para a cidade e depois vá para baixo e para a direita 3 | 4 | zone:Ravaged Square 5 | B,Deixe um portal ao entrar na zona 6 | Siga a parede esquerda, pule a primeira abertura, pegue a segunda e atravesse a ponte (parte vermelha), siga a parede esquerda até o Waypoint 7 | Volte para a cidade e use seu portal para retornar ao início da zona, vá para baixo e faça Control Blocks (4) para um passive point 8 | Depois vá para o Ossuary (1). Faça Cruel Lab. Depois Torched Courts (2). Finalmente The Canals (5). Opcionalmente faça The Reliquary (3) para um cinto inútil 9 | 10 | zone:Control Blocks 11 | Siga a parede direita. Use travel skills para pular pelas cercas 12 | 13 | zone:The Ossuary 14 | Siga a parede esquerda para encontrar o item de missão e o trial. A entrada do trial está na abertura na parede, o item de missão está próximo dessa abertura, mas você se afasta da parede para encontrá-lo 15 | G,TRIAL - Dart traps 16 | G,CRAFT - Chaos damage 17 | 18 | zone:Torched Courts 19 | Siga a parede esquerda 20 | 21 | zone:Desecrated Chambers 22 | Siga a parede direita até encontrar quatro pilares, depois vá reto e para cima 23 | Esta é uma ótima zona para farmar EXP 24 | G,CRAFT - Accuracy 25 | 26 | zone:The Reliquary 27 | O item de missão está sempre na borda ou em um canto, geralmente do lado direito. Use habilidade de movimento para atravessar lacunas 28 | 29 | zone:The Canals 30 | Vá para o canto superior esquerdo. Siga a estrada e atravesse as pontes quando vê-las 31 | 32 | zone:Feeding Trough 33 | Vá para o canto superior esquerdo, não deve haver desvios, mate Kitava no final para desbloquear mapas! 34 | G,CRAFT - Life/Mana 35 | R,RECOMENDADO 3,700+ EHP, fire resist, mitigação de dano físico, travel skills -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 11/guide.txt: -------------------------------------------------------------------------------- 1 | Cap your Resistances 2 | Find Kirac and start Mapping -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 11/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Templar Laboratory 2 | No canto superior direito está o Laboratório 3 | Encontre o dispositivo de mapa e aguarde para falar com Kirac 4 | Depois, volte para Oriath e vá para o canto inferior direito para Fallen Courts 5 | 6 | zone:The Fallen Courts 7 | Siga a parede esquerda para encontrar o escritório de Dominus 8 | Pegue a Chave e retorne a Oriath para a entrada do Haunted Reliquary no canto inferior esquerdo 9 | 10 | zone:The Haunted Reliquary 11 | Use a chave em ambos os lados da porta para abrir o Cofre 12 | Mate tudo e depois fale com Kirac no seu Hideout 13 | Se você não tiver um Hideout, fale com Helena na cidade para obter-lo -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver flask 2 | G,Crypt: Trial 3 | Through Sacred Ground: Passive 4 | G,Chamber of Sins 2: Trial 5 | Intruders in Black: Herald GEM 6 | Sharp and Cruel: GEM 7 | Bandits: Escolha baseado na build 8 | B,Way Forward (Bestel): Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | Lost in Love: Aura GEM 2 | G,Crematorium: Trial 3 | B,Victario's Secrets: Passive 4 | G,Catacombs: Trial 5 | The Ribbon Spool: Amulet 6 | Sever the Right Hand: GEM 7 | B,Piety's Pets: Passive 8 | Fixture of Fate: GEM 9 | Siosa: GEMS 10 | G,Imperial Gardens: Trial -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | Breaking the Seal: Golem GEM 2 | B,Indomitable Spirit: Passive 3 | Eternal Nightmare: GEM -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 4/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Aqueduct 2 | Atravesse pontes sempre que o caminho terminar 3 | 4 | zone:Dried Lake 5 | Mate Voll em um dos três locais de aparecimento 6 | G,CRAFT - Atk/cast speed 7 | 8 | zone:Mines Level 1 9 | A saída geralmente está no canto superior esquerdo 10 | 11 | zone:Mines Level 2 12 | Layout variado e muitos becos sem saída, você deve procurar o espírito, se encontrar a saída deixe um portal para voltar mais tarde e encontrar o espírito 13 | 14 | zone:Crystal Veins 15 | Faça uma volta no canto inferior direito para ir até a saída do canto superior esquerdo 16 | B,Waypoint para Highgate se precisar do espírito 17 | G,CRAFT - Cold damage 18 | 19 | zone:Daresso's Dream 20 | Mova-se em direção ao canto superior direito, alguns becos sem saída 21 | 22 | zone:Kaom's Dream 23 | Siga os corredores e pontes 24 | 25 | zone:Grand Arena 26 | Se você ainda não fez Kaom's Dream, pegue o waypoint para Crystal Veins e faça isso primeiro 27 | Desça e vá para a esquerda a partir do Waypoint, depois siga o caminho 28 | G,RECOMENDADO Cold resist 29 | 30 | zone:Kaom's Stronghold 31 | Se você ainda não fez Daresso's Dream, pegue o waypoint para Crystal Veins e faça isso primeiro 32 | Siga as escadas e pontes 33 | G,RECOMENDADO Fire resist 34 | 35 | zone:Belly of the Beast Level 1 36 | Vá para o canto superior esquerdo, muitos becos sem saída 37 | 38 | zone:Belly of the Beast Level 2 39 | Vá para o canto superior esquerdo, muitos becos sem saída 40 | G,CRAFT - Resistance 41 | 42 | zone:The Harvest 43 | Sempre um chefe no lado direito, dois no lado esquerdo 44 | G,Permaneça na aura verde contra Doedre 45 | Maligaro dá dano físico, então continue se movendo 46 | B,Shavronne causa dano de raio 47 | R,Malachai causa dano de fogo 48 | 49 | zone:The Ascent 50 | Vá para cima e para a direita, atravesse a ponte e siga o caminho até um pequeno corredor para a saída 51 | G,CRAFT - Ailment, Stun and Curse Mitigation -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 5/guide.txt: -------------------------------------------------------------------------------- 1 | B,Service to Science: Passive 2 | Justicar Casticus: Silver Flask 3 | B,Kitava's Torments: Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 5/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Slave Pens 2 | Vá até o final, depois para a esquerda 3 | 4 | zone:Control Blocks 5 | Vá para o canto superior esquerdo para encontrar o Miasmeter, depois para cima e para a direita 6 | 7 | zone:Oriath Square 8 | Vá para o canto superior direito até atravessar a ponte, depois desça 9 | 10 | zone:Templar Courts 11 | Faça uma volta no sentido horário 12 | 13 | zone:Chamber of Innocence 14 | Vá para cima e para a esquerda, e siga em espiral no sentido anti-horário 15 | Esta é uma ótima zona para farmar EXP 16 | G,CRAFT - Movement speed 17 | Y,RECOMENDADO Lightning resist, Fire resist 18 | R,1.200+ EHP 19 | 20 | zone:Torched Courts 21 | Faça uma volta no sentido anti-horário 22 | 23 | zone:Ruined Square 24 | Um layout, múltiplas paradas: zig-zag até (1)The Ossuary, vá até o final deixando um portal no meio do caminho antes de descer para chegar em (2)The Reliquary, e então para o meio para (3)Cathedral Rooftop 25 | 26 | zone:The Ossuary 27 | Faça uma volta no sentido horário 28 | G,CRAFT - Physical damage 29 | 30 | zone:The Reliquary 31 | Encontre vários itens de missão nas extremidades da zona 32 | G,CRAFT - Accuracy 33 | 34 | zone:Cathedral Rooftop 35 | Corra para o canto superior esquerdo e mate Kitava! Considere fazer seu primeiro Labirinto antes desta luta 36 | Y,RECOMENDADO Fire resist, mitigação de dano físico (Fortify/Endurance/Armour) 37 | R,1.500+ EHP -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 6/guide.txt: -------------------------------------------------------------------------------- 1 | Fallen from Grace: 2x Respec 2 | Lilly: GEMS 3 | B,Father of War: Passive 4 | G,Prison: Trial 5 | B,Cloven One: Passive 6 | B,Puppet Mistress: Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | The Silver Locket: Utility Flask 4 | B,A Million Faces: Passive 5 | B,Queen of Despair: Passive 6 | B,Kishara's Star: Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: Unique Jewel 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 9/guide.txt: -------------------------------------------------------------------------------- 1 | Storm Blade: Arma linkada 2 | B,Queen of the Sands: Passive 3 | G,Tunnel: Trial 4 | B,Ruler of Highgate: Passive -------------------------------------------------------------------------------- /builds/Notes/Portuguese/Act 9/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Blood Aqueduct 2 | Vá para o canto superior esquerdo, atravesse as pontes nos becos sem saída 3 | Local para farmar a carta Humility que trocamos pela Tabula Rasa para iniciantes de liga 4 | Esta zona é ótima para EXP 5 | 6 | zone:The Descent 7 | Vá para cima e para a direita até o guindaste de suprimentos, depois para baixo e para a esquerda até outro guindaste e depois para cima e para a direita até o Vastiri Desert 8 | 9 | zone:Vastiri Desert 10 | Vá para a direita até o Waypoint, depois para o canto superior esquerdo (1) para os Foothills. Se você quiser matar Shakari, vá para a direita até (2) para o Oasis, pegue o item de missão na cidade e entre na zona 11 | G,CRAFT - Attack/Cast speed 12 | 13 | zone:The Oasis 14 | Siga a parede esquerda ou direita, baseado em qual lado (inferior ou superior) é o beco sem saída na entrada 15 | R,RECOMENDADO mitigação de dano físico 16 | 17 | zone:The Foothills 18 | B,Não se esqueça de ativar o Waypoint 19 | Então vá para a direita até (1) para pegar o item de missão no The Boiling Lake, depois para cima até (2) para o The Tunnel para continuar a história 20 | 21 | zone:Boiling Lake 22 | Vá para o canto superior direito da zona. Se você avistar homens petrificados, você está perto 23 | B,Após matar o Basilisk, saia e use o Waypoint em The Foothills e vá para o canto superior esquerdo da zona 24 | G,CRAFT - Spell damage 25 | 26 | zone:The Tunnel 27 | Vá para cima e para a esquerda, o caminho da direita passa pelo Waypoint 28 | G,TRIAL - Blade sentries 29 | G,CRAFT - All attributes 30 | 31 | zone:The Quarry 32 | Ative o Waypoint no centro, faça Shrine of the Winds (2), depois The Refinery (1) 33 | G,CRAFT - Physical damage 34 | R,RECOMENDADO mitigação de dano físico 35 | 3,000+ EHP e travel skills 36 | 37 | zone:The Refinery 38 | Siga as trilhas dos carrinhos até o topo do prédio à esquerda para o Boss. Saia para a cidade e use o Waypoint para The Quarry 39 | Y,RECOMENDADO Lightning resist 40 | 41 | zone:Belly of the Beast 42 | Vá para o canto superior esquerdo nesta zona e na próxima 43 | 44 | zone:Rotting Core 45 | Mate Doedre, Maligaro e Shavronne novamente. Depois entre no Black Heart e mate a Depraved Trinity 46 | Y,RECOMENDADO 3,200+ EHP, mitigação de dano físico, lightning resist e travel skills -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 1/guide.txt: -------------------------------------------------------------------------------- 1 | Mercy Mission: Quicksilver 2 | B,Dweller of the Deep: Passive 3 | G,Lower Prison: Trial 4 | B,Marooned Mariner: Passive 5 | B,Way Forward: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 1/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | Sahili takip et. 3 | + Hillock'u öldür. 4 | > Lioneye's Watch 5 | < "Enemy at the Gate" (Tarkleigh) 6 | > The Coast 7 | 8 | zone:The Coast 9 | Sağ tarafına yapışarak duvarı takip et. 10 | + WP yi al. 11 | > The Mud Flats (wpnin sağında) 12 | 2. Gelişinde; 13 | > Tidal Island (wpnin aşağısında) 14 | 15 | zone:Tidal Island 16 | + Hailrake'yi öldür. 17 | - Logout 18 | < "Mercy Mission" (Nessa) 19 | > Submerged Passage 20 | 21 | zone:Mud Flats 22 | +3 görev itemını topla 23 | Sağ üstte nehirdeki yolu aç. 24 | > The Submerged Passage 25 | 26 | zone:Fetid Pool 27 | R,SKIP 28 | Daire şeklinde ilerle herşeyi öldür. 29 | Yan görev yapmamak büyük zaman kazandırır. 30 | 31 | zone:Submerged Passage 32 | +Wp yi al. 33 | > The Coast (wp ile) 34 | 2. Gelişinde; 35 | Köprüyü bul ve portal bırak. 36 | > The Ledge (köprüyü geçtikten sonra) 37 | 3. Gelişinde; 38 | > Flooded Depths 39 | 40 | zone:Flooded Depths 41 | + The Dweller of the Deep'i öldür. 42 | - Logout 43 | < "The Dweller of the Deep" (Tarkleigh) 44 | > The Ledge 45 | 46 | zone:The Ledge 47 | + WP yi al.(merkezde) 48 | > City 49 | > Bıraktığımız portala dön.(Submerged Passage) 50 | 2. gelişinde wpnin yanındaki küçük totemler yönünde git. 51 | > The Climb 52 | 53 | zone:The Climb 54 | Sağ üstte git Navaliyi serbest bırak. 55 | > Lower Prison 56 | 57 | zone:Lower Prison 58 | + Wpyi al. 59 | + Trial'ı tamamla. 60 | > The Upper Prison 61 | 62 | zone:Upper Prison 63 | > The Warden's Quarters 64 | > The Warden's Chambers (Yerdeki kanları takip et) 65 | + Brutusu öldür. 66 | - Logout 67 | < "The Caged Brute" (Tarkleigh) 68 | > Prisoners Gate 69 | 70 | zone:Prisoner's Gate 71 | Yolun çıkıntıya sahip tarafını ara, genellikle sağ tarafta. 72 | > The Ship Graveyard 73 | 74 | zone:Ship Graveyard 75 | + WPyi al. 76 | > Ship Graveyard Cave 77 | + Allflame görev itemını al. 78 | > Ship Graveyard 79 | > Cavern of Wrath 80 | Wp ile geri dönüşünde; 81 | + Kill Fairgraves 82 | - Logout 83 | < "The Marooned Mariner" (Bestel) 84 | > Cavern of Wrath (teleport) 85 | 86 | zone:Cavern of Wrath 87 | + WPyi al 88 | > Ship Graveyard (teleport) 89 | 2. gelişinde; düz ilerle 90 | > The Cavern of Anger 91 | 92 | zone:Cavern of Anger 93 | Yol genelde sağ aşağı doğru. Ruhları takip edebilirsin. Altın yığınları görürsen bossa yaklaştın. 94 | > Merveil's Lair 95 | + Mervel'i öldür. 96 | > The Southern Forest (Act 1 End) -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 10/guide.txt: -------------------------------------------------------------------------------- 1 | G,Ossuary: Trial 2 | B,Vilenta's Vengeance: Passive 3 | B,An End to Hunger: 2x Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 10/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Cathedral Rooftop 2 | > The Cathedral Rooftop 3 | > Cathedral Apex (solda) 4 | + Bannon'ı kurtar kitava şuan burda değil. 5 | - Logout 6 | > The Cathedral Rooftop 7 | Sağ aşağıdan devam et. 8 | > The Ravaged Square 9 | 10 | zone:Ravaged Square 11 | Birçok bölgeye geçiş var. 12 | + İlk olarak sağa doğru wpye ilerle ve al. 13 | > Torched Courts(1) (wpnin aşağı sağında) 14 | 2.gelişinde; 15 | > The Control Blocks(2) (bölgenin sol aşağısında) 16 | 3.gelişinde; 17 | > The Ossuary (wpnin üstü) 18 | 4.gelişinde; 19 | R,Kitava'dan önce labı yapabilirsin. 20 | > The Canals (wpnin sağından) 21 | 22 | zone:Control Blocks 23 | > Arena (boss odası) 24 | + Vilenta'yı öldür(passive) 25 | - Logout. 26 | > The Ravaged Square (wp ile) 27 | 28 | zone:The Ossuary 29 | > The Bone Pits 30 | + Trial tamamla. 31 | - Logout 32 | > The Ravaged Square(wp ile) 33 | G,TRIAL - Dart traps 34 | G,CRAFT - Chaos damage 35 | 36 | zone:Torched Courts 37 | Saat yönünün tersi şeklinde daire çizerek ilerle. 38 | > The Desecrated Chambers 39 | 40 | zone:Desecrated Chambers 41 | + Wp yi al. 42 | Devam et. 43 | > Sanctum of Innocence (boss odası) 44 | + Avarius'u öldür. 45 | - Logout. 46 | > The Ravaged Square (wp ile) 47 | G,CRAFT - Accuracy 48 | 49 | zone:The Reliquary 50 | (Skiple burayı) 51 | Görev itemı genellikle köşelerde bulunur. 52 | 53 | zone:The Canals 54 | Yukarı sola ilerle. 55 | Yolu ve köprüyü görünce takip et. 56 | > The Feeding Trough 57 | 58 | zone:Feeding Trough 59 | Linear, sonuna kadar ilerle 60 | + Sin ile konuş. 61 | > Altar of Hunger 62 | + Kitava'yı öldür. 63 | G,CRAFT - Life/Mana 64 | (Campain bitti. Yazar: @ForeverOflu ) -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 11/guide.txt: -------------------------------------------------------------------------------- 1 | Resistlerini caple. -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 11/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Templar Laboratory 2 | Laboratory sağ üstte. 3 | + Map device'ı bul. 4 | + Kirac ile konuşana kadar bekle. 5 | > Oriath 6 | > Fallen Courts (sağ altta) 7 | 8 | zone:The Fallen Courts 9 | Duvara solunu vererek takip et Dominus' office'i bul. 10 | + Keyi al. 11 | > Oriath 12 | > The Haunted Reliquary (sol alt) 13 | 14 | zone:The Haunted Reliquary 15 | Keyi iki taraftada kullanıp kapının kilidini aç. 16 | Herşeyi öldür. 17 | > Hideout 18 | + Kirac ile konuş. 19 | R,Hideout'un yoksa town'da Helena ile konuşup sahip olabilirsin. -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 2/guide.txt: -------------------------------------------------------------------------------- 1 | The Great White Beast: Quicksilver 2 | G,Crypt: Trial 3 | Through Sacred Ground: JEWEL 4 | G,Chamber of Sins 2: Trial 5 | Bandits: CHOICE 6 | B,Way Forward (Bestel): Passive 7 | -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 3/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crematorium: Trial 2 | B,Victario's Secrets: Passive 3 | G,Catacombs: Trial 4 | B,Piety's Pets: Passive 5 | G,Imperial Gardens: Trial -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 4/guide.txt: -------------------------------------------------------------------------------- 1 | B,Indomitable Spirit: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 4/notes.txt: -------------------------------------------------------------------------------- 1 | zone:The Aqueduct 2 | Yolu takip et. 3 | > Highgate 4 | > The Dried Lake (sol altta) 5 | 6 | zone:Dried Lake 7 | + Voll'u öldür ve görev itemını al. 8 | G,CRAFT - Attack/Cast speed 9 | - Logout. 10 | + Mines girişini tıklayıp aç. 11 | > The Mines Level 1 12 | 13 | zone:Mines Level 1 14 | Yukarı sola git. 15 | > The Mines Level 2 16 | 17 | zone:Mines Level 2 18 | + Deshret’s Spirit'ı özgür bırak (haritada ünlem) 19 | > The Crystal Veins 20 | 21 | zone:Crystal Veins 22 | Aşağı daha sonra sol üstte ilerle. 23 | + Wp yi al. (Towna gidip passive point alabilirsin.) 24 | G,CRAFT - Cold Damage 25 | > Daresso's Dream 26 | 2. gelişinde; 27 | > Kaom's Dream 28 | 3. gelişinde; 29 | + Dialla ile konuş. 30 | > The Belly of the Beast Level 1 31 | 32 | zone:Daresso's Dream 33 | Yukarı sağa ilerle. 34 | > The Grand Arena 35 | 36 | zone:Kaom's Dream 37 | Sonuna kadar git. 38 | > Kaom's Stronghold 39 | 40 | zone:Grand Arena 41 | Wpden aşağı sonra sola git. 3 bossun olduğu odayı bul. 42 | + Bossları öldür. 43 | > The Ring of Blades 44 | + Daresso'yu öldür. Görev itemini al. 45 | - Logout. 46 | > The Crystal Veins(wp ile) 47 | 48 | zone:Kaom's Stronghold 49 | > Caldera of the King 50 | + Kaom'u öldür. Görev itemini lootla. 51 | - Logout. 52 | > The Crystal Veins(wp ile) 53 | 54 | zone:Belly of the Beast Level 1 55 | Yukarı solda çıkış. 56 | > The Belly of the Beast Level 2 57 | 58 | zone:Belly of the Beast Level 2 59 | Yukarı solda çıkış. 60 | > The Bowels of the Beast 61 | + Piety'i öldür.(Beam'e dikkat! Etrafında dön.) 62 | + Öldürkten sonra Piety ile konuş. 63 | > The Harvest 64 | G,CRAFT - Resistance 65 | 66 | zone:The Harvest 67 | + Wp yi al. 68 | Bölgede 3 mini bossu öldürdükten sonra yol açılıyor. 69 | + 3 Boossu öldür görev itemlarını al. 70 | - Logout. 71 | > The Harvest 72 | + Piety ile konuş. 73 | > The Black Core 74 | + Malachai'yi öldür. 75 | - Logout 76 | > The Ascent (sağ üst) 77 | 78 | zone:The Ascent 79 | Yukarı sonra sağa git. 80 | + Resanator'ü aktif et.(act sonu) 81 | > Oriath Portal 82 | G,CRAFT - Ailment, Stun and Curse Mitigation -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 5/guide.txt: -------------------------------------------------------------------------------- 1 | B,Service to Science: Passive 2 | Justicar Casticus: Silver Flask 3 | B,Kitava's Torments: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 5/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Slave Pens 2 | Tüm yolu aşağı in sonra sola dön. 3 | + Overseer Krow’ü öldür. 4 | > Overseer's Tower 5 | < "Return to Oriath" (Lani) 6 | > The Control Blocks 7 | 8 | zone:Control Blocks 9 | Yukarı sola git. 10 | + Experimental supplies'ı bul. Miasmeter' i lootla. 11 | Sağa git bossu bul. 12 | + Justicar Casticus'u öldür. Görev itemını al. 13 | Sağa devam et. 14 | > Oriath Square 15 | 16 | zone:Oriath Square 17 | + Wpyi al. 18 | Yukarı sağ sonra aşağı ilerle. 19 | > Templar Courts Entrance 20 | 21 | zone:Templar Courts 22 | Saat yönünde bölgede daire çiz. 23 | > The Chamber of Innocence 24 | 25 | zone:Chamber of Innocence 26 | Yukarı sola git. Saat yönün tersine spiral şeklinde git. 27 | > The Sanctum of Innocence 28 | + High Templar Avarius’u öldür. 29 | > The Chamber of Innocence 30 | Wpnin yukarısına ilerle. 31 | > The Torched Courts 32 | G,CRAFT - Movement speed 33 | 34 | zone:Torched Courts 35 | Saat yönününün tersine bölgede daire çiz. 36 | > The Ruined Square 37 | 38 | zone:Ruined Square 39 | 3 bölgeye geçiş var. İlk olarak yukarı solda wpyi aç. 40 | > The Ossuary (wpnin üst taradında) 41 | 2. gelişinde; 42 | > The Reliquary (Sol en aşağıda) 43 | 3. gelişinde; 44 | > The Cathedral Rooftop (Sol üst) 45 | 46 | zone:The Ossuary 47 | Saat yönünde layout var. 48 | + Görev itemını bul ve al. 49 | - Logout. 50 | > Ruined Square (wp ile) 51 | G,CRAFT - Physical damage 52 | 53 | zone:The Reliquary 54 | 3 köşeden görev itemı topla. 55 | - Logout. 56 | > Ruined Square (wp ile) 57 | G,CRAFT - Accuracy 58 | 59 | zone:Cathedral Rooftop 60 | Kitava'yı öldürmeden Lab yapabilirsin. 61 | Sol üst tarafa ilerle. 62 | > The Cathedral Apex 63 | + Kitava'yı öldür (act sonu) 64 | > Sail to Wraeclast -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 6/guide.txt: -------------------------------------------------------------------------------- 1 | Fallen from Grace: 2x Respec 2 | B,Father of War: Passive 3 | G,Prison: Trial 4 | B,Cloven One: Passive 5 | B,Puppet Mistress: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 6/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Twilight Strand 2 | + Bölgeyi temizle. 3 | Lilly'nin gem dükkanını açar. 4 | < "Fallen from Grace" (Lilly) 5 | > The Coast 6 | 7 | zone:The Coast 8 | Sağ üste doğru git. 9 | > The Mud Flats 10 | 11 | zone:Tidal Island 12 | R,Zaman kazanmak için bu bölgeyi skiple. 13 | 14 | zone:Mud Flats 15 | Yukarı veya sağa doğru git. 16 | + Bossu öldür ve anahtarı al. 17 | Bu anahtar ile sol tarafta bölge girişini aç. 18 | > The Karui Fortress 19 | 20 | zone:Karui Fortress 21 | Sağ taraftan git. 22 | > Tukohama's Keep 23 | + Tukohama'yı öldür(Pantheon) 24 | > The Karui Fortress 25 | Yukarı devam et. 26 | > The Ridge 27 | G,CRAFT - Defences 28 | 29 | zone:The Ridge 30 | Sağ düz devam et, yol sonunda yukarı sola dön. 31 | > The Lower Prison 32 | 33 | zone:Lower Prison 34 | + Trial tamamla. 35 | > Shavronne's Tower 36 | G,CRAFT - Double resistance 37 | 38 | zone:Shavronne's Tower 39 | 4 mini zone, merdivenler ile ilerle. 40 | > Prison Rooftop 41 | + Shavronne and Brutus'u öldür(pantheon) 42 | > The Warden's Chambers 43 | > The Prisoner's Gate 44 | G,CRAFT - Spell damage 45 | 46 | zone:Prisoner's Gate 47 | Aşağıya doğru ilerle. 48 | > Valley of the Fire Drinker 49 | + Aberrath'ı öldür. (Pantheon) 50 | Yolu takip et. 51 | > The Western Forest 52 | 53 | zone:The Riverways 54 | Waypointi bulana kadar yolu takip et. 55 | + Wpyi al. 56 | > The Wetlands (wp yukarısında.) 57 | 2. gelişinde; 58 | Wpden devam et. 59 | > The Southern Forest 60 | 61 | zone:The Wetlands 62 | Yukarı sola ilerle. 63 | > The Spawning Ground 64 | + Ryslatha'yı öldür(pantheon) 65 | - Logout. 66 | > The Riverways(wp ile) 67 | 68 | 69 | zone:Western Forest 70 | Yolu takip et. 71 | > The Riverways 72 | G,CRAFT - Attributes 73 | 74 | zone:Southern Forest 75 | Sağda duvarı takip ederek aşağıya in. 76 | + Wpyi al. 77 | > The Cavern of Anger 78 | 79 | zone:Cavern of Anger 80 | + Flag Chesti aç ve görev itemini al(girişte) 81 | > Passage 82 | 2 layout. Ya sağa doğru git yada aşağı doğru git. 83 | > The Beacon 84 | 85 | zone:The Beacon 86 | Kısayolu takip et. 87 | + Taşlara eşlik et. 88 | + Weylam ile konuş. 89 | > Sail to The Brine King's Reef 90 | G,CRAFT - Life/Mana 91 | 92 | zone:Brine King's Reef 93 | Yolu takip et. 94 | > The Brine King's Throne 95 | + The Brine King'i öldür.(pantheon) 96 | + Weylam ile konuş. 97 | > Sail to Act 7 (Act sonu) -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 7/guide.txt: -------------------------------------------------------------------------------- 1 | G,Crypt: Trial 2 | G,Chamber of Sins 2: Trial 3 | The Silver Locket: Utility Flask 4 | B,A Million Faces: Passive 5 | B,Queen of Despair: Passive 6 | B,Kishara's Star: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 7/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Broken Bridge 2 | Çıkışa kadar yolu takip et. 3 | > The Crossroads 4 | 5 | zone:The Crossroads 6 | Sola doğru git 7 | + Waypointi al. (önemli) 8 | Wpden aşağıya ilerle. 9 | > The Fellshrine Ruins(1) 10 | 2. gelişinde; 11 | Wpden yukarıya ilerle. 12 | > The Chamber of Sins Level 1(2) 13 | 14 | zone:Fellshrine Ruins 15 | Yolu takip edip aşağı sağa git. Sonrasında sağ üstte çık. 16 | > The Crypt 17 | 18 | zone:The Crypt 19 | + Trial tamamla. 20 | Daha sonra merdivenler ile ilerle. 21 | > The Crypt 2 22 | + Addonu manual olarak Crypt 2'ye çevir. 23 | G,CRAFT - Damage over time 24 | 25 | zone:The Crypt 2 26 | + Görev itemini bul(map). 27 | - Logout. 28 | > The Crossroads 29 | 30 | zone:Chamber of Sins Level 1 31 | Bölgenin ortasına git. 32 | + Wp yi al. 33 | + Map device ile mapi aç. 34 | > Maligaro's Sanctum 35 | Geri döndüğünde; 36 | + Silk ile konuşup anahtarları al. 37 | Wpnin yakın olduğu yoldan devam et. 38 | > The Chamber of Sins Level 2 39 | G,CRAFT - Lightning damage 40 | 41 | zone:Maligaro's Sanctum 42 | Köşeleri takip et, köprüyü geçip ilerle. 43 | > Maligaro's Workshop (boss alanı) 44 | + Bossu öldürdürüp görev itemını al. 45 | + Portal aç. 46 | > The Chamber of Sins Level 1 47 | 48 | zone:Chamber of Sins Level 2 49 | + Trial tamamla. (sol tarafta) 50 | Sağ üstte git. 51 | > The Den 52 | G,CRAFT - Mana regen 53 | 54 | zone:The Den 55 | Düz layout. 56 | > The Ashen Fields 57 | 58 | zone:Ashen Fields 59 | Sol yolu takip et wp yakın. 60 | > The Fortress Encampment 61 | + Greustu öldür. 62 | > The Northern Forest 63 | 64 | zone:Northern Forest 65 | + Wp yi al. 66 | Yukarı sol köşeyi takip ederek ilerle 67 | > The Dread Thicket(1) 68 | 2. gelişinde; 69 | Sağ üstte çık. 70 | > The Causeway(2) 71 | 72 | zone:Dread Thicket 73 | + Tüm Firefly ları topla. 74 | > The Den Despair (boss alanı) 75 | + Gruthkul'u öldür (passive) 76 | - Logout. 77 | > The Northern Forest (wp ile) 78 | G,CRAFT - Fire damage 79 | 80 | zone:The Causeway 81 | Yukarı sağa git. 82 | + Bölgeden çıkmadan önce Kishara’s Lockbox'ı lootla. 83 | > The Vaal City 84 | G,CRAFT - Cold damage 85 | 86 | zone:Vaal City 87 | Kalın duvarları takip et. 88 | + Wpyi açıp Yeena ile konuş. 89 | > The Temple of Decay 90 | 91 | zone:Temple of Decay 92 | Oldukça uzun layout merdivenler ile boss alanına kadar ulaş. 93 | > The Temple of Decay Level 2 94 | > Arakaali's Web 95 | + Arakaali yi öldür.(pantheon) 96 | > The Sarn Ramparts (act sonu) 97 | G,CRAFT - Chaos Damage -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 8/guide.txt: -------------------------------------------------------------------------------- 1 | B,Love is Dead: Passive 2 | B,Gemling Legion: Passive 3 | Wings of Vastiri: Efficiency 4 | G,Bath House: Trial 5 | B,Reflection of Terror: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 9/guide.txt: -------------------------------------------------------------------------------- 1 | Storm Blade: Linked Weapon 2 | B,Queen of the Sands: Passive 3 | G,Tunnel: Trial 4 | B,Ruler of Highgate: Passive -------------------------------------------------------------------------------- /builds/Notes/Turkish/Act 9/notes.txt: -------------------------------------------------------------------------------- 1 | zone:Blood Aqueduct 2 | > Highgate 3 | > The Descent (yukarı sağ) 4 | 5 | zone:The Descent 6 | > Supply Hoist 7 | > Supply Hoist 8 | > The Vastiri Desert 9 | 10 | zone:Vastiri Desert 11 | Sağa doğru ilerle 12 | + Wp yi aç.(bölgenin ortasında) 13 | Wpden sağa doğru git kum fırtınasını bul. 14 | + Portal ile dönüp Sin den görev itemini al. 15 | > Vastiri Desert (portal ile geri dön) 16 | > The Oasis 17 | 2. gelişinde; 18 | Yukarı doğru git. 19 | > The Foothills 20 | G,CRAFT - Attack/Cast speed 21 | 22 | zone:The Oasis 23 | > The Sand Pit (boss odası) 24 | + Shakari'yi öldür(Pantheon) 25 | - Logout. 26 | > The Vastiri Desert (wp ile) 27 | 28 | zone:The Foothills 29 | Yukarı sağa ilerle. 30 | + Wpyi aç. 31 | > The Boiling Lake (wpnin sağında) 32 | 2. gelişinde; 33 | Sol yukarıya ilerle. 34 | > The Tunnel 35 | 36 | zone:Boiling Lake 37 | Bölgenin yukarısına git. 38 | Taştan heykellerin olduğu yerde boss. 39 | + The Basilisk'i öldür. Görev itemını al. 40 | - Logout. 41 | > The Foothills 42 | G,CRAFT - Spell damage 43 | 44 | zone:The Tunnel 45 | + Trial tamamla(yol üzerinde) 46 | + Wp yi al. 47 | > The Quarry (yukarıda) 48 | G,CRAFT - All attributes 49 | 50 | zone:The Quarry 51 | + Wpyi aç (bölgenin ortasında) 52 | Sol aşağıya ilerle. 53 | > Shrine of The Winds(2) 54 | + Garukhan'ı öldür(Pantheon)(passive) 55 | - Logout. 56 | > The Quarry(wp ile) 57 | Sağ yukarıya doğru ilerle. 58 | > The Refinery 59 | Son gelişinde; 60 | Sinle konuşup wp yanındaki girişi aç. 61 | > The Belly of the Beast 62 | G,CRAFT - Physical damage 63 | 64 | zone:The Refinery 65 | Sağ üste ilerle(yerdeki yolları takip edebilirsin.) 66 | + General Adus'u öldür. 67 | + Açılan kapıdan görev itemini al. 68 | - Logout. 69 | > The Quarry (wp ile) 70 | 71 | zone:Belly of the Beast 72 | > The Rotting Core 73 | 74 | zone:Rotting Core 75 | Yukarı sola ilerle. 76 | > The Black Heart 77 | + 3 portaldanda girip bosslarını kes ve geri dön. 78 | Son olarak Sin ile konuşup ortayı aç. 79 | > The Black Heart 80 | + The Depraved Trinity'i öldür. 81 | + Lilly ile konuş 82 | > Sail back to Oriath (act sonu) 83 | > Cathedral Rooftop -------------------------------------------------------------------------------- /icons/gear.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/icons/gear.ico -------------------------------------------------------------------------------- /icons/lvlG.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/icons/lvlG.ico -------------------------------------------------------------------------------- /icons/refresh.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/icons/refresh.ico -------------------------------------------------------------------------------- /icons/x.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/icons/x.ico -------------------------------------------------------------------------------- /images/Act 1/Cavern of Anger_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Cavern of Anger_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Cavern of Anger_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Cavern of Anger_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Cavern of Wrath_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Cavern of Wrath_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Cavern of Wrath_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Cavern of Wrath_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Cavern of Wrath_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Cavern of Wrath_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Flooded Depths_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Flooded Depths_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Flooded Depths_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Flooded Depths_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Flooded Depths_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Flooded Depths_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Lower Prison_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Lower Prison_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Lower Prison_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Lower Prison_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Lower Prison_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Lower Prison_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Lower Prison_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Lower Prison_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 1/Mud Flats_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Mud Flats_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Mud Flats_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Mud Flats_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Prisoner's Gate_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Prisoner's Gate_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Prisoner's Gate_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Prisoner's Gate_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Prisoner's Gate_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Prisoner's Gate_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Prisoner's Gate_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Prisoner's Gate_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 1/Ship Graveyard_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Ship Graveyard_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Ship Graveyard_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Ship Graveyard_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Ship Graveyard_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Ship Graveyard_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Ship Graveyard_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Ship Graveyard_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 1/Submerged Passage_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Submerged Passage_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Submerged Passage_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Submerged Passage_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Submerged Passage_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Submerged Passage_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/The Climb_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/The Climb_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/The Climb_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/The Climb_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/The Coast_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/The Coast_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/The Coast_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/The Coast_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/The Coast_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/The Coast_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Upper Prison_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Upper Prison_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 1/Upper Prison_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Upper Prison_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 1/Upper Prison_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Upper Prison_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 1/Upper Prison_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Upper Prison_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 1/Upper Prison_Seed_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 1/Upper Prison_Seed_5.jpg -------------------------------------------------------------------------------- /images/Act 10/Desecrated Chambers_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 10/Desecrated Chambers_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 10/Ravaged Square_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 10/Ravaged Square_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 10/Torched Courts_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 10/Torched Courts_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/Chamber of Sins Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Chamber of Sins Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/Chamber of Sins Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Chamber of Sins Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 2/Chamber of Sins Level 1_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Chamber of Sins Level 1_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 2/Chamber of Sins Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Chamber of Sins Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/The Caverns_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/The Caverns_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/The Caverns_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/The Caverns_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 2/The Caverns_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/The Caverns_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 2/The Caverns_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/The Caverns_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 2/Vaal Ruins_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Vaal Ruins_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/Vaal Ruins_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Vaal Ruins_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 2/Vaal Ruins_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Vaal Ruins_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 2/Weaver's Chambers_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Weaver's Chambers_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/Weaver's Chambers_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Weaver's Chambers_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 2/Weaver's Chambers_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Weaver's Chambers_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 2/Wetlands_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Wetlands_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 2/Wetlands_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Wetlands_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 2/Wetlands_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 2/Wetlands_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/Ebony Barracks_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Ebony Barracks_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/Ebony Barracks_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Ebony Barracks_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/Imperial Gardens_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Imperial Gardens_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/Lunaris Temple Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Lunaris Temple Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/Lunaris Temple Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Lunaris Temple Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/Lunaris Temple Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Lunaris Temple Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/Lunaris Temple Level 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Lunaris Temple Level 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/Solaris Temple Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Solaris Temple Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/Solaris Temple Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Solaris Temple Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/Solaris Temple Level 1_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Solaris Temple Level 1_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/Solaris Temple Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Solaris Temple Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/Solaris Temple Level 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Solaris Temple Level 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/Solaris Temple Level 2_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/Solaris Temple Level 2_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/The Battlefront_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Battlefront_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/The Battlefront_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Battlefront_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/The Crematorium_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Crematorium_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/The Crematorium_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Crematorium_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/The Crematorium_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Crematorium_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/The Crematorium_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Crematorium_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 3/The Crematorium_Seed_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Crematorium_Seed_5.jpg -------------------------------------------------------------------------------- /images/Act 3/The Docks_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Docks_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/The Docks_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Docks_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/The Docks_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Docks_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/The Docks_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Docks_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 3/The Marketplace_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Marketplace_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/The Marketplace_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Marketplace_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/The Marketplace_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Marketplace_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/The Marketplace_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Marketplace_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 3/The Marketplace_Seed_5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Marketplace_Seed_5.jpg -------------------------------------------------------------------------------- /images/Act 3/The Sewers_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Sewers_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/The Slums_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Slums_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 3/The Slums_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Slums_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 3/The Slums_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Slums_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 3/The Slums_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 3/The Slums_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 1_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 1_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 1_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 1_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 4/Belly of the Beast Level 2_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Belly of the Beast Level 2_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 4/Crystal Veins_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Crystal Veins_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Crystal Veins_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Crystal Veins_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 4/Crystal Veins_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Crystal Veins_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 4/Dried Lake_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Dried Lake_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Dried Lake_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Dried Lake_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 4/Dried Lake_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Dried Lake_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 4/Kaom's Dream_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Kaom's Dream_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Kaom's Stronghold_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Kaom's Stronghold_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Mines Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Mines Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Mines Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Mines Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 4/Mines Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Mines Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/Mines Level 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Mines Level 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 4/Mines Level 2_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Mines Level 2_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 4/Mines Level 2_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/Mines Level 2_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 4/The Ascent_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/The Ascent_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 4/The Harvest_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 4/The Harvest_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Chamber of Innocence_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Chamber of Innocence_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Control Blocks_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Control Blocks_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Oriath Square_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Oriath Square_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Ruined Square_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Ruined Square_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Slave Pens_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Slave Pens_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Slave Pens_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Slave Pens_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 5/Templar Courts_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Templar Courts_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/The Ossuary_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/The Ossuary_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/The Reliquary_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/The Reliquary_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 5/Torched Courts_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 5/Torched Courts_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Brine King's Reef_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Brine King's Reef_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Brine King's Reef_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Brine King's Reef_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/Cavern of Anger_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Cavern of Anger_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Cavern of Anger_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Cavern of Anger_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/Karui Fortress_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Karui Fortress_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Lower Prison_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Lower Prison_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Lower Prison_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Lower Prison_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/Lower Prison_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Lower Prison_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 6/Lower Prison_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Lower Prison_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 6/Mud Flats_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Mud Flats_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Mud Flats_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Mud Flats_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/Prisoner's Gate_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Prisoner's Gate_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/Prisoner's Gate_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Prisoner's Gate_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/Prisoner's Gate_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/Prisoner's Gate_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 6/The Coast_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Coast_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/The Coast_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Coast_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/The Coast_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Coast_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 6/The Coast_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Coast_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 6/The Ridge_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Ridge_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 6/The Ridge_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Ridge_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 6/The Riverways_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 6/The Riverways_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/Chamber of Sins Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/Chamber of Sins Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/Chamber of Sins Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/Chamber of Sins Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 7/Chamber of Sins Level 1_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/Chamber of Sins Level 1_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 7/Chamber of Sins Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/Chamber of Sins Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crossroads_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crossroads_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crypt 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crypt 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crypt 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crypt 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crypt 2_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crypt 2_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crypt_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crypt_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crypt_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crypt_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 7/The Crypt_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Crypt_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 7/The Den_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Den_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 7/The Den_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Den_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 7/The Den_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Den_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 7/The Den_Seed_4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/The Den_Seed_4.jpg -------------------------------------------------------------------------------- /images/Act 7/Vaal City_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 7/Vaal City_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Bath House_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Bath House_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Bath House_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Bath House_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Doedre's Cesspool_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Doedre's Cesspool_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Doedre's Cesspool_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Doedre's Cesspool_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Doedre's Cesspool_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Doedre's Cesspool_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 8/Grain Gate_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Grain Gate_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Grain Gate_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Grain Gate_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Concourse_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Concourse_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Concourse_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Concourse_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Temple Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Temple Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Temple Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Temple Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Temple Level 1_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Temple Level 1_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Temple Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Temple Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Lunaris Temple Level 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Lunaris Temple Level 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Solaris Temple Level 1_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Solaris Temple Level 1_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Solaris Temple Level 1_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Solaris Temple Level 1_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Solaris Temple Level 2_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Solaris Temple Level 2_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Solaris Temple Level 2_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Solaris Temple Level 2_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/The Quay_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/The Quay_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/The Quay_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/The Quay_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 8/Toxic Conduits_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Toxic Conduits_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 8/Toxic Conduits_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 8/Toxic Conduits_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 9/Belly of the Beast_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/Belly of the Beast_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/Belly of the Beast_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/Belly of the Beast_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 9/Belly of the Beast_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/Belly of the Beast_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 9/The Descent_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Descent_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/The Foothills_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Foothills_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/The Oasis_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Oasis_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/The Oasis_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Oasis_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 9/The Quarry_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Quarry_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/The Refinery_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Refinery_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/The Tunnel_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Tunnel_Seed_1.jpg -------------------------------------------------------------------------------- /images/Act 9/The Tunnel_Seed_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Tunnel_Seed_2.jpg -------------------------------------------------------------------------------- /images/Act 9/The Tunnel_Seed_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/The Tunnel_Seed_3.jpg -------------------------------------------------------------------------------- /images/Act 9/Vastiri Desert_Seed_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/Act 9/Vastiri Desert_Seed_1.jpg -------------------------------------------------------------------------------- /images/atlas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/atlas.png -------------------------------------------------------------------------------- /images/cheatsheets/Betrayal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/cheatsheets/Betrayal.png -------------------------------------------------------------------------------- /images/cheatsheets/Heist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/cheatsheets/Heist.png -------------------------------------------------------------------------------- /images/cheatsheets/Incursion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/images/cheatsheets/Incursion.png -------------------------------------------------------------------------------- /images/gems/readme.txt: -------------------------------------------------------------------------------- 1 | This folder will auto populate with gems when you run the script. You will probably need Admin privileges to download them. -------------------------------------------------------------------------------- /previews/LevelingGuidePreview1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/LevelingGuidePreview1.png -------------------------------------------------------------------------------- /previews/LevelingGuidePreview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/LevelingGuidePreview2.png -------------------------------------------------------------------------------- /previews/LevelingGuidePreview3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/LevelingGuidePreview3.png -------------------------------------------------------------------------------- /previews/LevelingGuidePreview4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/LevelingGuidePreview4.png -------------------------------------------------------------------------------- /previews/LevelingGuidePreview5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/LevelingGuidePreview5.png -------------------------------------------------------------------------------- /previews/LevelingGuidePreview6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/LevelingGuidePreview6.png -------------------------------------------------------------------------------- /previews/Nexus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/Nexus.png -------------------------------------------------------------------------------- /previews/Overview_for_Path_of_Exile_Leveling_Guide_Overlay.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/JusKillmeQik/PoE-Leveling-Guide/1d6f487e7c3da8707aeb3b5136f8175c82de7b2a/previews/Overview_for_Path_of_Exile_Leveling_Guide_Overlay.gif --------------------------------------------------------------------------------