GetPublicItemCategories
Description
This is the public item-category lookup used by the registration flow.
Its purpose is to give the intro scene enough category data to classify and render preview items that are shown before the player has fully registered.
The returned categories are added into InventoryManager and then used when the public items are converted into temporary GSFPlayerItems.
This message is for public preview content, while GetCMSItemCategories is for the actual logged-in game state.
Request
| Field | Type | Description |
|---|---|---|
LanglocalePairID | OID | “Class”: 4, “Type”: 19 “Server”: 0, “Number”: 9023265 |
TierID | OID | “Class”: 0, “Type”: 0, “Server”: 0, “Number”: 0 |
BirthDate | time.Time | #N/A |
RegistrationDate | time.Time | #N/A |
PreviewDate | time.Time | #N/A |
IsPreviewEnabled | bool | false |
Response
| Field | Type | Description |
|---|---|---|
ItemCategories | []ItemCategory | List of item categories |