Malibu Stacey
Active member
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.
Clan VIP room contents aren't being parsed so stuff like
Fails with
Likely lots of other issues too but these are the ones I have noticed thus far. Many scripts are failing due to knock on effects from these issues.
This is likely a side effect of the new Crimbo content being pushed to live.
Choice adventures have blank Encounter titles.
Code:
[1467930] An Overgrown Shrine (Northeast)
Preference lastEncounter changed from Kingdom-Wide Ballot to
Encounter:
Submitting option 4 for choice 785
Encounter:
Preference _candyCaneSwordOvergrownShrine changed from false to true
Code:
if (!get_property("_floundryItemCreated").to_boolean()) {
create(1, $item[carpe]);
}
Code:
Your current clan does not have a Floundry.
Likely lots of other issues too but these are the ones I have noticed thus far. Many scripts are failing due to knock on effects from these issues.
This is likely a side effect of the new Crimbo content being pushed to live.