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()
Comments (0)
More addons for Legion
Discover other addons that might interest you
Stopwatch
Stopwatch automatically launches on login and begins counting
LibPlayerSpells-1.0
Additional information about player spells.
jButtonFlash (The War Within)
Inspired by the old AddOn "SnowfallKeyPress", this AddOn adds flash animations to pressed action buttons.
DurabilityStatus from Cosmos
DurabilityStatus from Cosmos
LibDDI-1.0
Simple AceGUI3 dropdown item classes for font/statusbar/sound/etc.
SmartTooltip
Display Item icons next to any item in the chat frame
ElvUI Serenity Gaming EU 2.0
ElvUI Layout for Serenity Gaming EU 2.0
[Deprecated] DBM Voicepack VEM
Previously known as default voicepack for Voice Encounter Mods(VEM)
You must be logged in to leave a comment.