CMSG_SEND_MAIL
Client Version 1
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/mail/cmsg_send_mail.wowm:1
.
cmsg CMSG_SEND_MAIL = 0x0238 {
Guid mailbox;
CString receiver;
CString subject;
CString body;
u32 unknown1;
u32 unknown2;
Guid item;
Gold money;
u32 cash_on_delivery_amount;
u32 unknown3;
u32 unknown4;
}
Header
CMSG have a header of 6 bytes.
CMSG 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 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | 8 / Little | Guid | mailbox | |
0x0E | - / - | CString | receiver | |
- | - / - | CString | subject | |
- | - / - | CString | body | |
- | 4 / Little | u32 | unknown1 | cmangos: stationery? |
- | 4 / Little | u32 | unknown2 | cmangos: 0x00000000 |
- | 8 / Little | Guid | item | |
- | 4 / Little | Gold | money | |
- | 4 / Little | u32 | cash_on_delivery_amount | |
- | 4 / Little | u32 | unknown3 | cmangos: const 0 |
- | 4 / Little | u32 | unknown4 | cmangos: const 0 |
Client Version 2.4.3, Client Version 3
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/world/mail/cmsg_send_mail.wowm:28
.
cmsg CMSG_SEND_MAIL = 0x0238 {
Guid mailbox;
CString receiver;
CString subject;
CString body;
u32 unknown1;
u32 unknown2;
u8 amount_of_items;
MailItem[amount_of_items] items;
Gold money;
u32 cash_on_delivery_amount;
u32 unknown3;
u32 unknown4;
}
Header
CMSG have a header of 6 bytes.
CMSG 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 | 4 / Little | uint32 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x06 | 8 / Little | Guid | mailbox | |
0x0E | - / - | CString | receiver | |
- | - / - | CString | subject | |
- | - / - | CString | body | |
- | 4 / Little | u32 | unknown1 | cmangos: stationery? |
- | 4 / Little | u32 | unknown2 | cmangos: 0x00000000 |
- | 1 / - | u8 | amount_of_items | |
- | ? / - | MailItem[amount_of_items] | items | |
- | 4 / Little | Gold | money | |
- | 4 / Little | u32 | cash_on_delivery_amount | |
- | 4 / Little | u32 | unknown3 | mangosone: const 0 |
- | 4 / Little | u32 | unknown4 | mangosone: const 0 |