View Single Post
04-08-14, 09:19 PM   #7
Cybeloras
A Fallenroot Satyr
 
Cybeloras's Avatar
AddOn Author - Click to view addons
Join Date: Dec 2009
Posts: 28
Use UNIT_SPELLCAST_SUCCEEDED to determine when you have cast disenchant or prospect: http://wowprogramming.com/docs/event...CAST_SUCCEEDED
Use ITEM_LOCK_CHANGED to determine what item was targeted: http://wowprogramming.com/docs/events/ITEM_LOCK_CHANGED
Use the loot API to figure out what you have received: http://wowprogramming.com/docs/api_categories#loot

Last edited by Cybeloras : 04-08-14 at 09:26 PM.
  Reply With Quote