View Single Post
08/11/14, 05:46 AM   #10
zgrssd
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 280
Using my Excel-fu I managed to make a simple worksheet that can generate sequential item ID's, both for direct copy into the chat and for copy into a .lua files table initialiser.
It might help to figure out what the other 35 Items are to get a feel for the overall order behind this. And the excel sheet can help with that by generating the ID's for us.

I think they have a tree structure where items are ordered by trait.
Each item ID with specific trait is only a leaf belonging to a "trait branch". At least as far as "craftable items with traits" are concerned (hence the seperation of the Traitless item).


Let's start with the 71 ID between Sturdy Shield and Reinforced Shield.
ID's for Chat copy:
Warning: Spoiler

Running all up to ..85 throught the chat I get:
Warning: Spoiler


Powered is the first weapon Trait
Sturdy the first armor Trait
And I totally forgot the Jerkins (alternative light chest) in my original count, wich accounts for all 35 item types.
The "list" of items starts with Cuirass and ends with dagger, only to start again with the 2nd trait, then 3rd trait.
There should also be links for Ornate and Intricate Traits.

ID's for table initialiser:
Warning: Spoiler
Attached Files
File Type: zip ESO test itemlinks.zip (6.9 KB, 395 views)

Last edited by zgrssd : 08/11/14 at 11:12 AM.
  Reply With Quote