File Details
CarboniteAllinOneRetailClassic-v12.0.0-00036
- R
- May 28, 2026
- 20.28 MB
- 339
- 12.0.1+7
- Retail + 3
File Name
CarboniteAllinOneRetailClassic-v12.0.0-00036.zip
Supported Versions
- 12.0.1
- 12.0.0
- 11.0.5
- 5.5.3
- 4.4.2
- 3.4.3
- 2.5.5
- 1.15.8
Carbonite All in One (Retail & Classic)
v12.0.0-00036 (2026-05-28)
Full Changelog Previous Releases
- Mouseover: guard tainted UnitGUID against retail secret-strings
Retail UnitGUID("mouseover") returns a secure-tainted "secret" string
for player units; touching it with :sub / == from a Carbonite code path
raises ("attempt to index/compare a secret string value, while execution
tainted by 'Carbonite'"). MouseoverHandler crashed on every
UPDATE_MOUSEOVER_UNIT over another player. Wrap the :sub / != calls in
pcall via file-scope helpers (same pattern as NXOnUpdate's tooltip text
scanner). Apply the same guard to UnitDataCapture's strsub (only
reachable with the DebugUnit flag, but identical failure) and to the
Quests tooltip post-processor's strsplit on tip:GetUnit() GUID.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com - Zygor arrow through HUD + RXP caption "Step N:" prefix
- New Carbonite.Notes/Integrations/ZygorArrow.lua: route the
ZygorGuidesViewer nav arrow through Carbonite's HUD travel arrow
(parity with the RXP bridge). Toggle in Notes options (default on),
multi-line caption from CurrentStep.goals, suppress Zygor's own arrow
via a post-hook on ArrowFrame_OnUpdate_Common (no SavedVariables
write). Removed the old direct SetWaypoint hook in SetupPipeline. - HUD arrow caption: prefix the heading line with localized "Step N:".
- Fix two objectives folding onto one HUD line: bump NxHUD title rows
5 -> 8 so realistic steps never overflow the fold fallback. - Add L["Step"] and the Zygor arrow option strings to all 11 Notes
locales.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com
- New Carbonite.Notes/Integrations/ZygorArrow.lua: route the
- HUD arrow caption: bulleted list, dynamic height, distance spacer
Refines the multi-line travel-arrow caption: objective rows are
left-aligned with the first as the heading and the rest bulleted (set
in RXPArrow's objectiveText); the distance row is centred. The NxHUD
title block is now sized to the rows actually used (top-aligned) so a
plain single-line goto no longer shows empty padding above it, and a
cosmetic blank row separates the objectives from the distance.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com - HUD arrow: multi-line caption for RXP sub-objectives
The travel-arrow caption was a single title row, so an RXP step with
several sub-objectives ran into one long line. The NxHUD window now has
4 title rows; Update lays the target name across them (newline-split)
with the distance / ETA on the row below, bottom-aligned so unused rows
fall at the invisible top and the caption sits right above the arrow.
RXPArrow now joins sub-objectives with "\n" (was " / ") and, when there
are several, prefixes each with a bullet; formatText keeps newlines
instead of flattening them. Objective rows are left-aligned (read as a
list); the distance row stays centred under the arrow.
Co-Authored-By: Claude Opus 4.7 noreply@anthropic.com