- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
5,103 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks WoT Mods
- Top Starcraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Videos
- Forums
DurabilityStatus from Cosmos
- 4 Likes
- World of Warcraft
- 290 Monthly Downloads
- Supports: 4.0.3a
- 176,377 Total Downloads
- Updated 12/15/2010 2:44:43 PM
- Created 10/18/2008 5:05:02 AM
- 441 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: 3.2
About DurabilityStatus from Cosmos
Cosmos died. But life is not over! This is the bona-fide update to the original Cosmos version. Accept no substitutes!
A World of Warcraft add-on that allows you to easily view your current equipment durability and can be configured to remind you to repair at merchant. The features are:
* CHARACTER WINDOW PERCENTAGE TEXT NOW MOVABLE * - See below.
- Shows durability of all equipped and bagged items as a percentage in the top right corner of the character model window. A red exclamation mark indicator is shown when an equipped item is broken. The percentage text can be moved by holding down the shift key, clicking and holding the left mouse button, and moving the mouse. The text is always bound to the character window so even if it is moved outside of that window, it will disappear when the character window is closed and reappear when it is opened.
- Displays a small draggable, hideable window that displays the current durability percentage.
- Mousing over the durablity percentages displays a tooltip with estimated equipped item, bagged item, and total repair costs.
- When visiting a merchant who can repair, you are shown a window that reminds you to repair your equipment.
- The character window percentge text, the durability percentage window, and the merchant repair window can all be moved by holding down <shift> and dragging with the mouse.
- Allows you to repair equipped items and items in bags separately if desired.
- Allows you to set a durability warning level from 0 to 99, and displays a dialog box when your durability percentage reaches the specified level or lower.
This addon was initially created by Derkyle, was adapted to patch 1.11 and imported to Cosmos by Zespri, and is currently being maintained by Yarko.
See Readme.txt for more information.
- Fixed anchoring of character window percentage text
- Made character window percentage text movable
Top Downloads
-
- Bagnon
- Bags & Inventory
- 380,324 Monthly Downloads
-
- Deadly Boss Mods
- Combat and Boss Encounters
- 302,560 Monthly Downloads
-
- Recount
- Combat
- 301,016 Monthly Downloads
-
- SpellFlash
- PvP, Buffs & Debuffs, Quests & Leveling, Action Bars, and Combat
- 282,737 Monthly Downloads
-
- GatherMate2_Data
- Achievements
- 210,508 Monthly Downloads

Comments
I have continued loading the meter as an "out-of-date" addon and it continues to work perfectly for a visual display of durability. I drag mine up the the top left corner of the screen.
Hoping this gets updated for 4.3. Simple, elegant and useful... It's a must-have still in my book! Thanks.
If you do not want to check "Load out of date addons" in the game addon page, then use a text editor to edit the file called "DurabilityStatus.toc" and change the number in the first line so it reads like:
## Interface: 40100
on line 88 for those who have gearscore already in that position
http://github.com/tekkub/tekability
The % value on character window is now in a wrong place and i can't move in other place....
to temp fix the position issue on the character screen and move it to a more appropriate location.
1) close WoW
2) Goto the DurabilityStatus addon folder
3) open the file 'DurabilityStatus.xml'
4) goto line 88 which should be:
5) update this line to:
6) Save the file
Hopefully this will work for you ;)
-- Version : German (by Dragonire)
-- Last Update : 08/08/2010
if ( GetLocale() == "deDE" ) then
DURABILITYSTATUS_AUTHOR = "By: %s";
DURABILITYSTATUS_TEXTCHK = "^Haltbarkeit (%d+) / (%d+)$";
DURABILITYSTATUS_INVEN = "Inventar";
DURABILITYSTATUS_INVENHELP = "Repariere nur die Gegenst\195\164nde aus dem Inventar";
DURABILITYSTATUS_ARMOR = "R\195\188stung";
DURABILITYSTATUS_ARMORHELP = "Repariere nur die angelegten Gegenst\195\164nde";
DURABILITYSTATUS_TOTAL = "Gesamt";
DURABILITYSTATUS_ALL = "Alles";
DURABILITYSTATUS_ALLHELP = "Repariere alle Gegenst\195\164nde";
DURABILITYSTATUS_LABEL = "%s:";
DURABILITYSTATUS_GUILDFUNDSINFO = "Restlicher Betrag f\195\188r heutige \nGildenbankreparaturen";
DURABILITYSTATUS_GUILDFUNDS = "Gildenbank";
DURABILITYSTATUS_GUILDFUNDSHELP = "Repariere alle Gegenst\195\164nde mit der Gildenbank";
DURABILITYSTATUS_USED_GUILD_FUNDS = "(Used guild funds)";
DURABILITYSTATUS_UNDAMAGED = "Alle Gegenst\195\164nde haben 100% Haltbarkeit";
DURABILITYSTATUS_BROKEN = "*** Zerst\195\182rte Gegenst\195\164nde ***";
DURABILITYSTATUS_WARNING = "WARNuNG: Dein Haltbarkeitstatus liegt bei %d%%%%.";
DURABILITYSTATUS_MERCHANT_STATUS_ON = "|c0077C249HaltbarkeitStatus: |c00FFFFFFAnzeige beim H\195\164ndler EIN|r";
DURABILITYSTATUS_MERCHANT_STATUS_OFF = "|c0077C249HaltbarkeitStatus: |c00FFFFFFAnzeige beim H\195\164ndler AUS|r";
DURABILITYSTATUS_WINDOW_STATUS_ON = "|c0077C249HaltbarkeitStatus: |c00FFFFFFAnzeige im Fenster EIN|r";
DURABILITYSTATUS_WINDOW_STATUS_OFF = "|c0077C249HaltbarkeitStatus: |c00FFFFFFAnzeige im Fenster AUS|r";
DURABILITYSTATUS_WINDOW_LOCK_STATUS_ON = "|c0077C249HaltbarkeitStatus: |c00FFFFFFFenster fixiert EIN|r";
DURABILITYSTATUS_WINDOW_LOCK_STATUS_OFF = "|c0077C249HaltbarkeitStatus: |c00FFFFFFFenster fixiert AUS|r";
DURABILITYSTATUS_REPORT_STATUS_ON = "|c0077C249HaltbarkeitStatus: |c00FFFFFFAnzeige des Status EIN|r";
DURABILITYSTATUS_REPORT_STATUS_OFF = "|c0077C249HaltbarkeitStatus: |c00FFFFFFAnzeige des Status AUS|r";
DURABILITYSTATUS_INVALID_ARGUMENT = "|c0077C249HaltbarkeitStatus: |c00FFFFFFUng\195\188ltiger Parameter.|r";
DURABILITYSTATUS_AVERAGE_STATUS_ON = "|c0077C249HaltbarkeitStatus: |c00FFFFFFDurchschnittliche Prozent EIN|r";
DURABILITYSTATUS_AVERAGE_STATUS_OFF = "|c0077C249HaltbarkeitStatus: |c00FFFFFFDurchschnittliche Prozent AUS|r";
DURABILITYSTATUS_WARNING_STATUS_ON = "|c0077C249DurabilityStatus: |c00FFFFFFHaltbarkeitsstatus Warnung EIN|r";
DURABILITYSTATUS_WARNING_STATUS_OFF = "|c0077C249DurabilityStatus: |c00FFFFFFHaltbarkeitsstatus Warnung AUS|r";
DURABILITYSTATUS_INVENTORY_COST = "Reparaturkosten Inventar";
DURABILITYSTATUS_ARMOR_COST = "Reparaturkosten R\195\188stung";
DURABILITYSTATUS_ALL_COST = "Reparaturkosten Inventar und R\195\188stung";
DURABILITYSTATUS_CONFIG_HEADER = "Haltbarkeits Status";
DURABILITYSTATUS_CONFIG_HEADER_INFO = "Zeigt ein kleines verschiebbares Fenster an, welches die momentane Haltbarkeit der eigenen Gegenst\195\164nde anzeigt und beim H\195\164ndler daran erinnert zu reparieren.";
DURABILITYSTATUS_TOGGLE_INFO = "Haltbarkeits Status aktivieren.";
DURABILITYSTATUS_CONFIG_MERCHANT = "Erinnerung beim H\195\164ndler";
DURABILITYSTATUS_CONFIG_MERCHANT_INFO = "Wenn aktiviert, wird beim Besuch eines H\195\164ndlers ein PopUp-Fenster angezeigt um ans reparieren zu erinnern.";
DURABILITYSTATUS_CONFIG_SHOWINCHAR = "Haltbarkeitsstatus im Charakterfenster zeigen";
DURABILITYSTATUS_CONFIG_SHOWINCHAR_INFO = "Zeigt Haltbarkeitsstatus im Charakterfenster";
DURABILITYSTATUS_CONFIG_WINDOW = "Haltbarkeits Status-Fenster anzeigen";
DURABILITYSTATUS_CONFIG_WINDOW_INFO = "Wenn aktiviert, wird ein kleines verschiebbares Fenster angezeigt, welches die momentane Haltbarkeit der eigenen Gegenst\195\164nde anzeigt.";
DURABILITYSTATUS_CONFIG_REPORT = "Reparaturkosten im Chat anzeigen";
DURABILITYSTATUS_CONFIG_REPORT_INFO = "Wenn aktiviert, wird nach erfolgreicher Reparatur im Chat angezeigt, wieviel Geld daf\195\188r ausgegeben wurde.";
DURABILITYSTATUS_CONFIG_LOCK = "Fenster fixieren";
DURABILITYSTATUS_CONFIG_LOCK_INFO = "Wenn aktiviert, wird das Haltbarkeits Fenster an seiner momentanen Position fixiert und kann nicht mehr verschoben werden.";
DURABILITYSTATUS_CONFIG_AVERAGE = "Durchschnittliche Prozent";
DURABILITYSTATUS_CONFIG_AVERAGE_INFO = "Wenn aktiviert, wird die Haltbarkeit in Prozent als Durchschnitt aller angelegten Gegenst\195\164nde angezeigt... ansonsten die Prozent der am meisten besch\195\164digsten Gegenst\195\164nde."
DURABILITYSTATUS_CONFIG_RESETPOSITION_NAME = "Reset";
DURABILITYSTATUS_CONFIG_RESETPOSITION = "Positionen Reset"
DURABILITYSTATUS_CONFIG_RESETPOSITION_INFO = "Wiederherstellen der Standart Fensterpositionen f\195\188r 'Haltbarkeitsstatus' und 'Reparaturkosten'."
DURABILITYSTATUS_CONFIG_WARNING = "Zeigt Haltbarkeits Warnung an";
DURABILITYSTATUS_CONFIG_WARNING_INFO = "Zeigt Haltbarkeits Warnung an wenn der angegeben Prozentsatz erreicht ist";
DURABILITYSTATUS_CONFIG_WARNLEVEL = "Haltbarkeits Warnung % (0-99)";
DURABILITYSTATUS_CONFIG_WARNLEVEL_INFO = "Prozentsatz der erreicht werden muss um eine warnung anzuzeigen";
DURABILITYSTATUS_CONFIG_WARNLEVEL_WARNING = "Muss zwischen 0 und 99 sein.";
BINDING_HEADER_DURABILITYSTATUS_HEADED = "Haltbarkeits Status";
BINDING_NAME_SHOW = "Fenster anzeigen/verbergen";
BINDING_DESCRIPTION_SHOW = "Status-Fenster anzeigen/verbergen";
BINDING_NAME_LOCK = "Fenster Position fixieren/freigeben";
BINDING_DESCRIPTION_LOCK = "Status-Fenster Position fixieren/freigeben";
BINDING_NAME_OVERALL = "Durchschnit Prozent Modus ein/aus";
BINDING_DESCRIPTION_OVERALL = "Durchschnit Prozent Modus ein/aus";
end