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_24-01-26.zip

  • R
  • Jan 24, 2026
  • 3.14 KB
  • 1.8K
  • 12.0.1+4
  • Retail + 3

File Name

AutoRepair_24-01-26.zip

Supported Versions

  • 12.0.1
  • 12.0.0
  • 5.5.3
  • 2.5.5
  • 1.15.8

What has been fixed:
Removed the non-existent parameter canRepair - the GetRepairAllCost() function only returns the repair cost, the second parameter does not exist in the WoW API

Fixed guild repair logic - now the code first checks the availability of the guild bank and calls RepairAllItems(1) to use guild funds, and then checks personal funds via GetMoney()

Added personal money check - now the code correctly checks if the player has enough money via GetMoney() before attempting to repair.

Added early exit - both functions now exit immediately if the merchant cannot repair.