That needs to go to a bug report in that section of the forums
// Make sure that KoL currently allows the chosen choice
if ( !ChoiceUtilities.optionAvailable( decision, request.responseText ) )
{
KoLmafia.updateDisplay( MafiaState.ABORT, "Requested choice (" + decision + ") for choice #" + choice + " is not currently available." );
ChoiceCommand.printChoices();
request.showInBrowser( true );
return;
}
I apologize, I was sure I put it under bug reports, my bad there.(He filed it under Community Support or something and I moved it.)
I do 1 turn in lamp factory so mafia auto selects it for adventure. Then I set choice adv in GUI to convert to full lava bottle, then I hit begin button.Actually, we already do that. In ChoiceManager.processChoiceAdventure:
So, I require further info. You say "mafia will go into an infinite loop of trying to click that button and failing".Code:// Make sure that KoL currently allows the chosen choice if ( !ChoiceUtilities.optionAvailable( decision, request.responseText ) ) { KoLmafia.updateDisplay( MafiaState.ABORT, "Requested choice (" + decision + ") for choice #" + choice + " is not currently available." ); ChoiceCommand.printChoices(); request.showInBrowser( true ); return; }
What were you doing? Adventuring via the GUI? Running a script? Clicking "auto" when you encounter the choice in the Relay Browser?
crystaline light bulb + insulated wire + heat-resistant sheet meta...
does not actually trigger infinite loop because clicking on it without the materials skips adventure.
1,970 carat gold -> thin gold wire
confirmed infinite loop
new age healing crystal -> empty lava bottle
confirmed infinite loop
glowing new age healing crystal -> crystaline light bulb
confirmed infinite loop
colored globs and fuse do not require any mats so they can't fail.
Use the glob dyer
You don't have any globs. Well, you don't have any appropriate globs.
With viscous lava globs leads to Dyer Maker
Yes that is what I meant, sorry for unclear explanation.What do you mean "skips adventure"? exits the choice?
Thank you, I will give it a test and if there are any issue I will provide debug results, after rollover.Try revision 19428
Alright, I tested it. All 4 options that caused an infinite loop before now just exit the adventure instead. So no more infinite loop there.Try revision 19428