MSG_INSPECT_HONOR_STATS_Server
Client Version 1.12
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/pvp/msg_inspect_honor_stats_server.wowm:1
.
smsg MSG_INSPECT_HONOR_STATS_Server = 0x02D6 {
Guid guid;
PvpRank highest_rank;
u32 today_honorable_and_dishonorable;
u16 yesterday_honorable;
u16 unknown1;
u16 last_week_honorable;
u16 unknown2;
u16 this_week_honorable;
u16 unknown3;
u32 lifetime_honorable;
u32 lifetime_dishonorable;
u32 yesterday_honor;
u32 last_week_honor;
u32 this_week_honor;
(u32)PvpRank last_week_standing;
u8 rank_progress_bar;
}
Header
SMSG have a header of 4 bytes.
SMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x04 | 8 / Little | Guid | guid | |
0x0C | 1 / - | PvpRank | highest_rank | |
0x0D | 4 / Little | u32 | today_honorable_and_dishonorable | |
0x11 | 2 / Little | u16 | yesterday_honorable | |
0x13 | 2 / Little | u16 | unknown1 | vmangos: Unknown (deprecated, yesterday dishonourable?) |
0x15 | 2 / Little | u16 | last_week_honorable | |
0x17 | 2 / Little | u16 | unknown2 | vmangos: Unknown (deprecated, last week dishonourable?) |
0x19 | 2 / Little | u16 | this_week_honorable | |
0x1B | 2 / Little | u16 | unknown3 | vmangos: Unknown (deprecated, this week dishonourable?) |
0x1D | 4 / Little | u32 | lifetime_honorable | |
0x21 | 4 / Little | u32 | lifetime_dishonorable | |
0x25 | 4 / Little | u32 | yesterday_honor | |
0x29 | 4 / Little | u32 | last_week_honor | |
0x2D | 4 / Little | u32 | this_week_honor | |
0x31 | 4 / - | PvpRank | last_week_standing | |
0x35 | 1 / - | u8 | rank_progress_bar |
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/pvp/msg_inspect_honor_stats_server.wowm:25
.
smsg MSG_INSPECT_HONOR_STATS_Server = 0x02D6 {
Guid guid;
u8 amount_of_honor;
u32 kills;
u32 honor_today;
u32 honor_yesterday;
u32 lifetime_honorable_kills;
}
Header
SMSG have a header of 4 bytes.
SMSG Header
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 2 / Big | uint16 | size | Size of the rest of the message including the opcode field but not including the size field. |
0x02 | 2 / Little | uint16 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x04 | 8 / Little | Guid | guid | |
0x0C | 1 / - | u8 | amount_of_honor | |
0x0D | 4 / Little | u32 | kills | |
0x11 | 4 / Little | u32 | honor_today | |
0x15 | 4 / Little | u32 | honor_yesterday | |
0x19 | 4 / Little | u32 | lifetime_honorable_kills |