Trying to trigger the Manuel's mini quest

A fantasy crafting/dating sim https://www.winterwolves.com/ambersmagicshop.htm
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: Trying to trigger the Manuel's mini quest

Post by jack1974 »

The code checks are:

Code: Select all

    if TotalDays==240 and ManuelEnabled==True:
        $hahgotyou="manuel01"
    if TotalDays==285 and ManuelEnabled==True:
        $hahgotyou="manuel02"
    if TotalDays==325 and ManuelEnabled==True:
        $hahgotyou="manuel03"
    if TotalDays==365 and ManuelEnabled==True:
        $hahgotyou="manuel04"
    if TotalDays==421 and ManuelEnabled==True:
        $hahgotyou="manuel05"
    if TotalDays==428 and ManuelEnabled==True:
        $hahgotyou="manuelEnd"
so those are the days in which each Manuel's scene triggers. It shouldn't be possible to skip it. But has been a while since I coded it, though it should work fine (I see in Steam achievements that people unlocked that route endings).
daikiraikimi
Woods ranger
Posts: 123
Joined: Mon Feb 25, 2013 7:26 am

Re: Trying to trigger the Manuel's mini quest

Post by daikiraikimi »

Oop-- I'd been refreshing the page to see your response, but didn't notice the forum went to the next page. ><

I don't know what game route I was on, but I first tried loading my game near the end, I think 8 days from the cure, on Sat 60, Arboris. I'm not sure what day that is in numbers, but since the events trigger on specific days that seems to be the problem. If you only unlock the Manuel route on day 422 or later, then the only event you see is the end.

Now that I know what days they are, I know I need to go back a decent length of time, and I'll feel less bad skipping around with the knowledge of the spacing in between events. Thank you!
User avatar
jack1974
Pack leader
Posts: 15470
Joined: Thu Jun 16, 2005 4:43 pm

Re: Trying to trigger the Manuel's mini quest

Post by jack1974 »

Ah yes if you unlock it on day 422 it's a bit too late indeed. Probably to be safe is better to unlock as soon as the adult age begins! :)
daikiraikimi
Woods ranger
Posts: 123
Joined: Mon Feb 25, 2013 7:26 am

Re: Trying to trigger the Manuel's mini quest

Post by daikiraikimi »

Haha, yeah. I'd tried going back a ways and didn't trigger it then either, but I think that's just because there are 40 days in between events and I didn't think to skip that long. I probably would have still missed the first few events, though. For anyone else who is having a hard time triggering this event, i wrote down the exact dates (in calendar format, since the game doesn't tell us what day we're on) when each event triggers:

-Mon 73, Floreas, 702
Manuel saves Amber from mob

-Sat 78, Floreas, 702
Manuel first event, thus Day 240

-Tue 23, Solaria, 702
Manual second event, thus day 285

-Sun 63. Solaria, 702
Manuel third event, thus day 325

-Fri 3, Arboris, 702
Manuel fourth event, thus day 365

-Fri 59, Arboris, 702
Manuel fourth event, thus day 421

-Fri 66, Arboris, 702
Manuel fourth event, thus day 428
Post Reply