LibBossIDs-1.0

    • Libraries , Category:
    • Elsia , yoshimo , Author:
    • 2012-1-14 17:10:00Project Updated:
    • 2012-1-14 17:10:00Addon Updated:
    • 4.3Wow Version:
    • r78-releaseCurrent Version:
    • Public DomainLicense:
    • ReleaseDevelopment stage:
    • 22Downloads:
  • Intro
  • Images
  • Download

LibBossIDs-1.0 provides a table that flags mobIDs true if the mob linked to the ID is a boss. Example:

if LibStub("LibBossIDs-1.0").BossIDs[mobID] then 
  print("Found a boss!") 
end

One can get the mobID from a GUID the following way

local mobid = tonumber(UnitGUID("target"):sub(-13, -9), 16)

Categories

    • Category:Libraries

Hot Wow Addons