Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns encounter boss info.

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

Arguments[]

index
number - Creature index, up to nine for encounters with multiple bosses.
encounterID
number? : JournalEncounterID - if omitted this will default to the currently viewed encounter.

Returns[]

id
number  : JournalEncounterCreature.ID
name
string
description
string
displayInfo
number : displayID
iconImage
number : FileID
uiModelSceneID
number : ModelSceneID

Example[]

/dump EJ_GetCreatureInfo(1, 89)
> 358, "Glubtok", "", 37410, 522228, 9

Gallery[]

Patch changes[]

Cataclysm Patch 4.2.0 (2011-06-28): Added.

Advertisement