Wowpedia

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

READ MORE

Wowpedia
Register
Advertisement

Returns the supplementary instance and encounter ID for an encounter or section ID.

instanceID, encounterID, sectionID, tierIndex = EJ_HandleLinkPath(jtype, id)

Arguments[]

jtype
number - journal type
id
number - depending on journal type; 0=instanceID, 1=encounterID, 2=sectionID

Returns[]

instanceID
number : JournalInstance.ID
encounterID
number? : JournalEncounterID
sectionID
number? : JournalEncounterSection.ID

Example[]

Section "Bwonsamdi's Boon" (19444) is from the "King Rastakhan" (2335) encounter in the "Battle of Dazar'alor" (1176) instance

/dump EJ_HandleLinkPath(2, 19444)
> 1176, 2335, 19444

Details[]

  • Used in the FrameXML to open a journalLink to the Encounter Journal.[1]

Patch changes[]

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

Advertisement