Registration Messages
When the player clicks “I’m new!” in the main menu, the intro sequence begins.
Player chooses a name, a family name, and account credentials.
| # | Message | Invoked at |
|---|---|---|
| 1 | GetPublicItemCategories | USPopulateIntroInventoryGrid.cs:46 |
| 2 | GetSiteFrame | IntroManager.cs:156 |
| 3 | GetRandomNames | IntroServiceCallManager.cs:74,88 |
| 4 | ValidateName | USValidateName.cs:36, USRegisterPlayer.cs:151 |
| 5 | SelectPlayerName | USWorldName.cs:349 |
| 6 | CheckUsername | IntroServiceCallManager.cs:111, RegistrationManager.cs:52 |
| 7 | RegisterPlayer | IntroServiceCallManager.cs:135, USRegisterPlayer.cs:125 |
| 8 | RegisterAvatarForRegistration | IntroServiceCallManager.cs:322 |