Edit on GitHub

LoginService Server Session Key

Summary

This packet is sent shortly after choosing a game server to use with LoginService Client 0x0003 Select Server, and contains the session key the client must use to initiate connection with said game server in GameService Client 0x0002 Hello.

Structure

loginservice_server_0003_session_key

Name Type Summary
unknown_a bytes[4] Possibly padding?
session_key pstring In PangyaTH, this is assigned sequentially!

Definition

meta:
  id: loginservice_server_0003_session_key
  title: LoginService Server Session Key
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: unknown_a
    size: 4
  - id: session_key
    type: pstring

Examples

No examples available. Contribute one?