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;
}

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x048 / LittleGuidguid
0x0C1 / -PvpRankhighest_rank
0x0D4 / Littleu32today_honorable_and_dishonorable
0x112 / Littleu16yesterday_honorable
0x132 / Littleu16unknown1vmangos: Unknown (deprecated, yesterday dishonourable?)
0x152 / Littleu16last_week_honorable
0x172 / Littleu16unknown2vmangos: Unknown (deprecated, last week dishonourable?)
0x192 / Littleu16this_week_honorable
0x1B2 / Littleu16unknown3vmangos: Unknown (deprecated, this week dishonourable?)
0x1D4 / Littleu32lifetime_honorable
0x214 / Littleu32lifetime_dishonorable
0x254 / Littleu32yesterday_honor
0x294 / Littleu32last_week_honor
0x2D4 / Littleu32this_week_honor
0x314 / -PvpRanklast_week_standing
0x351 / -u8rank_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

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x022 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x048 / LittleGuidguid
0x0C1 / -u8amount_of_honor
0x0D4 / Littleu32kills
0x114 / Littleu32honor_today
0x154 / Littleu32honor_yesterday
0x194 / Littleu32lifetime_honorable_kills