Edit on GitHub

GameService Client Chat Macro Update

Summary

This packet updates the user's chat macros. This is so the server can restore the user's custom chat macros on login with LoginService Server 0x0006 Chat Macro List.

Even if the user does not change the chat macros, this packet is sent anytime the user accepts any changes to the client settings menu.

There is no response.

Aliases:

Structure

gameservice_client_0069_chat_macro_update

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

Definition

meta:
  id: gameservice_client_0069_chat_macro_update
  title: GameService Client Chat Macro Update
  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?