![]() |
WoWEquip/Item Database
WoWEquip is sadly out of date... does anyone know of a replacement?
Alternatively, is there somewhere I could down a CSV with a complete item database? I'd like to, at a minimum, weigh stats and then look through all the items quickly to see which items weigh highest for each slot. As a stretch goal, being able to dump it into Excel and use Solver would be amazing. How do people search for the best gear combinations now a days? Going through Wowhead or thottbot item by item seems really painful to me. |
Wow, if there was a page with a complete item database, that is downloadable, I'd be *very* interested in it as well.
Because entering every single item manually is very tedious, time consuming and error prone (which is why I didn't even start on warrior gear yet). :( |
You can do an advanced item search on wow.allakhazam.com, and give each stat a "weight" the helps you calculate your own "score" for an item. Its really neat.
Here's a druid example (post 89) http://forums.worldofwarcraft.com/th...sid=1&pageNo=5 |
Quote:
That unfortunately only allows 3 stats to be weighed, and I'd like to weigh by more than that (str, sta, hitr, critr, agi, armor, attack power, resilience). There is, stat-sorting, but as I understand it, it'll just sort ties in weights in order of the stat-sort, which isn't quite what I'm looking for. |
aye... i wish wowhead would add a feature like that.
|
The wowequip author has stated on his forums that he's working on a new version for BC. You can still import items from Alla if you want to.
Unfortunately I know of nothing that works with sockets which makes playing dress up kind of hard. Unless you're just going to assume +12 sta in every socket. |
Quote:
The raw XML of an imported Warbringer Greathelm: Code:
<?xml version="1.0"?>Code:
<?xml version="1.0"?> |
You could always download http://wow.allakhazam.com/itemlist.xml and parse out the names, pulling the pages individually and converting to the item id. This is what itemstats does.
Here's the Warbringer Greathelm http://wow.allakhazam.com/dev/wow/it...pl?witem=29011 It has socket information in the xml. |
Quote:
|
Quote:
|
Quote:
Thanks! Hrm, hitting it right now gives me a: XML Parsing Error: unclosed token Location: http://wow.allakhazam.com/itemlist.xml Line Number 18382, Column 3 |
I was just able to load the itemlist in IE, but not Firefox. I had the same problem when I originally posted it, but it did eventually load in Firefox. The file is somewhere between "huge" and "frickin huge" so take proper precautions in your code when you try to retrieve it.
|
I used to use wowequip all the time, but it's seriously taking whoever made it way too long to update it to work with sockets. Same with ctprofiles. Doing it manually with wowequip's create item and edit item features are pretty tedious and crude as mentioned.
I'm really close to the point of sitting down and figuring out how to code an excel spreadsheet or coding an access dbase app for personal use, because going without it really sucks. Hopefully someone will beat me to it, because i'm thinking the best way would be an access dbase app, but that's a lot of work to start it from scratch :) |
Well I have a list with warrior and rogue equipment (link).
The problem is, while I have somewhat updated the list for rogues, my warrior is currently still sitting at level 61 and I did not found enough time to enter items for warriors. Moreover, since patch 2.0 hit with the introduction of the rating system, I have not updated all values of the old items. Additionally the armor values did increase a bit with the patch, they are as well on their old values so far. The problem is I have to enter each item manually as I currently have no real idea on how to do this via XML parsing or similar. Therefore if anybody wants to help expand the list, I would be grateful, as you know this is a hell of a work to manage. You can find the database structure in the excel spreadsheet I posted below, there are some examples in it. If somebody is bored and wants to do some stupid copy&paste, feel free to do so. ;) http://sp00n.pytalhost.com/wow/example.xls |
Ho hum, I know it's taking a while, but sockets are coming to WowEquip. Basic support is in, but I've introduced a really horrible bug in the item loading code so I can't release anything at present. I'll try to get it all sorted out this week.
|
| All times are GMT -4. The time now is 3:32 PM. |
Forum Infrastructure by vBulletin 3.6.12 ©2000-2007, Jelsoft Enterprises Ltd.