Hi.
Finally, I found it myself. It’s in includes/core/functions.php, line 255:
if ( empty( $progress ) || dpa_get_unlocked_status_id() !== $progress->post_status )
And lines 304-305:
if ( ! empty( $progress_obj ) && dpa_get_unlocked_status_id() === $progress_obj->post_status )
return;
If I comment these lines, my users can do the same achievement once and once again and they get points infinitely.
Thanks!
D