question

teemosoft2 avatar image
teemosoft2 asked

Give Leaderboard Prize rank under 1000 user

is there way to give prize for after rank 1000~ player?

Leaderboards and Statistics
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

·
Seth Du avatar image
Seth Du answered

For now, The Prize Table feature doesn’t have built-in support for ranks over 1000 but there are work around solutions.

Here is an example, there are 3 tiers in the leaderboard, 1-100(tier A), 101-1000(tier B) and 1001~(tier C). For all the players that involved in the leaderboard, we receive Tier C’s rewards. For Tier B players, they will receive Tier C’s rewards, plus Tier B’s specific rewards. While Tier A players will receive both Tier C’s and Tier B’s rewards, along with Tier A’s specific rewards:

Tier A: a Bronze Chest , a Silver Chest and a Golden Chest

Tier B: a Bronze Chest and a Silver Chest

Tier C: a Bronze Chest

In addition, you can implement some separate process on your own via coding.

I am not sure if this work around solution can fulfill you needs, and please let us know if you have any other specific needs.

2 comments
10 |1200

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

teemosoft2 avatar image teemosoft2 commented ·

thank you. that is the way too.

but I wanna seperate under rank 1000 player, like top 10% 50% etc.

0 Likes 0 ·
Seth Du avatar image Seth Du ♦ teemosoft2 commented ·

You may write a Cloud Script that can use player's current rank value divided by the total number to get the percentage value for distributing rewards. Use PlayFab Scheduled Tasks feature to run the function on each players in All Players segmentation.

Be aware that this may take long hence, you can maintain 2 or more breadboards in a rotating manner.

0 Likes 0 ·

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.