-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Player Rank/Tier? #17
base: master
Are you sure you want to change the base?
Conversation
Is this possible? Are the ranks similar to the tiers in SMITE/Paladins? (e.g. 27 = Grandmaster/Masters)
At this time this won't be possible. There is no tier data stored. |
If the rank is not stored on your side, how does the game estimate your rank then? 🤔 |
It is stored for other games, but not at this time for Realm Royale (the table is empty). |
I don't know if its a "tier" for Realm Royale. I don't know how up-to-date you are with the current dev. state of Realm Royale, but it definitely features a ranking system from Bronze to Masters (depending on your performance, obviously). I don't think it would be practical to estimate that rank on the clients side, so the rank is very very likely to be stored on the server side (?). Ranks in Realm Royale have even more meaning than in Paladins, so having a return on them would be extremely helpful for leaderboards etc. Maybe they are stored on something different than 'tiers'? |
must be stored differently ... will have to coordinate with the devs |
As of the new patch this is something that is stored per queue now. |
It is calculated "on the fly" but not stored. And the calculations might change. Too early to include it, but it will be part of the API eventually. |
@apugh would we be able to get an endpoint for top 50 matches and be told how to compute it ourselves? |
Is this possible? Are the ranks similar to the tiers in SMITE/Paladins? (e.g. 27 = Grandmaster/Masters)