Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Returns Boss info.

id, name, description, displayInfo, iconImage = EJ_GetCreatureInfo(index[, encounterID])

Arguments

index
Number - Ranging from 1 to 6 (MAX_CREATURES_PER_ENCOUNTER)
encounterID
Number - index must be 1 for this argument to be valid
File:EJ GetCreatureInfo 01.png

Boss description

API EJ GetCreatureInfo 02

Boss icon

Returns

id
Number - Boss ID
name
String - Boss name
description
String - Boss description
displayInfo
Number - Boss model ID
iconImage
String - Boss icon

Example

/dump EJ_GetCreatureInfo(1, 289)

Result

827, "Murozond", "The Lord of the Infinite", 38931, "INTERFACE\ENCOUNTERJOURNAL\UI-EJ-BOSS-MUROZOND.BLP"

Details

  • FrameXML: Blizzard_EncounterJournal.lua L303, L349
  • See Also: Encounter Journal Dump
Advertisement