View Single Post
10-13-18, 06:48 AM   #1
LudiusMaximus
A Rage Talon Dragon Guard
 
LudiusMaximus's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2018
Posts: 320
Getting recipeID from itemLink

I want to color already learned recipes in my bag.

I have the recipe's itemLink. But to tell whether I have already learned it (unless I want to scan the tooltip) I need C_TradeSkillUI.GetRecipeInfo() that needs recipeID as input. What is the easiest way to get the recipeID form the itemLink?

Thanks!
  Reply With Quote