View Single Post
05/21/14, 02:16 AM   #10
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
A small question - How are you generating that item-data?

http://www.esoui.com/downloads/info4...izedItems.html

As in is there a better way to extract info? Basically I'm parsing the Itemlinks and extract Template ID, Levelrequirement, Enchantment ID and Quality and then am generating the name with the Database I've grabbed from ESOHEAD and generate the names dynamically. The things I struggle with a bit is the Veteran Rank detection (I extract that info from the Quality of the Item >50 x1-x9) and the Crafting Style detection - the later one I didn't figure out yet.

However I feel this is all a bit unreliable - even thought the results are pretty good and stable. I'd love to extract info from the Tooltip instead but as you probably know it 's absolutely locked out of API access concerning Item Infos.
  Reply With Quote