WoWCenter.pl
wikass zabił Mythrax the Unraveler (Normal Uldir) po raz 2.     
kuturin zdobył 7th Legionnaire's Cuffs.     
Nikandra spełnił kryterium Loot 200,000 gold osiągnięcia Got My Mind On My Money.     
Tooly zdobył Fairweather Helm.     
Muattin zdobył osiągnięcie The Dirty Five.     
Yoozku zdobył Parrotfeather Cloak.     
Mlody89 zdobył Royal Apothecary Drape.     
Weakness zabił Dazar, The First King (Mythic King's Rest) po raz 6.     
liq spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Osiol spełnił kryterium osiągnięcia Saving for a Rainy Day.     
Wuntu zabił Zek'voz, Herald of N'zoth (Heroic Uldir) po raz 1.     
Olsa zabił Vectis (Heroic Uldir) po raz 6.     
Sarenus spełnił kryterium osiągnięcia Saving for a Rainy Day.     
kajtasus zdobył osiągnięcie Come Sail Away.     
ossir spełnił kryterium osiągnięcia Saving for a Rainy Day.     
mcpablo spełnił kryterium Alliance players slain. osiągnięcia Frontline Slayer.     
Emmm zabił Taloc (Heroic Uldir) po raz 17.     
AsaGorth spełnił kryterium Big-Mouth Clam osiągnięcia The Oceanographer.     

[Bug]Guild roster achievement points always 0

blizz -> wysłany:
Apologies if this was reported already, took a look and didn't see any threads or mention to it specifically in the known issues thread.

Using the following call, I get a list of all members in a guild:
https://us.battle.net/api/wow/guild/Perenolde/Collision?fields=members

and for each member in the guild I get a block like:
{
"character":{
"name":"Rukiak",
"realm":"Perenolde",
"class":5,
"race":4,
"gender":1,
"level":85,
"achievementPoints":0,
"thumbnail":"perenolde/48/5226800-avatar.jpg"
},
"rank":1
},

Achievement points (at the moment) is always 0.

However, when I do a specific character API call, such as:
http://us.battle.net/api/wow/character/Perenolde/Rukiak

I get:
{
"lastModified":1310230586000,
"name":"Rukiak",
"realm":"Perenolde",
"class":5,
"race":4,
"gender":1,
"level":85,
"achievementPoints":10370,
"thumbnail":"perenolde/48/5226800-avatar.jpg"
}


So I can get the points, but I'd rather do a single API call to the guild roster than a separate call for each character.

On slightly related note, would it be possible to get 'lastModified' into the guild -> members list also?

- Rukiak
blizz -> wysłany:
Thanks for reporting this. It is on our bug list and we'll take a look at it.
blizz -> wysłany:
07/11/2011 11:54 AMPosted by Darque
Did you not receive my email?


Was just recognizing it in the forum and being polite.
blizz -> wysłany:
This should be fixed.
blizz -> wysłany:
Hurray!
blizz -> wysłany:
04/25/2012 04:16 PMPosted by Trebonius
Not really


This is a different bug and is known about. I added it to the known issues list since it wasn't already on there.
blizz -> wysłany:
Great work guys!

BTW, the suggestion about including a lastupdated timestamp in the roster would also be a massive bonus and further reduce the number of calls we need to make to the character API.


The guild profile api is supposed to have a last modified header. I added this to the known issues list. The roster is updated at the same time as the guild profile itself so as long as the last modified header is working you should be good to go.
blizz -> wysłany:

h'es on about a lastupdated timestamp on the roster per charactor so that the roster can be used as a base for charactor pulls. having it in the roster tree will bring down the amount of requests people have to make due to them only having to get char info for chars on the roster that have been updated within the last "3days" or whatever there preset is within there scripts. it will make a huge difference in the amount of calls that are made to the api


Precisely.


Sorry for the misunderstanding, unfortunately this is not a simple change. I'm adding the request to the known issues list but can't promise anything else.