SMSG_QUESTGIVER_QUEST_COMPLETE

Client Version 1

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/quest/smsg_questgiver_quest_complete.wowm:1.

smsg SMSG_QUESTGIVER_QUEST_COMPLETE = 0x0191 {
    u32 quest_id;
    u32 unknown;
    u32 experience_reward;
    Gold money_reward;
    u32 amount_of_item_rewards;
    QuestItemReward[amount_of_item_rewards] item_rewards;
}

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 / Littleu32quest_id
0x084 / Littleu32unknowncmangos/vmangos/mangoszero: set to 0x03
0x0C4 / Littleu32experience_reward
0x104 / LittleGoldmoney_reward
0x144 / Littleu32amount_of_item_rewards
0x18? / -QuestItemReward[amount_of_item_rewards]item_rewards

Client Version 2.4.3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/quest/smsg_questgiver_quest_complete.wowm:15.

smsg SMSG_QUESTGIVER_QUEST_COMPLETE = 0x0191 {
    u32 quest_id;
    u32 unknown;
    u32 experience_reward;
    Gold money_reward;
    u32 honor_reward;
    u32 amount_of_item_rewards;
    QuestItemReward[amount_of_item_rewards] item_rewards;
}

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 / Littleu32quest_id
0x084 / Littleu32unknowncmangos/vmangos/mangoszero: set to 0x03
0x0C4 / Littleu32experience_reward
0x104 / LittleGoldmoney_reward
0x144 / Littleu32honor_reward
0x184 / Littleu32amount_of_item_rewards
0x1C? / -QuestItemReward[amount_of_item_rewards]item_rewards

Client Version 3.3.5

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/quest/smsg_questgiver_quest_complete.wowm:30.

smsg SMSG_QUESTGIVER_QUEST_COMPLETE = 0x0191 {
    u32 quest_id;
    u32 unknown;
    u32 experience_reward;
    Gold money_reward;
    u32 honor_reward;
    u32 talent_reward;
    u32 arena_point_reward;
    u32 amount_of_item_rewards;
    QuestItemReward[amount_of_item_rewards] item_rewards;
}

Header

SMSG have a header of 4 bytes.

SMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 OR 3 / Biguint16 OR uint16+uint8sizeSize of the rest of the message including the opcode field but not including the size field. Wrath server messages can be 3 bytes. If the first (most significant) size byte has 0x80 set, the header will be 3 bytes, otherwise it is 2.
-2 / Littleuint16opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
-4 / Littleu32quest_id
-4 / Littleu32unknowncmangos/vmangos/mangoszero: set to 0x03
-4 / Littleu32experience_reward
-4 / LittleGoldmoney_reward
-4 / Littleu32honor_reward
-4 / Littleu32talent_reward
-4 / Littleu32arena_point_reward
-4 / Littleu32amount_of_item_rewards
-? / -QuestItemReward[amount_of_item_rewards]item_rewards