View Single Post
09/27/15, 04:58 AM   #4
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by Ayantir View Post
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
Does this really work?

I was trying to use this function in Update 4 when Dwemer motif was introduced, but I couldn't get it working correctly. Maybe there are some changes, but at the time I have tested it, it was working just for "old" motifs (motifs which doesn't have chapters). That was the reason why for example AI Research Grid uses achievement for Dwemer motif instead of this function.

Last edited by Garkin : 09/27/15 at 05:00 AM.
  Reply With Quote