promotional bannermobile promotional banner

Gear Status

Gear Status adds a movable durability bar that clearly shows your equipped gear condition with green, yellow, and red status coloring.

File Details

1.0.0

  • R
  • Apr 27, 2026
  • 54.23 KB
  • 22
  • 12.0.5+2
  • Retail

File Name

GearStatus-1.0.0.zip

Supported Versions

  • 12.0.5
  • 12.0.1
  • 12.0.0
## [1.0.0] - 2026-04-27

### Added

- Initial release of Gear Status addon for World of Warcraft.
- **Durability bar**: Shows equipped gear durability as a compact status bar.
- **Durability coloring**: Bar color changes by gear condition: green at high durability, yellow at medium durability, and red at low durability.
- **Equipped gear tracking**: Calculates durability from currently equipped gear slots using WoW inventory durability APIs.
- **Automatic updates**: Refreshes when inventory durability changes, equipment changes, and after merchant interactions.
- **Edit Mode movement**: The bar can be moved while Blizzard Edit Mode is active.
- **Edit Mode overlay**: Shows a blue Edit Mode-style overlay and border while the bar is movable.
- **Saved position**: Bar position is saved between sessions via `GearStatusDB`.
- **Slash command**: `/gs reset` or `/gearstatus reset` resets the bar position.
- **CurseForge icon**: Added `Resources/GearStatus.jpg` as a 400x400 project icon.

### Technical Details

- Supports WoW patch version 12.0.5.
- Saved variables: `GearStatusDB`.
- Uses `EventRegistry` callbacks for `EditMode.Enter` and `EditMode.Exit`, with `EditModeManagerFrame` hooks as fallback.