SMSG_ITEM_REFUND_INFO_RESPONSE
Client Version 3.3.5
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/item/smsg_item_refund_info_response.wowm:8
.
smsg SMSG_ITEM_REFUND_INFO_RESPONSE = 0x04B2 {
Guid item;
Gold money_cost;
u32 honor_point_cost;
u32 arena_point_cost;
ItemRefundExtra[5] extra_items;
u32 unknown1;
u32 time_since_loss;
}
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 | item | |
0x0C | 4 / Little | Gold | money_cost | |
0x10 | 4 / Little | u32 | honor_point_cost | |
0x14 | 4 / Little | u32 | arena_point_cost | |
0x18 | 40 / - | ItemRefundExtra[5] | extra_items | |
0x40 | 4 / Little | u32 | unknown1 | Emus set to 0. |
0x44 | 4 / Little | u32 | time_since_loss |