Microsoft Azure PlayFab logo
    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Add-ons
    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA
  • Runs on PlayFab
  • Pricing
    • Blog
    • Forums
    • Contact us
  • Sign up
  • Sign in
  • Ask a question
  • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges
  • Home /
  • General Discussion /
avatar image
Question by Muhammad Roshaan Tariq · Jul 04, 2020 at 05:13 PM · apisLeaderboards and StatisticssdksPartner Add-ons

How can I create team tournaments like Toon Blast game

Hi,

I want to create a team tournament system just like toon blast for my game. Toon blast tournaments are based on following rules (I copied the rules/requirements from this link)

  • Teams can compete against other teams in the Team Tournament by collecting stars from the levels for a huge reward! The teams with the top scores in the Team Tournament will receive the reward after it ends!
  • Players must be in a team to participate.
  • Teams must have at least 10 players to join a Team Tournament.
  • Each tournament group consists of 10 teams which are on similar levels.
  • The team score is determined by the amount of stars collected from the levels by all players on the team during the Team Tournament.
  • The top 5 teams will receive a reward. Prizes shown on the tournament page are the total team prizes. These prizes will be divided by 50.
  • Players that are kicked from the team or leave the team will have their stars removed from the team score.
  • Players cannot participate in an ongoing Team Tournament if they are kicked from a team or leave their team during it, even if they join a new team afterwards.
  • The stars collected in a Team Tournament will not carry over to the next Team Tournament. Each Team Tournament is separate.
Comment

People who like this

0 Show 2
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SethDu ♦ · Jul 06, 2020 at 06:24 AM 0
Share

May I ask is the team a clan? Otherwise, does it group up via matchmaking?

avatar image Muhammad Roshaan Tariq SethDu ♦ · Jul 06, 2020 at 12:16 PM 0
Share

@SethDu

Yes, team is a clan. And there won't be a matchmaking just a competition to get the highest score

3 Replies

· Add your reply
  • Sort: 
avatar image
Best Answer

Answer by SethDu · Jul 09, 2020 at 02:45 AM

Hi, we have been working on a feasible workaround and discuss with the team these days. However, the feature you have mentioned is not supported by PlayFab. Leaderboard for a group is not supported and your scenario is groups of teams. You may need to implement an external agent server to store those data.

Good news is that PlayFab team have been working on Leaderboard V2 which is based on Entity model, however, there is no ETA currently. Please keep track of updates and roadmap news.

Please also understand that forum support doesn't have an SLA agreement, if you have any urgent business impact, you may consider launch your title and join an upgraded plan so that you can submit support ticket for dedicated technical support.

Comment

People who like this

0 Show 4 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Muhammad Roshaan Tariq · Jul 09, 2020 at 07:12 AM 0
Share

Can you provide any work around for team vs team or clan vs clan tournament/leaderboard? Has anyone before completed this feature using Playfab?

avatar image Brendan ♦♦ Muhammad Roshaan Tariq · Jul 10, 2020 at 02:24 AM 0
Share

Since team-based leaderboards aren't supported right now, it's safe to say that no, no one has implemented them solely using PlayFab features. The issue is that the legacy statistics service is designed for individual player scores. Trying to use it to aggregate information for many players isn't going to work, as the higher frequency of updates could result in errors.

If you need this in the short term, we would recommend using a Redis Int or similar to track on scores for your teams.

avatar image Muhammad Roshaan Tariq Brendan ♦♦ · Jul 13, 2020 at 01:26 AM 0
Share

@Brendan

How can I link the Redis with Playfab?

Show more comments
avatar image

Answer by Muhammad Roshaan Tariq · Jul 08, 2020 at 10:07 AM

@Brendan @SethDu

I'm really starting to hate this forum service. It's been three days and no one answer to any question once they comment or put answer. You really need to update your thread refresh code

You don't let users post another question in second thread and you don't answer in the first thread

Comment

People who like this

0 Show 1 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Brendan ♦♦ · Jul 10, 2020 at 02:20 AM 0
Share

To be clear, questions that are 100% matches to a question in an existing thread will be forwarded to that thread, to prevent confusion (partial info in each, or different people potentially asking you to answer the same follow-up questions).

avatar image

Answer by appgame · Jul 15, 2020 at 05:38 AM

How large is leader board value?

"45112057" String

TeamWins: String.substr(0, 1)

45

TeamId: 2-4, 720 Teams

112

PlayerId: ID=String.substr(5, 7)

057

Comment

People who like this

0 Show 3 · Share
10 |1200 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image appgame · Jul 15, 2020 at 06:03 AM 0
Share

Me and my teammates 112 all have 45 wins.

Our post value is 45112 + ID#

avatar image appgame · Jul 15, 2020 at 06:36 AM 0
Share

2,147,483,647 max value

avatar image appgame · Jul 16, 2020 at 05:47 PM 0
Share

Router max value can only be a 1 or 2.

1 indicates the player is still in the tournament.

2 indicates the player has left the tournament.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Navigation

Spaces
  • General Discussion
  • API and SDK Questions
  • Feature Requests
  • PlayStream
  • Bugs
  • Add-on Marketplace
  • LiveOps
  • Follow this Question

    Answers Answers and Comments

    5 People are following this question.

    avatar image avatar image avatar image avatar image avatar image

    Related Questions

    Adding a Leaderboard to my UE4 BP Project 1 Answer

    Second post because it's urgent: How can I create team tournaments like Toon Blast game 0 Answers

    What happened to the OneSignal addon? (having iOS push errors with PlayFab) 1 Answer

    Leaderboard/Tournament questions 1 Answer

    Custom data for statistics? 1 Answer

    PlayFab

    • Multiplayer
    • LiveOps
    • Data & Analytics
    • Runs on PlayFab
    • Pricing

    Solutions

    • For Any Role

      • Engineer
      • Designer
      • Executive
      • Marketer
    • For Any Stage

      • Build
      • Improve
      • Grow
    • For Any Size

      • Solo
      • Indie
      • AAA

    Engineers

    • Documentation
    • Quickstarts
    • API Reference
    • SDKs
    • Usage Limits

    Resources

    • Forums
    • Contact us
    • Blog
    • Service Health
    • Terms of Service
    • Attribution

    Follow us

    • Facebook
    • Twitter
    • LinkedIn
    • YouTube
    • Sitemap
    • Contact Microsoft
    • Privacy & cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2020
    • Anonymous
    • Sign in
    • Create
    • Ask a question
    • Create an article
    • Post an idea
    • Spaces
    • PlayStream
    • Feature Requests
    • Add-on Marketplace
    • Bugs
    • API and SDK Questions
    • General Discussion
    • LiveOps
    • Explore
    • Topics
    • Questions
    • Articles
    • Ideas
    • Users
    • Badges