-
Posted by gabbadude on Wed, 15 Jul 2009 09:52:49
Hi All,
I am interested in building my own addon for my own personal use. If you take a look here: http://www.shadowpanther.net/armor-pve.htm
You will see that they have their own list of all the gear that a rogue can use. I LOVE this site because it is so full of information. I want the same for my Mage and I want to be able to do my own queries on my own local PC. To do this I will need my own database of gear items with all their stats and such.
Is there a way to extract the information contained inside Atlas loot and dump it into a table so that I can do my own queries?
Has anyone ever wanted to do this before?
GabbaDude
-
Posted by jnwhiteh on Wed, 15 Jul 2009 10:51:01
Certainly you could get the data from AtlasLoot, or perhaps from other sources but it's not going to be "easy". You might want to look at an addon like WowEquip. It may do what you're hoping for.
-
Posted by gabbadude on Wed, 15 Jul 2009 15:34:33
WowEquip is a dead project apparently. It was last updated in 2007. So that's not gona help me much.
I have been doing some more research and was wondering what the latest method was from extracing all the data out of the itemcache.wdb file.
Is there a way to do this instead?
-
Posted by jnwhiteh on Wed, 15 Jul 2009 23:21:56
None that I can really help you with. That gets into data mining and quite outside the scope of addons.
-
Posted by gabbadude on Thu, 16 Jul 2009 05:44:40
Oh ok...Thanks for letting me know. I will keep searching then.