EmailItems aren't handled on mission completion #1087

Closed
opened 2025-03-05 15:29:06 -08:00 by VampireKitten · 0 comments
Contributor

Scanning a Sentient Oculyst Drone in Uranus while the Natah quest is locked causes EmailItems to appear in the mission inventory update request, trying to send the quest-unlocking email to the account. Currently, the emulator does not handle this, preventing the quest from being unlocked at all.

EmailItems: [
    {
      ItemCount: 1,
      ItemType: '/Lotus/Types/Items/EmailItems/SentientQuestEmailItem'
    }
  ],
Scanning a Sentient Oculyst Drone in Uranus while the Natah quest is locked causes EmailItems to appear in the mission inventory update request, trying to send the quest-unlocking email to the account. Currently, the emulator does not handle this, preventing the quest from being unlocked at all. ``` EmailItems: [ { ItemCount: 1, ItemType: '/Lotus/Types/Items/EmailItems/SentientQuestEmailItem' } ], ```
Sainan added the
unimplemented
label 2025-03-05 22:21:58 -08:00
Sign in to join this conversation.
No description provided.