LibArmorToken-1.0

Simple library for requesting what items tier tokens can be turned in for.

Usage:

local LAT = LibStub("LibArmorToken-1.0")
if LAT:IsItemToken(47558) then
    print("This is a token")
end
for _, classname in LAT:IterateClassesForToken(31095) do
    print(classname) -- "HUNTER", "SHAMAN", "WARRIOR"
end
for _, itemid in LAT:IterateItemsForTokenAndClass(31095, "HUNTER") do
    print("Item made:", itemid) -- prints 31962, 31003
end

Comments

Posts Quoted:
Reply
Clear All Quotes

About This Project

  • Project ID
    101947
  • Created
    Aug 24, 2016
  • Last Released File
    Sep 26, 2020
  • Total Downloads
    281
  • License

Categories

Members

Recent Files