-
Posted by Taborious on Fri, 20 Feb 2009 09:46:40
Is there a hook that i can register to that will tell me when a boss dies?
-
Posted by Taborious on Fri, 20 Feb 2009 09:46:40
Is there a hook that i can register to that will tell me when a boss dies?
-
Posted by jnwhiteh on Fri, 20 Feb 2009 12:58:53
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.
-
Posted by Myrroddin on Fri, 20 Feb 2009 20:51:44
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!!