Dwarven Factory - Factory puzzle solver

floww

New member
I get an error when I use this script.

"Delivery Service quest completed.
Commencing Dwarven Factory Complex puzzle...


Getting the laminated cards and the punchcard...

Hopper check...

Selecting outfit item and identifying it's word rune...
Dwarvish War Helmet selected.

Visit to McLarge: Dwarven Factory Warehouse in progress...

[7357] Dwarven Factory Warehouse
You acquire an item: dwarf bread

Conditions not satisfied after 1 adventure."

my options are set as

boolean delivery_quest = true;
boolean puzzle = true;
boolean buyore = true;

I've already tried changing these options a bunch of times and rerunning the script. Everytime I do it costs an adventure though, and I've wasted about 30 >_>. Can anyone help?
 

Jatopian

Member
The script stops, but it wastes all your adventures? Could you paste some gCLI output?
Ah, sorry, by the time I saw your post I had just manually assembled all the materials needed and without any need to acquire materials the script worked.
 
I can't get mine to work now for some reason this asc. Here is my GCLI:

> call scripts/miner.ash

Sufficient ore on hand. No mining required.

> conditions clear

Conditions list cleared.


> call scripts/miner.ash

Sufficient ore on hand. No mining required.
 

Bale

Minion
What version of KoLmafia are you using?

What happens when you type in the cli:
get trapperOre
 
Top