1. Is there a hook that i can register to that will tell me when a boss dies?

  2. Is there a hook that i can register to that will tell me when a boss dies?

  3. Not that I'm aware of, but you can use the COMBAT_LOG_EVENT_UNFILTERED to watch for kills, and note the ones that are bosses. See http://wowprogramming.com/misc/snippets/party_kills for more information.

  4. Darn work kept me from checking the forums, then I saw this; I would have copy/pasted but admin beat me to it!

    Good luck with your own code, and happy WoW-ing!!