Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Jiiks/PoeLeveler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple app for helping leveling in Path of Exile.

Copy the images to your build dir. Add your own step images in there.

If you want different hotkeys then compile it with your own hotkeys for now.

Create a route.json in the root dir and add your route there.

Something like:

[
	{
		"id": "Start",
		"passives": "step1.png",
		"regex": "b-b-|-b-b|b-.-b|b-b|nne|r-.-b|b-r-|g-b-r|g-r|r-g",
		"links": ["BBB", "BBBB", "RGB", "GBB"],
		"steps": [
			"Get rolling magma from Hillock reward, replace fireball.",
			"Go mud flats, submerged passage wp back to Hailrake"
		]
	},
	{
		"id": "Step2",
		"passives": "step1.png",
		"regex": "b-b-|-b-b|b-.-b|b-b|nne|r-.-b|b-r-|g-b-r|g-r|r-g",
		"links": ["BBB", "BBBB", "RRR", "GBB"],
		"steps": [
			"Get ele prolif, flame wall and frostblink as rewards, buy holy flame totem and goat horns.",
			"Run to prison and do dweller at wp."
		]
	},
	{
		"id": "Step3",
		"passives": "step1.png",
		"regex": "b-b-|-b-b|b-.-b|b-b|nne|r-.-b|b-r-|g-b-r|g-r|r-g",
		"links": ["BBB", "GGGG", "RGB", "GBB"],
		"steps": [
			"Buy gear, coral/sapphire rings, flasks, goat horns, etc.",
			"Kill Brutus"
		]
	}
]

Ignore the horrible code and bad practices this was made in 20 minutes.

image

About

Simple app for helping leveling in Path of Exile

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages