|
Another thing, when pulling items from armory, how to differentiate between a normal and heroic item form armory?
|
I'm really not sure about Excel's capability of handling external data but... and you probably already arrived on this, you could do a quick call to the armory, get the item id and then do a quick call to wowhead with the item's ID to get some XML with the item level on it. An example url for such purposes can be found below:
http://www.wowhead.com/?item=47078&xml
Once you have the XML use the "level" property to find out if its heroic.
That's not yet full proof-either because you won't be able to distinguish between 10 man hard mode and normal 25 mans until Wowhead adds the "heroic" property into their XML feed (which wow armory may never do, if it's anything like their armor pen stat).
I would think it would be easier to get wowhead to implement something in it's XML feed then waiting for the wow armory to implement it.