fix: send heart of deimos email when quest is given #1065
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "deimos-email"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Fixes #1061
Problem is, people can deactivate and activate, and it would give the email over and over.
It has to be given upon retrieving the quest key I think.
I added a wip just to make sure you notice it.
fix: send heart of deimos email when quest is activatedto WIP: fix: send heart of deimos email when quest is activatedHmm, but based on what I'm told, it's supposed to be sent when activating the quest? Idk, the information around this is unclear.
But, you can just select another quest, and then heart of deimos again and it would resend the mail.
We could search the inbox to check if the mail is present.. but I think just hints that setactivequest is not the right place.
Must be given elsewhere and I think it should be given when the item is added to inv, it only happens once.
Yeah, I definitely agree the concern you've raised is valid. Is there maybe some tracking related to the stages that could be used to know if the quest has been activated before or not?
7682622eb5
to0ba29cae20
WIP: fix: send heart of deimos email when quest is activatedto fix: send heart of deimos email when quest is givenSorry, am a bit inactive for some days because of exams.
a stage has a "c" parameter, if it is >= than 0 the stage is completed.
But your current approach looks perfect.