A library to get localized boss names from the Encounter Journal.
Could maybe be a partial replacement for Babble-Boss.
Usage:
local LEJB = LibStub:GetLibrary("LibLocalizedEJBosses-1.0") local localizedBossName, localizedBossDescription, icon = GetEncounterInfoByBossName("enUSbossName")
or
local LEJB = LibStub:GetLibrary("LibLocalizedEJBosses-1.0") local localizedBossName, localizedBossDescription, icon = GetEncounterInfoByBossId(bossId)
where bossId is a number you can look up at the API page
note: obviously only works in clients that are at least 4.2 old since thats when the Blizzard Encounter Journal got added
Facts
- Date created
- May 12, 2011
- Categories
- Last update
- May 23, 2013
- Development stage
- Release
- Language
- deDE
- enUS
- esES
- esMX
- frFR
- koKR
- ruRU
- zhCN
- zhTW
- License
- GNU General Public License version 3 (GPLv3)
- Curse link
- LibLocalizedEJBosses-1.0
- Downloads
- 2,609
- Recent files
Authors
Relationships
- Embedded library
- LibStub