Edit on GitHub
This sends a note to another user, which costs 10 pang to do.
The response is Gameservice Server 0x0095 Money Update, to update the player's amount of money.
Name | Type | Summary |
---|---|---|
subtype | u2 | Appears to correspond with the subtype on [Gameservice Server 0x0095 Money Update](/packets/gameservice/server/0095.ksy). |
user_id | u4 | Recipient's user ID. |
message_body | pstring | |
unknown_a | bytes[1] | Possibly padding? |
meta:
id: gameservice_client_003c_note_send
title: GameService Client Note Send
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: subtype
type: u2
- id: user_id
type: u4
- id: message_body
type: pstring
- id: unknown_a
size: 1