Edit on GitHub
This packet contains a page of the guild directory.
The number of guilds on a page is set at 15 in PangyaTH.
This packet is a response to GameService Client 0x0108 Guild List Request.
See Also:
Name | Type | Summary |
---|---|---|
unknown_a | bytes[4] | |
page_number | u4 | Page number requested from the Guild Directory. |
page_number_max | u4 | Unconfirmed. Total page count in Guild Directory. |
guild_count | u2 | |
guilds | guild[guild_count] |
Name | Type | Summary |
---|---|---|
unknown_b | bytes[4] | |
guild_name | strz[21] | |
guild_pang_amount | u4 | |
guild_point_amount | u4 | |
guild_member_amount | u4 | |
unknown_c | bytes[16] | |
guild_description | strz[105] | |
guild_leader_user_id | u4 | |
guild_leader_user_nickname | strz[22] | |
guild_emblem_id | strz[12] | If missing, "GUILDMARK" |
meta:
id: gameservice_server_01bc_guild_list
title: GameService Server Guild List
encoding: ASCII
endian: le
imports:
- ../../common/pstring
seq:
- id: unknown_a
size: 4
- id: page_number
type: u4
- id: page_number_max
type: u4
- id: guild_count
type: u2
- id: guilds
type: guild
repeat: expr
repeat-expr: guild_count
types:
guild:
seq:
- id: unknown_b
size: 4
- id: guild_name
type: strz
size: 21
- id: guild_pang_amount
type: u4
- id: guild_point_amount
type: u4
- id: guild_member_amount
type: u4
- id: unknown_c
size: 16
- id: guild_description
type: strz
size: 105
- id: guild_leader_user_id
type: u4
- id: guild_leader_user_nickname
type: strz
size: 22
- id: guild_emblem_id
type: strz
size: 12