|
|
|
|
Some kind of method to request/pull data from wowheroes to be used on third-party (guild) sites.
be.imba allows this through SOAP, but XML (tailored with the url string), or WebServices (.NET version of SOAP), would work also.
What data should be available? As much as possible. Pull the data from your cache so it doesn't put too much load on the armory, since it's oh-so-picky about that.
Specifically, I'm interested in:
A flag to determine if the character is in pvp gear Raw Score Enchant Score A list of Item ID's the player has equipped A list of what gems and enchants belong to those equipped items.
I'm sure there's more, i just can't think of it right now... it's too hot in here/outside!
|
|
|
|
|
Sounds good!
You can have some of mine, it was 121 yesterday, hows 30 degrees sound?
|
|
|
|
|
Nice !!! Looking forward to that !!
For what i'm looking to build i'm aiming for the guild List with Class,Race,LVL, GearScore, Instances "available". I wanna do a weekly scan of the guild and as well a history on each toon , with each weekly scan Build, GearScore. and with data on my Data base plot graphics showing out each individual effort.
|
|
|
|
|
I have something very similar in php setup for my guild. Unfortunately something happened and all my database tables were nuked. I also listed progression for each player.
What I did was pull the XML for each character on the guild roster off of the Armory, then cache the important stuff in a local database. Then query (i used IMBA for this) and get the gearscore for each player, again, storing in the local database.
Then I used the local data to display a table listing every player that was level 80, with their race, class, guild rank, and imba gearscore. The imba gearscore was setup so the user could mouse-over it and a graph would pop up with the last 8 weeks of history, and the progression below.
|
|
|
|
|
Addons in-game cannot access the internet in any way.
So to answer your question. No, it can't.
The alternative would be to have the addon do the same calculations on a player's gear that the website currently does, since all the info is available in-game.
|
|
|
|
|