Back to 'linked_respawn' Return to world Go to 'mail_loot_template'
On certain levels, the player receives a mail with some text.
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| level | tinyint | unsigned | PRI | NO | 0 | ||
| raceMask | int | unsigned | PRI | NO | 0 | ||
| mailTemplateId | int | unsigned | NO | 0 | |||
| senderEntry | int | unsigned | NO | 0 |
Level required for receiving specific mail
Players race must match mask to receive mail.
| Value | Flag | Name |
|---|---|---|
| 1 | 0x0001 | Human |
| 2 | 0x0002 | Orc |
| 4 | 0x0004 | Dwarf |
| 8 | 0x0008 | Night Elf |
| 16 | 0x0010 | Undead |
| 32 | 0x0020 | Tauren |
| 64 | 0x0040 | Gnome |
| 128 | 0x0080 | Troll |
| 512 | 0x0200 | Blood Elf |
| 1024 | 0x0400 | Draenei |
MailTemplate ID to send.
creature_template.entry used as source of the mail.
Back to 'linked_respawn' Return to world Go to 'mail_loot_template'