Edit on GitHub
This packet is one of two that signals the user has opened the inventory screen.
Given that the user ID appears twice, it might be that this packet might also be used by administration to open another user's inventory (one field might be for the local user ID for a permissions check, and the other for the target user ID). This is entirely hypothetical, however.
The response is GameService Server 0x012B Inventory Open A Response.
See Also:
Aliases:
eantoniobr/UGPangya
: PLAYER_ENTER_ROOM
Name | Type | Summary |
---|---|---|
user_id_a | u4 | User's ID |
user_id_b | u4 | User's ID (duplicate?) |
meta:
id: gameservice_client_00b5_inventory_open_a
title: GameService Client Inventory Open A
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: user_id_a
type: u4
- id: user_id_b
type: u4