Fails for me
> cast 3 sweat out
Could not find a known, usable skill of yours uniquely matching "3 sweat out"
Putting on designer sweatpants...
Equipment changed.
> cast 3 sweat out
Could not find a known, usable skill of yours uniquely matching "3 sweat out"
Same. Been running r28541 for a week so I expect this is caused by KoL.
Code I was running is
while (my_inebriety() > 0 && get_property("sweat").to_int() > 24 && get_property("_sweatOutSomeBoozeUsed").to_int() < 3) {
use_skill(1, $skill[Sweat Out Some Booze]);
}
I think this has to do with the Habitats skill. It looks like things which were previously in the KoL queue on day x due to being Habitated are removed from the KoL queue on subsequent days. But they're still in the $location.combat_queue.
I need to test it more but I'm seeing this happen more...
Looks like it failed for me the second time my script tried to use Fiesta Exit.
First time it worked without issue
equip acc2 Cincho de Mayo
cast 1 Cincho: Fiesta Exit
Preference noncombatForcerActive changed from false to true
Preference _cinchUsed changed from 0 to 60
Preference...
use_skill(1, $skill[Cincho: Fiesta Exit]);
fails with
Could not find a known, usable skill of yours uniquely matching "1 Cincho: Fiesta Exit"
Skills from the designer sweatpants are also failing similarly according to other users running autoscend (I haven't hit that myself as I haven't run...
Took a while but I got one. See attached.
Comparing it with kolmafia\test\root\request\test_fight_potted_plant.html it looks like the <p> has been lost.
Apologies I didn't look before I posted.
My accounts are done for the day but I will grab the HTML after rollover (assuming my browser lets me, clicking view frame source resubmits fight.php so I have to use inspect to see the current page).
I noticed _carnivorousPottedPlantWins never incrementing despite having it equipped for 800+ turns.
Checking the session log, it's just not being tracked when it activates.
I suspect the issue is the activation text isn't enclosed in a tag
the text hasn't changed but maybe a KoL change has...