View Single Post
12/21/17, 12:28 AM   #2
Dolgubon
 
Dolgubon's Avatar
AddOn Author - Click to view addons
Join Date: Jan 2016
Posts: 409
There's no actual improve Item crafting event. However, there is EVENT_CRAFT_COMPLETED. While it does fire for anything you do at a crafting station, you can further filter it down with GetLastCraftingResultItemInfo(number resultIndex). The 9th return value is the itemQuality. If the quality is not white, and it is an armour or a weapon, and the stack (3rd return) > 0 then it is an improvement.
  Reply With Quote