We have deployed v1.6.8, a definitive backend and protocol synchronization update. By executing a forensic review of packet timing sequences and wire contracts rather than static text traces, this update enforces structural compliance with the client interface, corrects a critical loading gate restriction, and guarantees the immediate rendering of quest markers.
- Strict SNO Override Assignment: discovered a protocol mismatch where personal quest markers were being broadcast with generic identifier flags. The asynchronous multiplayer channel now strictly requires the target's true asset SNO alongside absolute visibility rules. The server now injects the true actor SNO to prevent the client from silently dropping indicators like tracking arrow 81058.
- Decoupled Refresh Pipeline: identified a logical race condition within the loading screen gate. The previous caching mechanism mistakenly blocked visual re-reveals post-load because it recorded the target placeholder before the loading suppression was cleared. The visual update logic has been decoupled from transition locks, running in an isolated, one-shot sequence immediately after world entry.
- Eradication of Icon Oscillation (2↔4): resolved a severe logical bug inside the conversation matrix where dialogues missing specific condition requirements forced NPCs (such as Captain Rumford) to flicker between quest and side-quest states. Locking active personal targets at a stable quest state stops the client render from freezing.
- Prerequisite Alignment: by routing the fresh visual entry packet immediately prior to emitting the marker, the server ensures the client map associate rules find an active actor in the local table, establishing a clean render path.
- Initial Step Validation: resolved tracking complaints during early loading sequences. Forensics proved that navigation paths can sit at initial placeholder steps until the main campaign script pushes the state forward. Quest tracking indicators are now securely cached to await the official step initialization, preventing broken indicators.
- Enhanced Tracing Controls: enabled comprehensive verification keys within core config assets to monitor diamond fresh entry and marker emission metrics in production.
Expected gameplay impact
- Flawless Story Navigation: target arrows, quest diamonds, and floating icons over Captain Rumford or any active objective giver are 100% reliable, rendering instantly upon completing loading screens.
- Zero Interface Flickering: stable visual indicators over artisans and environmental actors that maintain clear color-coded states throughout your session.
- Snappier Transition Handling: background UI calculations are perfectly aligned with client asset rendering windows, minimizing network stutter during map travel.
If you notice instability, please report hero name, zone, UTC time, and whether .offline was active in Support.
- Zethrone Team