View Single Post
09/26/15, 11:27 PM   #2
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
Use

Lua Code:
  1. IsSmithingStyleKnown(integer styleItemIndex, integer patternIndex)

ex:

Lua Code:
  1. d(IsSmithingStyleKnown(ITEMSTYLE_AREA_XIVKYN, ITEM_STYLE_CHAPTER_GLOVES))

instead ?

You can also check my dump and the snippet I used for extraction
http://www.esoui.com/forums/showpost...4&postcount=27
  Reply With Quote