How to build list of items available in World of Warcraft?

Posted by Cyclops on Game Development See other posts from Game Development or by Cyclops
Published on 2010-12-01T19:45:55Z Indexed on 2012/09/06 21:53 UTC
Read the original article Hit count: 198

Filed under:

There are a number of non-Blizzard sites that show a complete list of available items in World of Warcraft (such as wowhead, etc). I would like to know the best (easiest) way to compile a similar list.

I believe some sites are based on user-entered input, which I would like to avoid. Looking at the lua API, it seems that there are functions to get a list of items, but it's not clear if I can just download everything (I remember a reference to throttling somewhere, can't find it now). Does anyone have code samples that would do this, or links to source?

Also, Eve Online has made a database of items available (and I do mean SQL database file for download, not the Armory) - is there anything similar for Wow?

I'm just looking for the names and stats, not the graphic icons.

© Game Development or respective owner

Related posts about world-of-warcraft