Skip to content

Legends of Idleon Blunder Hills Pack Mule Crafter tool 2023 update

Notifications You must be signed in to change notification settings

OutsmartinTech/craft-pack-mule

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Legends of Idleon Blunderhills Pack Mule Crafter

This tool is used to determine various recipe combinations used to complete the Blunderhills Pack Mule Crafter task.

Up to date with Version 1.06
Task Tier Supported: 10
Last Updated: Dec 29, 2020 10:52:00 CST
UPDATING IN PROGRESS, NOT COMPLETE!

Special Thanks

AlienC4#5271 Big Coight#4453 Deerjump#3003

For helping parse recipe data.

Default Locked Recipes

The following recipes are currently considered locked, either due to actually being uncraftable or my working on how to handle its recipe correctly.

Party Hat, Anvil Tab 2, Golden Peanut, Blunderhills NPC Completion Token, Blunder Skills Completion Token,
Blunderhills Misc Completion Token, Easy Blunderhills NPC Token, Med Blunderhills NPC Token,
Hard Blunderhills NPC Token, Amarok Helmet, Amarok Bodyplate, Amarok Hinds, Amarok Paws, Gold Pickaxe,
Golden Axe, Anvil Tab 3, Empty Box

How to use

Make sure to check the appropriate config files listed below, to make sure everything is set up correctly.

Setting Task Tier After hitting run, you will be prompted to say which tier of the task you are currently on. See example below on how to input:

What tier of the task are you on (1-10):
3

Adding Capacities

After hitting run, you will be prompted in the console to add in your inventory slots and carry capacities. See pictures ( s1.PNG and s2.PNG ) for values to use, and see example below on how to input capacities:

Capacities (Slots, Materials, Mining, Fishing, Foods, Chopping, Bugs):
39 491 150 75 375 431 75

No Recipes Showing

This probably means you don't have the carry capacity to craft any combination of recipes. The following inputs can handle Tier 10 of the task:

What tier of the task are you on (1-10):
3
Capacities (Slots, Materials, Mining, Fishing, Foods, Chopping, Bugs):
1000 10000 10000 10000 10000 10000 10000

File: recipes.py By default, the script will assume you can use all recipes. To set a recipe to be uncraftable, update the line to reflect the change with the following format:

Recipe Unlocked Wooden Spear ( line 2 )

"Wooden Spear": ("wpn",True,[("S...

Recipe Locked Wooden Spear ( line 2 )

"Wooden Spear": ("wpn",False,[("S...

Notice the False included in the locked recipe. That is the only value you will change to make a recipe locked.

About

Legends of Idleon Blunder Hills Pack Mule Crafter tool 2023 update

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%