taltamir / ttpack

A collection of KoL scripts by taltamir
MIT License
4 stars 0 forks source link

Unhandled choiceAdventure1341 #34

Closed magus-prime closed 3 years ago

magus-prime commented 3 years ago

`[1969] The Overgrown Lot Encounter: A Pound of Cure Manual control requested for choice #1341 choice 1: Transfuse the pygmy blood (cure patient) Click here to continue in the relay browser.

Stack trace:   at guzzlr_deliverLoop (guzzlr.ash:750)   at guzzlr_deliver (guzzlr.ash:774)   at guzzlr_aftercore (guzzlr.ash:791)   at main (guzzlr.ash:842) printStackOnAbort => false afterAdventureScript => scripts\BestBetweenBattle.ash breakableHandling => 1 choiceAdventureScript => currentMood => default maximizerCombinationLimit => 200000 promptAboutCrafting => 1`

taltamir commented 3 years ago

is it possible to encounter this if you do not have the cure item?

Looking at wiki https://kol.coldfront.net/thekolwiki/index.php/A_Pound_of_Cure as well as your log I get the impression that the only option is choice 1. this makes it very easy to implement, as we just need to always click 1 without checks. Implemented it this way. let me know if this works or not.

magus-prime commented 3 years ago

Might as well mark it as fixed. In several weeks of running your script I haven't encountered this issue before.