Registration for Online Qualifiers
|
Qualifiers Schedule
Championship Rules
Create Team
Become a team leader and recruit team members
Join Team
Join A Team
|
Team can be renamed after advancing
|
Create Team
{{ applyCostNum | fmtNumber }}
|
After your teammate creates a team, a team name will be generated. Enter the team name to join the team they created.
|
|
Find Team
Join Team
|
{{ teamInfo != null && teamInfo.members.length == 3 ? `Team full! Wait for the battle to start!` : `Rallying team members...` }}
{{ teamInfo.code }}
|
Disband Team
|
{{ this.applyStatus == 1 ? (teamInfo != null && teamInfo.members.length == 3 ? `Team full! Wait for the battle to start!` : `Rallying team members...`) : (this.gameStatus == 1 ? `Event in progress` : (this.gameStatus == -1 ? `Battle has ended` : '')) }}
Leave Team
|
{{ this.userinfo ? `You don't have a participating team` : `Please sign in!` }}
You can switch teams at any time during the registration phase