We have deployed v1.7.8, a major architectural milestone that fully activates the in-game Mail System at 100% functionality. By meticulously matching decrypted client binary protocols with internal serialization layers, this update resolves long-standing network structural bugs that blocked mailbox population, items claiming, and interface notifications.
Complete Mail System & Network Realignment
- Opcodes Decoupling & Content Delivery: discovered a critical structural mismatch between server execution and client expectations. Mail database payloads were incorrectly routed through Opcode 42*, causing the client to reject the packet as a malformed operation response. Shifting the dataset to its official home (Opcode 42*) instantly enables items list mapping and visual inventory updates.
- Functional Item Retrieval Mechanics: fixed a protocol error on Opcode 42* (MailOperand) which previously evaluated actions as crude integers rather than verified operational protocols. Rewriting the parser enables the OnMailOperation handler to successfully process RETRIEVE (item delivery), DELETE, and READ commands securely.
- Persistent Mailbox Notification Icons: resolved the bug where the mailbox notification star failed to illuminate. The client requires a direct server data push to trigger the UI icon. The server now automatically triggers a secure, delayed MailContents broadcast exactly 8 seconds post-login, forcing the mail icon to light up smoothly upon world entry.
Expected gameplay impact
- Fully Functional Mailbox: receive, read, and delete system messages directly through the town mailbox structure with absolute reliability.
- Risk-Free Loot Delivery: claim your item rewards, gifts, and seasonal compensations straight into your hero's backpack without data loss.
- Real-Time UI Synchronizations: instant visual indicator activations on your dashboard the moment new mail hits your account database.
If you notice instability, please report hero name, zone, UTC time, and whether .offline was active in Support.
- Zethrone Team