Edit on GitHub

GameService Server User Statistics Response

Summary

This packet contains the play statistics of the requested user.

As a response to GameService Client 0x0002 Hello / Login, almost all fields are zeroed out, except for user_id and the 5 0x7Fs of unknown_user_statistic_data_y.

This is one of the responses to:

Structure

gameservice_server_0158_user_statistics_response

Name Type Summary
request_type u1 Matches request packet.
user_id u4 Matches request packet.
user_statistic user_statistic_data More details can be found in type definition file.

Enums

request_type

Key Value
request_type::total 0
request_type::season 5

Definition

meta:
  id: gameservice_server_0158_user_statistics_response
  title: GameService Server User Statistics Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
    - ../../common/user_statistic_data
seq:
  - id: request_type
    type: u1
    enum: request_type
  - id: user_id
    type: u4
  - id: user_statistic
    type: user_statistic_data
enums:
  request_type:
    0: total
    5: season

Examples

No examples available. Contribute one?