LibLocalizedEJBosses-1.0

This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.

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


Comments

  • To post a comment, please or register a new account.
Posts Quoted:
Reply
Clear All Quotes

About This Project

Categories

Members

Recent Files

WoW Retail

  • Sep 12, 2013
  • r21
    Jun 23, 2013