View Single Post
01/22/24, 03:09 PM   #1
Solution_Lop
AddOn Author - Click to view addons
Join Date: Jan 2024
Posts: 5
Get information about an item

Hello, I'm looking for a method that will return me string SI_ITEMTYPEDISPLAYCATEGORY

I've been looking for a long time and haven't found anything like it. The task is to find which category the itemLink belongs to.

For example, that Heartwood is Woodworking, etc.

I've already tried the GetItemLinkCraftingSkillType(itemLink) method, but it doesn't return what I need. For example, weapons are sent to the Blacksmithing category.

Last edited by Solution_Lop : 01/22/24 at 03:13 PM.
  Reply With Quote