Edit on GitHub

LoginService Server Chat Macro List

Summary

This packet defines the user's 9 in-game chat macros. It is sent after a successful login.

This list is altered with GameService Client 0x0069 Chat Macro Update.

Structure

loginservice_server_0006_chat_macro_list

Name Type Summary
chat_macro strz[64] Text string of the chat macro.

Definition

meta:
  id: loginservice_server_0006_chat_macro_list
  title: LoginService Server Chat Macro List
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: chat_macro
    type: strz
    size: 64
    repeat: expr
    repeat-expr: 9

Examples

No examples available. Contribute one?