Jump to content
  • Sign Up

Some finished achievements don't increase the "current" value


Zok.4956

Recommended Posts

Hi,

 

some account achievements increase the `current` value after they are finished, and some don't in the data responded from `API: v2/account/achievements` .

 

Example (increases `current` above `max` value):

 

Achievementid=288 (wvw killed caravan)

Array

(

[id] => 288

[current] => 3270

[max] => 2500

[done] => 1

)

 

Example (does not increase `current` above `max` value):

Achievementid=284 (wvw spent supply)

(

[id] => 284

[current] => 10

[max] => 10

[done] => 1

)

 

 

Example (does not increase `current` above `max` value):

Achievementid=127 (salvaged items)

(

[id] => 127

[current] => 500

[max] => 500

[done] => 1

)

 

The account where I checked this has definitely spent more than 10 supplys in WvW and has definitely salvaged more then 500 items.

 

Could the last two achievemens (and the others that stop counting when the achievement is finished) be changed, so that `current` always increases, even when `done`=1 ?

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...