At what point in the event are you? What does the hint say?How do I progress Alice's blog event, every time I watch her in the cam she just staring at the laptop.
if prevtime < '22:00' <= tm:
if alice.dcv.battle.stage and alice.dcv.battle.stage!=2:
if weekday==3:
$ infl[alice].add_e(50)
elif weekday!=5:
$ infl[alice].add_e(20)
def add_m(self, d, b = False):
if self._m1_01classes__m is not None:
d = d if self._m1_01classes__m + d < self.lim_m else self.lim_m - self._m1_01classes__m
if d == 0:
return
if b or not self.freeze:
if self._m1_01classes__m is not None:
self._m1_01classes__m += d
else:
self._m1_01classes__m = d
if self._m1_01classes__e is not None:
self._m1_01classes__e -= d // 2
if self._m1_01classes__e < 0:
self._m1_01classes__e = 0
I tried it and even with 494 Persuasion skill currently I only ever get 49% success chance when trying to convince Alice to take her top off when I use this method. Even after trying almost every day for 2 weeks this does not change.I always use this method and it always works well
I experience the same.I tried it and even with 494 Persuasion skill currently I only ever get 49% success chance when trying to convince Alice to take her top off when I use this method. Even after trying almost every day for 2 weeks this does not change.
Thighs, then heels works good for me as well as heels followed by lower legs and thighs. I didn't notice any difference between these two ways.I tried it and even with 494 Persuasion skill currently I only ever get 49% success chance when trying to convince Alice to take her top off when I use this method. Even after trying almost every day for 2 weeks this does not change.
see the walkthrough (which is linked in the OP)Is there a list of all the opportunities available in the game?
It might not have anything to do with that method at all (I didn't notice any difference).I tried it and even with 494 Persuasion skill currently I only ever get 49% success chance when trying to convince Alice to take her top off when I use this method. Even after trying almost every day for 2 weeks this does not change.
I don't think it is related to Eric. I have 100% chance on one path (feet, lower legs, back, ...) and only ca. 50% on the other ...It might not have anything to do with that method at all (I didn't notice any difference).
If f96zonetrooper is right, your problem might be, that Erics influence is way too high, which reduces your persuation chance.
I always have 90 or 100. No difference.I don't think it is related to Eric. I have 100% chance on one path and only ca. 50% on the other ...
Some progress paths look "forced" :
- Kira is very open minded but when she takes a bath at night the player has no option to enter, just knock or spy using the ladder. I doubt that she locks the door at night when everybody is asleep and there are mostly girls in the house anyway.
It would be more consistent if Max could at least enter the bath and talk to her and Kira sends him away if progress with her is not high enough.
- Max can watch porn with Kira at night and masturbate but other options like swim at night or take a bath together can still be locked. If Max made progress with Kira, this progress should to some degree affect all lewd events with Kira.
- To progress with Lisa, she has to be in "very good" mood and Max has to offer doing her homework for her, forcing her to show her tits. She then decides to do her homework by herself and asks Max for a leg massage instead. If she can do the homework on her own and she does not intend to let Max do it for her, there is no reason to show the tits in first place.
At this stage of mood and corruption she probably could ask Max directly for a massage and offer her tits as reward.
I have an issue where Alice has agreed to sleep naked, but then she isn't actually naked at night which prevents me from continuing the black mail opportunity.
Thank you, I completely missed that, and searching the thread failed me.You don't have permission to view the spoiler content. Log in or register now.
yes , They are aware of the existing bias of influence on Alice and correcting it is in their work plan.Is it possible to counter Eric's influence on Alice?
Eric gets following influence points automatically :
2 influence points = 1 %Code:if prevtime < '22:00' <= tm: if alice.dcv.battle.stage and alice.dcv.battle.stage!=2: if weekday==3: $ infl[alice].add_e(50) elif weekday!=5: $ infl[alice].add_e(20)
So at 22:00 Eric gets +25% for every Wednesday and +10% for every other day except Friday. At Sunday 00:00 a new week starts and both Max and Eric loose 15% influence on Alice. Friday is special.
!!! Note that Eric gets influence even if he is absent !!!
Mon +10%
Tue +10%
Wed +25%
Thu +10%
Fri ???
Sat +10%
Sun -15% +10%
---------------------
+60% per week
To counter Eric, Max has to earn influence on Alice. Half of the gained influence points are substracted from Eric's influence on Alice. (The same applies for Eric earning influence on Alice and so reducing Max's influence by half the points.)
I remember that in original BB it was possible to completely compensate Eric's influence by doing lots of massages at the pool and in front of tv and by catching/killing spiders and bribing Alice, however in BB_AS the amount of influence Max gets from these actions is neglectable compared to Eric's gain in influence and most of these actions are not available everyday.
So far I got -3% Eric for giving a no-candy massage in front of tv and -3% Eric for killing a spider at night if no demands are made. Candy massage in front of tv does not give any influence for me.
Edit :
There seems to be a faulty coding / bug :
Check the 3rd line of code below where d can be modified or even set to zero :
If Max is close to 100% influence and would cross the limit of 200 points, the gained influence is reduced and only half of the reduced influence is later subtracted from Eric's influence. If Max is already at 100%, d is set to zero and it is not possible to reduce Eric's influence at all.
.Black Panther. : Maybe you can look over this and fix it in a patch.Code:def add_m(self, d, b = False): if self._m1_01classes__m is not None: d = d if self._m1_01classes__m + d < self.lim_m else self.lim_m - self._m1_01classes__m if d == 0: return if b or not self.freeze: if self._m1_01classes__m is not None: self._m1_01classes__m += d else: self._m1_01classes__m = d if self._m1_01classes__e is not None: self._m1_01classes__e -= d // 2 if self._m1_01classes__e < 0: self._m1_01classes__e = 0
I wonder if it is a bug that Eric is gaining influence every day even if he is absent ?
The method add_m should reduce Eric's influence even if Max has already 100% influence, otherwise Eric is unstoppable ...
Dishes and stuff are enough. Forget about her tits and think of her as a person. Several times dishes a week, 2 handmassages and being nice when she wants to change are enough. Also save her from punishment. That might not be all that easy once Eric bribes the teacher, but sabotaging homework might still work.Lisa's mood seems to go up and down ... there probably is a tendency to go back to neutral a little bit every day ... washing dishes and doing her homework slowly increases mood but during weekend or when trying to progress with Lisa (show tits, do massage) there is not enough mood earned that day to avoid mood going down again.