View Single Post
03-07-17, 04:33 PM   #1
Layback_
An Onyxian Warder
Join Date: Feb 2016
Posts: 358
Can you get db for every single items exist in WoW (in-game)?

Hi all,

Just being curious with this, but could also be stupid question to ask.

As long as I know, :GetItemInfo() method will return an item info of passed item ID, item name or item link.

If that particular item exists in Cache/your WoW locale/Item-sparse.dba, it will get an info from there, otherwise will request a server to pass one (and save it into Item-sparse.dba).

My question is would there be any possible solution to get item info of all items exist in WoW, so that you can keep a db within a game?

+ Would Wowhead allow you to export items db into JSON format?

Thank you!
  Reply With Quote