ZZInfoBar

ZZInfoBar is a clean, customizable info bar ported for Chronicles of Arcadia that displays currencies, durability, character details, and useful game information in a compact BuffHandler-matching interface.

File Details

ZZInfoBar

  • R
  • Jul 5, 2026
  • 601.18 KB
  • 18
  • 11.0.0.0000

File Name

AA_ZZInfoBar(3).zip

Supported Versions

  • 11.0.0.0000

AA_ZZInfoBar 3.0.3 – ZZCharInfo (Durability)

Fixed

  • Durability threshold: items are now considered broken only below their base value (current < base). Previously a fully repaired item (e.g. 77/77) stayed permanently red and kept triggering the low-durability warning, and over-durability items (e.g. 240/77) could be flagged as broken. 240/77 is now green until it drops under 77.
  • Live updates: the PLAYER_EQUIPMENT_UPDATE handler never fired (it compared a unit argument the event doesn't provide), so the display only refreshed on death/revive. Repairs (item hammer and NPC) and equipment changes now update within ~0.5 s; during combat the display polls every 3 s since the game has no durability-change event. No idle polling outside of combat.
  • Infobar button could stay green while an item was broken: the shown "lowest durability" picked the smallest absolute value, so a full 40/40 masked a broken 50/77. Broken items now take precedence.

Added

  • Durability tooltip and the repair dropdown are now sorted by current durability, highest at the top.

No changes to other plugins. Settings and saved variables are untouched.