
LibDurability
A library for transmitting and receiving durability information of players in your group.
Addon Details
Expansion
Categories
Developers
Having issues?
Please support my work on Patreon/GitHub
A library for transmitting and receiving durability information of players in your group.
API
LD:Register(addon, function)
addon - The name of your addon (string) or your addon object (table)
function - The name of function tied to the addon object (string) or a function reference
LD:Unregister(addon)
addon - The name of your addon (string) or your addon object (table)
LD:RequestDurability(channel)
channel - The name of the channel to request durability on (string) or nil/false/no value for automatic.
- Valid channels are INSTANCE_CHAT, RAID, PARTY.
Example:
local LD = LibStub("LibDurability")
local function update(percent, broken, sender, channel)
print(format("User %s has a durability of %d%% and has %d broken items!", sender, percent, broken))
end
LD:Register("myAddOnNameOrObject", update)
LD:RequestDurability()
More addons for Legion
Discover other addons that might interest you
Infinite Raid Tools
Independant modules for raiding both general and boss specific (previously Endless Raid Tools)
Improved Options Frames
Allows you to scale and move the Blizzard options frames.
PhanxChat
Removes chat frame clutter and adds some functionality.
Broker: Fishing Buddy
Display your current fishing skill and casts to level.
BtW Objective Filter
Filter sections of the objective tracker when in a raid, scenario or similar
Tyllus’ HideCastBar
This small addon simply hides Blizzard's default Cast Bar.
Leaderchange
Plays "I am the Warchief" when you become group leader
bdChat
A simple chat replacement with shorter lines and link clicking





