LinkAll

LinkAll

3.1k Downloads

A tiny, simple add-on that links everything you are wearing on the chat. The command is "/linkall" (or "/la"). You can instead make a macro, and use that macro for the same purpose. The macro is below:

/eval local filter, equipped = {[0] = true, [1] = true, [2] = true, [3] = true, [4] = true, [5] = true, [7] = true, [8] = true, [10] = true, [11] = true, [15] = true, [16] = true}, GameLib.GetPlayerUnit():GetEquippedItems() for itemIndex, itemInfo in next, equipped do if filter[itemInfo:GetInventoryId()] then Event_FireGenericEvent("ItemLink", itemInfo) end end