Thread: 2.6 Update
View Single Post
09/05/16, 11:25 AM   #10
Ayantir
 
Ayantir's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2014
Posts: 1,019
f you play with styles, you should be aware of http://wiki.esoui.com/StyleItemIndex

PS : New styles :

Lua Code:
  1. -- Style Number, StyleIndex, Achievement ID
  2.     {ITEMSTYLE_RAIDS_CRAGLORN, 28, 0000},
  3.     {ITEMSTYLE_ENEMY_DRAUGR, 32, 0000},
  4.     {ITEMSTYLE_AREA_YOKUDAN, 36, 0000},
  5.     {ITEMSTYLE_UNUSED21, 59, 0000}, -- Grim Harlequin
  6.     {ITEMSTYLE_UNUSED22, 60, 1545}, -- Hollowjack

the 4th first styles don't have achievements yet.
  Reply With Quote