View Single Post
08/11/14, 06:06 PM   #1
Waboku
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 6
Event_loot_received

Hello,
I'm trying to get a function to execute on event_loot_received but only if the item type is a recipe. Is that even possible? GetItemLinkItemType looks promising but I couldn't get it to work, most likely due to me not using it correctly. I tried using something like "function() if itemType == ITEMTYPE_RECIPE then ....." but I can't seem to get the itemType when I loot a recipe. Any help is appreciated.
  Reply With Quote