Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns boss pin locations on instance maps.

x, y, instanceID, name, description, encounterID, rootSectionID, link = EJ_GetMapEncounter(mapID, index [, fromJournal])

Arguments[]

uiMapID
number : UiMapID
index
number - index of the boss pins.
fromJournal
boolean? - this function seems to only return results when passing true.

Returns[]

x
number - x coordinate
y
number - y coordinate
instanceID
number : JournalInstance.ID
name
string
description
string
encounterID
number : JournalEncounterID
rootSectionID
number : JournalEncounterSection.ID
link
string : journalLink

Patch changes[]

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

Advertisement