3.2.1
What's new
NARC
3.2.1 (2026-09-03)
Full Changelog Previous Releases
- Update crest and catalyst currency ids for the new season
Champion, Hero and Myth Mist Crest replace the Dawncrest ids, and the
catalyst charge currency changed with them:
Champion 3343 -> 3444
Hero 3345 -> 3445
Myth 3347 -> 3446
Catalyst 3378 -> 3465
The ids were duplicated across four files, so the swap comes with the
consolidation that stops that happening again. NARC.lua now owns all of
them: NarcCrestDefs holds the crest ids, NarcCrestIDByKey is derived from
it, and NarcWatchedCurrencies is built from the lot. Both WATCHED_CURRENCIES
tables, in NARC_Cache.lua and NARC_RC.lua, now point at that one set.
That set is the part worth getting right. It filters CURRENCY_DISPLAY_UPDATE,
so a watch table left on last season's ids does not error or misdisplay. It
just stops the counts refreshing live, which is the kind of failure nobody
reports for a month.
NARC_RC.lua no longer stores crestID on its DIFFICULTY table and resolves
the currency through crestKey instead, and its numeric fallbacks are gone.
A stale literal in a fallback is how one currency drifts a season behind
the rest.
The dashboard headers took the family rename too, through NarcCrestFamily
rather than another pair of hardcoded strings.
Crest data still travels keyed by CHAMP/HERO/MYTH, so nothing on the wire
or in the saved cache breaks. A guildmate still on 3.2.0 will report their
old Dawncrest counts under those keys until they update and rescan.
The bonus roll currency is unchanged at 3418, having not been reported as
part of this season's rollover.
Co-Authored-By: Claude Opus 5 noreply@anthropic.com
This mod has no additional files