gmDurability

A minimal LDB plugin that displays durability, sells your junks (grey items) and auto-repairs (with guild funds or not).

File Details

1010-2023050901

  • R
  • May 9, 2023
  • 27.18 KB
  • 358
  • 10.1.0
  • Retail

File Name

gmDurability-1010-2023050901.zip

Supported Versions

  • 10.1.0

1010-2023050901
- added ## IconTexture: Interface\AddOns\*\icon.tga
- bump TOC

1000-2022111701
- Put the container calls inside C_Container
- Fix some other parts of code

1000-2022110601
- added X-WoWI-ID and X-Curse-Project-ID keywords to let WowUp manage it
- bump toc

915-2021110401
- Used the latest LibQTip v.9.1.5-1-g4c6a3d8
- dump toc

915-2021110301
- Hotfix a libqtip error. (taken from xodiv inputs in curseforge pages).
- bump toc

900-2020101801
- update libqtip to the latest 442326b-alpha

900-2020101701
- Localization: frFR. Thanks to Xandoria.
- Used some globals instead of translations. Thanks to myrroddin.
L["Use guild funds"] => _G["GUILDCONTROL_OPTION15_TOOLTIP"]
L["Durability"] => _G["DURABILITY"]
L["Shift"] => _G["SHIFT_KEY"]
L["Right-Click"] not used yet as => _G["HELPFRAME_REPORT_PLAYER_RIGHT_CLICK"]

900-2020101401
- bump toc
- first fixes to work with 9.0.x
- update libqtip to the latest

830-2020041701
- changed the savedvar
- added the scale to the tooltip
- now items can be clicked
- added a help tooltip

830-2020040401
- rewritten using libqtip

830-2020031501
- bump toc

820-2019062801
- bump toc

810-2018122201
- bump toc for 8.1

801-2018072101
- bump toc for 8.0

720-2017052001
- Localization: zhTW and zhCN. Thanks to BNS.
- Revised localization strings to use global strings. Thanks to myrroddin

720-2017051801
- Added localization.
Thanks to phanx for her excellent (as usual) tutorial on addons localization.
https://phanx.net/addons/tutorials/localize
- Localization: itIT
- Modify the clicks to change options using a + Shift to prevents misclicks. (suggested by ceylina)

720-2017050701
- Fix typos

720-2017042301
- Fix a problem with keystones (null price when depleted but grey quality)

v720-2017032801
- bump toc

v1.0-2016113001
- fixed a slot count

v1.0-2016111101
- added the forgotten NeckSlot :)

v1.0-2016110601
- Revert to the old LibDataBroker libs
- fix the double Artifact ilvl display

v1.0-2016110101
- Major rewrite using LibQTip

v1.0-2016102901
- display ilv/name/quality of the equipped slot item

v1.0-2016102601
- bump toc

v1.0-2016070901
- changed name and references into gmDurability

v1.0-2015100301
- some code rewriting.
thanks to Phanx for the fixes and suggestions, you can check all of inputs here:
http://www.wowinterface.com/downloads/fileinfo.php?id=23599#comments

v1.0-2015062401
- bump toc for 6.2

v1.0-2015022501
- bump toc for 6.1

v1.0-2014121601
- Added itemlevel display

v1.0-2014110601
- Replace the custom formatted money function with "GetCoinTextureString(coins)".

v1.0-2014110501
- Added 3 lines of code to show the selling price of the greys items.

local _, itemCount = GetContainerItemInfo(bag, slot);
local _, _, _, _, _, _, _, _, _, _, vendorPrice = GetItemInfo(name)
print(string_format("%s: selling %4s %s for %s", prgname, itemCount, name, moneyformat(vendorPrice * itemCount)))

v1.0-2014110301
- Added the autorepair (with guild funds if possible)
- Added the autosell of grey items
- Register a global array MYDURABILITY to save the preferences

v1.0-2014101501
- bump toc for 6.0

v1.0-2013091001
- bump toc for 5.4

v1.0-2013052101
- bump toc for 5.3

v1.0-2013051601
-- Initial release