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...
You're on your own, partner. (Too many, or zero, matches for skill, "McHugeLarge Avalanche", macro aborted.)
Click here to continue in the relay browser.
> ash have_skill($skill[McHugeLarge Avalanche])
Returned: true
> ash get_property("_mcHugeLargeAvalancheUses")
Returned: 3
Have the...
I suspect this is related to the recent changes to handling of shops/coinmasters.
Searching for "karma shawarma"...
Search complete.
Purchasing karma shawarma (37 @ 7 Coins-spiracy)...
Visiting the The SHAWARMA Initiative...
You acquire an item: karma shawarma
The SHAWARMA Initiative...
Spoke too soon. Furniture (stuff inside your housing that shows when you click the magnifying glass) isn't being recognised.
> ash get_campground()
Returned: aggregate int [item]
meat golem => 1
Dramatic™ range => 1
Queue Du Coq cocktailcrafting kit => 1
chef-in-the-box => 1...
Looking at the VIP room HTML
<center><table width=95% cellspacing=0 cellpadding=0><tr><td style="background-color: blue" align=center ><b style="color: white">Clan VIP Lounge (Ground Floor)</b></td></tr>
It looks like the addition of style="color: white" to the bold tag is causing the issue...
There have been changes to the HTML KoL returns which are causing lots of things to not parse correctly e.g.
Choice adventures have blank Encounter titles.
[1467930] An Overgrown Shrine (Northeast)
Preference lastEncounter changed from Kingdom-Wide Ballot to
Encounter:
Submitting option 4 for...
Running Normal Avant Guard, this happened
[414] The Battlefield (Frat Uniform)
Preference lastEncounter changed from War Hippy Naturopathic Homeopath to horrible tourist family acting as the bodyguard to a War Hippy Homeopath
Encounter: horrible tourist family acting as the bodyguard to a War...
Could not find a known, usable skill of yours uniquely matching "1 Rest upside down"
> version
KoLmafia r28080
Steps to reproduce:
run the following:
while (get_property("_batWingsRestUsed").to_int() < 11) {
use_skill(1, $skill[rest upside down]);
}
@gausie