I've been wondering this since the Beta was released earlier this week but will Alliance Pandarians and Horde Pandarians have separate "Race" variables or not? The reasoning why I ask is that I'm in the process of setting up the back end in preparation for MoP. I'm looking at Monks (which for the record uses the "Class" variable of "10" according to Wowhead) and I'm like:
"Ok...How am I going to tell my program that item A is available to this monk when the item is faction specific."
|
Well as it stands right now I would LOVE to implement the item API but there are a few things that are just holding me back from doing so. Don't get me wrong. I can implement about 80-90% of the item API right now. It would entail god-knows how many hours of setting up just database look up tables for vendorID, creatureID, professionCreatedbySpellID, itemSetID, and objectdropID. You guys did save a lot of time by implementing the quest lookup. But it's just not enough at this point. Things I would love to be implemented:
Though not really a request for improvement but more of a clarification, anyone know what ItemSpells -> CategoryID refers to? Most of the Spells I found have a CategoryID of "0" but for Flask of Steelskin, I get a "79", and for Dragonwrath, Tarecgosa's Rest vehicle transformation spell, I get a "330". One would think this would be used for On Use spells, but for something like Apparatus of Khaz'goroth which has a varying On Use amount to it, provides a CategoryID of "0" |
With the imminent release of the API (YAY!!!!) , I thought it would be an interesting idea to allow the Blizzard item armory to support json. I know wowhead allows for json importing of them items and I was curious if this was talked about being implemented on Blizzard's site.
|