SMSG_LEVELUP_INFO

Client Version 1, Client Version 2

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/exp/smsg_levelup_info.wowm:1.

smsg SMSG_LEVELUP_INFO = 0x01D4 {
    Level32 new_level;
    u32 health;
    u32 mana;
    u32 rage;
    u32 focus;
    u32 energy;
    u32 happiness;
    u32 strength;
    u32 agility;
    u32 stamina;
    u32 intellect;
    u32 spirit;
}

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
0x044 / LittleLevel32new_level
0x084 / Littleu32health
0x0C4 / Littleu32mana
0x104 / Littleu32rage
0x144 / Littleu32focus
0x184 / Littleu32energy
0x1C4 / Littleu32happiness
0x204 / Littleu32strength
0x244 / Littleu32agility
0x284 / Littleu32stamina
0x2C4 / Littleu32intellect
0x304 / Littleu32spirit

Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/exp/smsg_levelup_info.wowm:18.

smsg SMSG_LEVELUP_INFO = 0x01D4 {
    Level32 new_level;
    u32 health;
    u32 mana;
    u32 rage;
    u32 focus;
    u32 energy;
    u32 happiness;
    u32 rune;
    u32 runic_power;
    u32 strength;
    u32 agility;
    u32 stamina;
    u32 intellect;
    u32 spirit;
}

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
0x044 / LittleLevel32new_level
0x084 / Littleu32health
0x0C4 / Littleu32mana
0x104 / Littleu32rage
0x144 / Littleu32focus
0x184 / Littleu32energy
0x1C4 / Littleu32happiness
0x204 / Littleu32rune
0x244 / Littleu32runic_power
0x284 / Littleu32strength
0x2C4 / Littleu32agility
0x304 / Littleu32stamina
0x344 / Littleu32intellect
0x384 / Littleu32spirit