Auto Repair Characters

Addon for automatic equipment repair. Choose what to repair: only the equipped gear or all of it. Supports guild or personal repairs. Displays messages in the chat about the results of the repair.

File Details

AutoRepair_21-05-26.zip

  • R
  • May 21, 2026
  • 17.29 KB
  • 762
  • 12.0.7+5
  • Classic + 3

File Name

AutoRepair_21-05-26.zip

Supported Versions

  • 12.0.7
  • 12.0.5
  • 5.5.4
  • 5.5.3
  • 2.5.5
  • 1.15.8
[2.14] - 2026-05-21

Added

- Slash command: `/ar guild toggle` switches guild-bank repair on or off (same pattern as `/ar chat toggle` and `/ar sound toggle`).

Changed

- Auto-repair trigger: merchant-window logic is centralized in `AttemptAutoRepairIfNeeded()` (same guards and one repair per open as before).
- Slash input: command text is normalized with `strtrim` when the API is available, otherwise the previous trim pattern is used.
- Options UI: repair-mode radio buttons stay selected when you click the already active choice (prevents both options appearing off).
- Localization: slash help line `CMD_HELP_2` documents `guild toggle` in all supported locales.

Fixed

- `PrintMessage`: ignores nil or empty text so a missing locale string cannot throw an error in chat output.