View Single Post
01-19-12, 09:34 AM   #3
Animor
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Mar 2011
Posts: 136
Thank you for your answer!

So basically I should use COMBAT_LOG_EVENT_UNFILTERED, then:
1. if boss dies before all raid, then it's a kill.
2. if all raid players die before a boss, it's a wipe.

Is that what you meant?

Two more questions:
1. How do I handle a fight with more than one boss? Assuming I want a general code which will be compatible with all boss encounters.
2. Won't it be very CPU demanding to wait for "COMBAT_LOG_EVENT_UNFILTERED"?
  Reply With Quote