Thread: Quest events
View Single Post
06-30-05, 10:06 AM   #2
Beladona
A Molten Giant
 
Beladona's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2005
Posts: 539
try watching for the UI_INFO_MESSAGE event and then search arg1 for specific text related to quests. You should be able to grab data from that text and use it to return a message that can be sent to your party.

UI_INFO_MESSAGE is called when a quest update takes place (among other things). This includes updates of items collected (like 5 of 10 items, etc...) as well as when a quest is completed...
  Reply With Quote