Page 7 of 7

Re: Classic quests in DFU

Posted: Sat Jun 09, 2018 3:50 am
by Interkarma
Looking at quest script, early completion was granted because you satisfied S.02 first (click questor with true letter) then dropped letter later to satisfy S.03.

One way to hack in a fix for this is to start a "pc at _inn_ set _clearclick_" action in the startup task. Then decouple the questor click to its own variable you can set/clear like in CUSTOM01.

This way as soon as player enters the target inn a second time, the _clearclick_ task will trigger and clear the questor click var before player can drop letter. Then they must return to questor as normal and click them again.

Probably other ways to do this, but that was the first thing that came to mind.

Re: Classic quests in DFU

Posted: Sat Jun 09, 2018 3:51 am
by Jay_H
Clever. Yes, that's doable. Thanks Interkarma.

Re: Classic quests in DFU

Posted: Wed Jun 27, 2018 1:37 am
by Jay_H
I suppose it would be good to share my progress fixing quests. I'm posting it here since I don't know whether Hazelnut wants to keep being my liaison to getting them implemented (hasn't said anything for or against it, and I hate assuming).

Download link

Re: Classic quests in DFU

Posted: Wed Jun 27, 2018 7:18 am
by Hazelnut
Yeah, I'll try and take a look when I get some time. Thanks Jay.