Win64 7.146 Morgiah's wedding invitation not showing, I think? [RESOLVED]

Locked
User avatar
Jaiysaun
Posts: 43
Joined: Tue May 28, 2019 3:08 pm

Win64 7.146 Morgiah's wedding invitation not showing, I think? [RESOLVED]

Post by Jaiysaun »

I get the message "A young lad with the Rose of Wayrest embroidered on his surcoat appears at your side, hands you an engraved card, and disappears." and then nothing happens. I think this is where I'm supposed to get the invitation for Morgiah's wedding after completing her quest, but I don't.

User avatar
Jay_H
Posts: 4061
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: Win64 7.146 Morgiah's wedding invitation not showing, I think?

Post by Jay_H »

Hilariously, the quest is written to end when you get the letter:

Code: Select all

_S.07_ task:
	have engagement set _S.10_ 
	give pc engagement notify 1015 

Code: Select all

_S.10_ task:
	start quest 21 21 
	end quest 
Thanks for the report. My plan would be to add a delay of about a day or so to let the player read the invitation before it disappears.

User avatar
Interkarma
Posts: 7236
Joined: Sun Mar 22, 2015 1:51 am

Re: Win64 7.146 Morgiah's wedding invitation not showing, I think?

Post by Interkarma »

Something else I could do is not expire items during quest tombstone period. Then no further changes are required in the quest itself.

It's low priority though, the wedding invitation is just flavour. Sadly, it never happens. :)

User avatar
Jay_H
Posts: 4061
Joined: Tue Aug 25, 2015 1:54 am
Contact:

Re: Win64 7.146 Morgiah's wedding invitation not showing, I think?

Post by Jay_H »

AFAIK, this is the only applicable case. In all other quests, items should be written in a way to either disappear when the time comes or persist as they should. Make any changes you choose to :)

Locked