View Single Post
01-25-12, 03:57 PM   #18
Animor
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Mar 2011
Posts: 136
Ok, this is what I came with so far:
The static popup with number of defeated bosses appears for LFR and specific dungeons. However, for random dungeons the defeated bosses info is not shown on the static popup at all, so I guess there is no way to get this info.

The event is calles [COLOR="rgb(255, 140, 0)"]LFG_PROPOSAL_SHOW[/color], and the function to retrieve the data is GetLFGProposal().

I guess I can write a function to track boss encounters. But for random 5men I lack the initial number, so it won't be accurate. Very strange that blizz doesn't have such a trivial API...
  Reply With Quote