Edit on GitHub

GameService Server User Typing Indicator Announce

Summary

This packet announces to players if a player is currently typing.

It is announced after a client sends GameService Client 0x0018 User Typing Incidator Status,

Structure

gameservice_server_005d_user_typing_indicator_announce

Name Type Summary
connection_id u4 Appears to be based on the player's number from the current server session
typing_indicator s2 00 01 (1) means typing, FF FF (-1) means not typing.

Definition

meta:
  id: gameservice_server_005d_user_typing_indicator_announce
  title: GameService Server User Typing Indicator Announce
  encoding: ASCII
  endian: le
  imports:
    - ../../common/pstring
seq:
  - id: connection_id
    type: u4
  - id: typing_indicator
    type: s2

Examples

Agent: TH.R6.829.01
00000000
5d 00 04 00 00 00 ff ff
].......
Agent: TH.R6.829.01
00000000
5d 00 04 00 00 00 01 00
].......
Agent: TH.R6.829.01
00000000
5d 00 55 03 00 00 01 00
].U.....