question

mihadelo avatar image
mihadelo asked

​execute Event Actions when leaderboard Reset

Hello, is possible to execute Event Actions for all players when leaderboard Reset?

I would like to grant item for all players depend on their score.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

Right now, the way to do this would be by retrieving the leaderboard from the S3 archive once it has reset (bear in mind that it takes a non-trivial amount of time to iterate across potentially millions of users and take an action, so doing this before the reset could be inaccurate as someone might post a new score while it's happening) and then using a local tool to evaluate and post rewards for the top players (if you want to do this across all players, you need to make sure to throttle the calls to a reasonable rate - feel free to open a ticket with us if you want to go into depth on this).

That said, we've heard this request a couple of times, so I want to make sure to capture the specifics of your requirements on our backlog. If you were to be able to take an Action on users in a leaderboard, what specifically would you want to use as the Action - how would you evaluate what you want to give users.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.