promotional bannermobile promotional banner

LibRaidEquip-1.0

A library which provides a cache of the raid/group equipment.

Simple library that keeps the equipment of your group or raid cached. Not pretty, as it was just made quickly to enable a little addon that I wanted for myself, but perhaps it can be of use to others.

Usage:

local lre = LibStub("LibRaidEquip-1.0", true)
lre:Enable()
if lre:HasGear(GUID) then
  local slots = lre:GetGear(GUID)
  local feet = lre:GetGear(GUID)[INVSLOT_FEET]
end

... where slots is a table with each key corresponding to an inventory slotId, where the value is an item link.

The LibRaidEquip-1.0 Team

profile avatar
  • 12
    Projects
  • 40.1M
    Downloads

More from zarnivoopView all