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: mobid = tonumber(GUID:sub(9, 12), 16)
- 1 comment
- 1 comment
Facts
- Date created
- 12 Mar 2009
- Category
- Last update
- 03 Feb 2010
- Development stage
- Beta
- License
- Public Domain
- Curse link
- LibBossIDs-1.0
- Reverse relationships
- 6
- Recent files
Relationships
- Embedded library
- Ace3
- #1
jokeyrhyme Tue, 22 Dec 2009 20:01:45Just a heads up. I believe the 3.3 method of getting a MobID is now:
I sourced this from the official 3.3 API Changes thread which states: