I've seen a few faulty public structures floating around.
To my knowledge, these are not faulty and work just fine.
To my knowledge, these are not faulty and work just fine.
| Offset | Type | Name | Description |
| 0 | ushort | Size | The size of the packet. |
| 4 (Header) + Content-length + 8 (Prefix) | |||
| 2 | ushort | Type | The type of the packet. |
| 0x418 | |||
| 4 | uint | MailID | The id of the mail. |
| 8 | string | Content | The content of the mail. |
| Make sure the content's length is written to the size. |
| Offset | Type | Name | Description |
| 0 | ushort | Size | The size of the packet. |
| 4 (Header) + 88 * Count (Mails) + 8 (Prefix) | |||
| 2 | ushort | Type | The type of the packet. |
| 0x416 | |||
| 4 | uint | Count | The amount of mails. |
| 8 | ubyte[8] | Unknown | ???? |
| 16+ | foreach (Mails) | ||
| Offset | uint | Mail UID | The uid of the mail. |
| Offset + 4 | string | Sender | The sender of the mail. |
| Offset + 32 | string | Header | The header of the mail. |
| Offset + 32 | uint | Money | The amount of money. |
| Offset + 4 | uint | CPs | The amount of CPs. |
| Offset + 4 | uint | Time Stamp | The time stamp of the mail. |
| Offset + 4 | uint | Item UID | The uid of the item. |
| 0 if no item. | |||
| Offset + 4 | bool | Attachment | Whether the mail has attachments or not |
| Offset | Type | Name | Description |
| 0 | ushort | Size | The size of the packet. |
| 6 + 8 (Prefix) | |||
| 2 | ushort | Type | The type of the packet. |
| 0x417 | |||
| 4 | ushort | NotificationType | The type of notification. |
| DeletionFailed = 1 | |||
| UnreadMail = 4 |
| Offset | Type | Name | Description |
| 0 | ushort | Size | The size of the packet. |
| 12 + 8 (Prefix) | |||
| 2 | ushort | Type | The type of the packet. |
| 0x415 | |||
| 4 | uint | ActionType | The type of action. |
| None = 0 | |||
| Open = 1 | |||
| Delete = 2 | |||
| RemoveMoney = 3 | |||
| RemoveCPs = 4 | |||
| RemoveItem = 5 | |||
| RemoveAttachment = 6 | |||
| 8 | uint | Mail UID | The uid of he mail. |
| 12 | uint | Unknown | ???? |
| 0? |
[Only registered and activated users can see links. Click Here To Register...]Quote:
Very neat, thanks. I like how you laid everything out in grids.
Didn't know you could do that..
most :DQuote:
every egyptians uses trinity source -___-
thanks anyway :)
this bool for conatining attachment or notQuote:
MailBox List
Offset Type Name Description Offset + 4 bool Unknown ???? false