Download
(4Kb)
Download
Updated: 12-02-11 12:40 PM
Pictures
File Info
Updated:12-02-11 12:40 PM
Created:unknown
Downloads:18,704
Favorites:197
MD5:

Quick Repair  Popular! (More than 5000 hits)

Version: 4.3.1
by: Everglow [More]

This addon checks your gear to see if you need repairs whenever you open a merchant window that allows repairing. Supports guild bank repairs.

If you do need repairs and you have enough money to pay for full repair it will automatically repair all your items and display a chat meassage telling you the cost.

Very small efficient addon with no GUI, libs or dependencies.

localised for English, German, French, Spanish, and Chinese (zhCN and zhTW) clients, thanks to people like YOU

Features:
-If you need repairs, but don't have enough money, it will play a sound, and you will get a message telling you how much you are short.
-localisations can be easily added by you in the localisation.lua file, or send me translations and I will add them.
-Support for guild bank repairs.
-slash commands:
/qr (or /quickrepair) - display help and status
/qr guild - use guild funds for repairs
/qr cash - use personal funds for repairs
/qr text - toggle text spam
/qr sound - toggle sound spam

<SHIFT><right-click> on the merchant to force using guild funds, if available to you.
<CTRL><right-click> to bypass QuickRepair and repair manually

Please report any errors in the language localisations.
Please rate this addon.

thanks to another_fool for the German/French localisations.
thanks to Cinco for the Spanish localisation
thanks to wowuicn for the Chinese/Taiwanese localisations

4.3.1
-----
Updated for game version 4.3
4.2.1
-----
Updated for game version 4.2

3.3.04
------
code cleanup and repackage

3.3.03
------
Added slash commands to disable text spam and sounds

3.3.01
------
Updated for patch 3.3

3.2.01
------
TOC Update for patch 3.2

3.1.01
------
TOC Update for patch 3.1

3.0.04
------
Added zhCN and zhTW localisations... thank you, wowuicn

3.0.03a
-------
Fixed syntax error

3.0.03
------
Added Spanish localization - thanks Cinto

3.0.02
------
- implemented money string format changes suggested by Dainton

3.0.01
------
- updated to work with WotLK

2.4.07
------
-grammar update for German localisation, thanks to another_fool ;)
-UTF8 representation of speciall characters (I use the English client, so I didn't see there was a problem using special characters directly)

2.4.06
------
modularised localisation. converted to xml packaging.
Post A Reply Comment Options
Unread 04-17-10, 02:23 PM  
Everglow
An Aku'mai Servant
 
Everglow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 94
Uploads: 7
Originally posted by ricks322
Downloaded the latest version. It would not show up in the addon list until I removed the "-3303" from the folder name.
Yes, sorry. v3.03.04 is repackaged with the correct folder name
__________________
Everglow - Sisters of Elune/US
Report comment to moderator  
Reply With Quote
Unread 04-12-10, 11:44 PM  
ricks322
A Chromatic Dragonspawn
AddOn Author - Click to view AddOns

Forum posts: 154
File comments: 153
Uploads: 1
Downloaded the latest version. It would not show up in the addon list until I removed the "-3303" from the folder name.
Report comment to moderator  
Reply With Quote
Unread 04-10-10, 04:39 PM  
Dpartd
A Kobold Labourer
 
Dpartd's Avatar

Forum posts: 0
File comments: 40
Uploads: 0
Been using this addon for a long time now with no issues. Thanks for your work!
Report comment to moderator  
Reply With Quote
Unread 04-10-10, 03:29 PM  
Everglow
An Aku'mai Servant
 
Everglow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 94
Uploads: 7
Originally posted by Potter
this may seem kind of petty..but how about an option to disable the sound notification..showing only the text message then if you don't have enough money for the repair bill

or even the option to disable text & sound notifications altogether for people who don't like notification spam
Yes this was a long time coming... I'm sorry. I have added toggles for both text spam and sounds
__________________
Everglow - Sisters of Elune/US
Report comment to moderator  
Reply With Quote
Unread 04-10-10, 12:10 PM  
Everglow
An Aku'mai Servant
 
Everglow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 94
Uploads: 7
Originally posted by Kerecha
Is it possible to make it only use GuildBank while actively in a raidgrp?
It is possible, but this addon is meant to be a small quick utility. Options like that are very individual, and everyone who uses the addon may want a different condition. Simply hold down the shift key when talking to a repair vendor and it will try to use guild funds, even if you have it set to use your own normally.
__________________
Everglow - Sisters of Elune/US
Report comment to moderator  
Reply With Quote
Unread 08-21-09, 04:18 PM  
Kerecha
A Deviate Faerie Dragon
 
Kerecha's Avatar

Forum posts: 10
File comments: 196
Uploads: 0
Is it possible to make it only use GuildBank while actively in a raidgrp?
Report comment to moderator  
Reply With Quote
Unread 12-07-08, 12:26 AM  
Potter
A Kobold Labourer

Forum posts: 1
File comments: 186
Uploads: 0
this may seem kind of petty..but how about an option to disable the sound notification..showing only the text message then if you don't have enough money for the repair bill

or even the option to disable text & sound notifications altogether for people who don't like notification spam
Last edited by Potter : 12-08-08 at 03:07 AM.
Report comment to moderator  
Reply With Quote
Unread 11-11-08, 06:35 PM  
Everglow
An Aku'mai Servant
 
Everglow's Avatar
AddOn Author - Click to view AddOns

Forum posts: 36
File comments: 94
Uploads: 7
formatting suggestion

Thank you Dainton... I agree with you and I've changed the formatting
__________________
Everglow - Sisters of Elune/US
Report comment to moderator  
Reply With Quote
Unread 11-01-08, 06:36 AM  
Dainton
A Flamescale Wyrmkin
 
Dainton's Avatar
AddOn Author - Click to view AddOns

Forum posts: 115
File comments: 64
Uploads: 1
Thanks for this, but I noticed that your formatting and colors were a little off. This format looks a lot better (in my opinion).
Code:
local amount = string.format(" %d|cffffd700g|r ", repairAllCost/10000)..string.format("%d|cffc7c7cfs|r ", string.sub(repairAllCost,-4)/100)..string.format("%d|cffeda55fc|r ", string.sub(repairAllCost,-2))
And for the can't afford:
Code:
local amount = string.format(" %d|cffffd700g|r ", shortageAmt/10000)..string.format("%d|cffc7c7cfs|r ", string.sub(shortageAmt,-4)/100)..string.format("%d|cffeda55fc|r ", string.sub(shortageAmt,-2))
That should work the same as I have it I think (I made each unit into their own variable).
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: