save Mazzy's sister quest stuck
Wandering_Minstrel
Member Posts: 197
I have Mazzy with me at the moment and we were notified to go to Trademeet to help her sister. Problem is when we go inside Mazzy's house nothing happens. I cannot advance the quest.
0
Comments
On my system that seems to get Mazzy to talk with her mother and starts the quest up. I'm wondering if there's a missing trigger when entering the room. Checking it against my testing saves to see if I get the same thing.
Either way, if you enter the house and then force talk with Mazzy, it will work it seems.
If you find a bug here let me know.
AR2002 and MAZZY are the relevant parts in EPIC FAIL.
PalaSleeping should be set to 0.
MazzySpeaksToMom should be set to 0.
Now to finding out why those variables are set the way they are... I'll take a look tomorrow.
I would EXPECT given this, that entering the building is what causes some of those variables to be set...it's whatever is supposed to trigger that cutscene which I would guess is what sets up all of the globals/locals properly that's not happening.
And if you load EPIC FAIL and simply talk with Mazzy, it starts the quest up properly. Not sure if that sets all the proper stuff, but it does allow you to continue through the quest. This may not be as much of a mess as it appears.
The next relevant part is 'Mazzy', her script. After the initial cutscene, Mazzy then speaks to her mother and that sets MazzySpeaksToMom to 1. However, since MazzySpeaksToMom is already set to 1, the actual conversation doesn't happen unless you force-talk to Mazzy.
Furthermore, the aforementioned cutscene destroys 'Pala' and replaces her with 'Pala02' during the fade-out and fade-in, as well as setting PalaInBed to 1. Given that, it's very likely that the entire quest is broken since at least the end of it relies on Pala02 existing. It may not be entirely broken, but finding out what caused this in the first place is going to be the tricky part.
Also, to note, I cannot replicate the issue with the "PICKED UP MAZZY FROM HER HOME" save.
@KeaponLaffin5, can you reliably reproduce this issue with the above-mentioned save game? And, if so, can you give more details as to what you did (i.e. conversation choices, etc.)?