Edit on GitHub

GameService Server User Guild Response

Summary

This packet contains information about the requested user's guild/club.

This is one of the responses to GameService Client 0x002F User Information Request.

Structure

gameservice_server_015d_user_guild_response

Name Type Summary
user_id u4
unknown_a u4
guild_name strz[21]
unknown_b u4
unknown_c u4
unknown_d u4
guild_emblem_id strz[12]
unknown_e bytes[206] All 0x00.
unknown_f s4 All 1 (0xFFFFFFFF).
unknown_g bytes[22]
unknown_h bytes[16] All 0xC3,41,02,F8,28,3A,02,78,23,09,09,60,F1,01,0B,D0.

Definition

meta:
  id: gameservice_server_015d_user_guild_response
  title: GameService Server User Guild Response
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: user_id
    type: u4
  - id: unknown_a
    type: u4
  - id: guild_name
    type: strz
    size: 21
  - id: unknown_b
    type: u4
  - id: unknown_c
    type: u4
  - id: unknown_d
    type: u4
  - id: guild_emblem_id
    type: strz
    size: 12
  - id: unknown_e
    size: 206
  - id: unknown_f
    type: s4
  - id: unknown_g
    size: 22
  - id: unknown_h
    size: 16

Examples

No examples available. Contribute one?