CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x
5.00 star(s) 2 Votes
Apr 14, 2018
71
41
Thank you for keeping an updated version of this game alive!

When trying to get trough the quest line with Olya and the weekend sessions at the professor I got stuck at the part where I am supposed to buy new clothes for her at Naughty Girls in the lake district. For some reason the Olya Set is not available to be bought there.


You don't have permission to view the spoiler content. Log in or register now.

Can anyone recall if you managed to get past that point recently?

I am not sure if
- I managed to get past that point several years ago by manually advancing the event_IK variable.
- it did work in the past but an update has changed something.
- "event_IK = 13" may not be the only requirement for the Olya Set to show up in the store in the lake district.

###

Last available dialogue by using the special option "Discuss with the professor" with Olya:

location: dialogue _girl_olya

Code:
$misc[3150] = 'Should I look for <<$olya>>’s clothes in the "Naughty Girl" boutique ?'
This properly triggered


Code:
if event_IK =  12 : event_IK =  13
But now

at

location: boutique

the clothing does not show up in the Naughty Girls store

Code:
! Olya set
if event_IK =  13 :
    $tmp[1] = '<th><<$misc[10445]>><<$var_game["partition"]>></th></tr><tr><td><table cellspacing=5 cellpadding=0 border=0><tr>'
    $tmp[0] = ''
    if arrpos('$cabinet_top','olya_top') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_top''"><img src="pictures/places/boutique/olya_top_ico.jpg"></a></td>'
    if arrpos('$cabinet_bottom','olya_bottom') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_bottom''"><img src="pictures/places/boutique/olya_bottom_ico.jpg"></a></td>'
    if $tmp[0] = '' : $tmp[0] = '<td width=250><center><b><<$misc[10437]>><br></b></center></td>'
    $tmp[1] += $tmp[0]
    $tmp[] = $tmp[1]
End


You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Bobus

Newbie
May 16, 2017
88
173
Thank you for keeping an updated version of this game alive!

When trying to get trough the quest line with Olya and the weekend sessions at the professor I got stuck at the part where I am supposed to buy new clothes for her at Naughty Girls in the lake district. For some reason the Olya Set is not available to be bought there.


You don't have permission to view the spoiler content. Log in or register now.

Can anyone recall if you managed to get past that point recently?

I am not sure if
- I managed to get past that point several years ago by manually advancing the event_IK variable.
- it did work in the past but an update has changed something.
- "event_IK = 13" may not be the only requirement for the Olya Set to show up in the store in the lake district.

###

Last available dialogue by using the special option "Discuss with the professor" with Olya:

location: dialogue _girl_olya

Code:
$misc[3150] = 'Should I look for <<$olya>>’s clothes in the "Naughty Girl" boutique ?'
This properly triggered


Code:
if event_IK =  12 : event_IK =  13
But now

at

location: boutique

the clothing does not show up in the Naughty Girls store

Code:
! Olya set
if event_IK =  13 :
    $tmp[1] = '<th><<$misc[10445]>><<$var_game["partition"]>></th></tr><tr><td><table cellspacing=5 cellpadding=0 border=0><tr>'
    $tmp[0] = ''
    if arrpos('$cabinet_top','olya_top') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_top''"><img src="pictures/places/boutique/olya_top_ico.jpg"></a></td>'
    if arrpos('$cabinet_bottom','olya_bottom') = -1 : $tmp[0] += '<td><a href="exec: gt ''boutique_info'', ''olya_bottom''"><img src="pictures/places/boutique/olya_bottom_ico.jpg"></a></td>'
    if $tmp[0] = '' : $tmp[0] = '<td width=250><center><b><<$misc[10437]>><br></b></center></td>'
    $tmp[1] += $tmp[0]
    $tmp[] = $tmp[1]
End


You don't have permission to view the spoiler content. Log in or register now.
Thank you very much for this feedback and these elements which helped me a lot in the correction of this issue
Here is a corrected version.

Medias archive available here.
 

Bobus

Newbie
May 16, 2017
88
173
when the next update
When it's done ;)

Bobus, does this include my latest grammar corrections?
No, sorry, i hadn't see your message. My apologies. I'll fix that this weekend.

EDIT : Another day, another version ! This fix 0.17.3 update grammar (thx Friendly Ghost) and typo.
( Medias archive available here. )

EDIT 2 : I have uploaded a hotfix to correct the bathroom problem, the version number doesn't change.
 
Last edited:

idon84

Newbie
Apr 17, 2019
32
7
when alice sends her to take a shower she doesn't and you try to go to the bathroom to take a shower
 
Apr 14, 2018
71
41
sorry even when you go to the bathroom always in your house
version: 0.17.3:

location: bathroom
line 10

Code:
'<center><b>' ucase($misc[1400]) + '</b></center>'
Try if adding the "+" helps with your issue as well.

edit in QGen5:
Code:
'<center><b>' + ucase($misc[1400]) + '</b></center>'
 
  • Like
Reactions: Bobus
5.00 star(s) 2 Votes