1999 calendar challenge progression broken #2255

Closed
opened 2025-06-22 18:15:22 -07:00 by ricochet · 2 comments

doing a challenge progressed to the next challenge, but did not progress the calendar itself, this was after a season change

"CalendarProgress": {
  "Version": 19,
  "Iteration": 6,
  "YearProgress": {
    "Upgrades": []
  },
  "SeasonProgress": {
    "SeasonType": "CST_FALL",
    "LastCompletedDayIdx": -1,
    "LastCompletedChallengeDayIdx": 0,
    "ActivatedChallenges": [
      "CalendarKillTechrotEnemiesWithMeleeEasy"
    ]
  }
}
doing a challenge progressed to the next challenge, but did not progress the calendar itself, this was after a season change ```json "CalendarProgress": { "Version": 19, "Iteration": 6, "YearProgress": { "Upgrades": [] }, "SeasonProgress": { "SeasonType": "CST_FALL", "LastCompletedDayIdx": -1, "LastCompletedChallengeDayIdx": 0, "ActivatedChallenges": [ "CalendarKillTechrotEnemiesWithMeleeEasy" ] } } ```
Owner

Hmm, I think the client is supposed to report CalendarProgress for this?

Hmm, I think the client is supposed to report `CalendarProgress` for this?
Sainan added the
question
label 2025-06-22 19:37:20 -07:00
Owner

Yeah, from missionInventoryUpdate:

  CalendarProgress: [
    {
      challenge: '/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithMeleeEasy'
    }
  ],
Yeah, from missionInventoryUpdate: ```js CalendarProgress: [ { challenge: '/Lotus/Types/Challenges/Calendar1999/CalendarKillTechrotEnemiesWithMeleeEasy' } ], ```
Sainan added
bug
pr'd for
and removed
question
labels 2025-06-22 20:00:01 -07:00
Sign in to join this conversation.
No description provided.