misterday

Member
Apr 27, 2017
409
277
i am gonna replaying Which better for replaying from very beginning, which one should is better for difficulty? easy, medium or hard?
 

misterday

Member
Apr 27, 2017
409
277
Guys, i need some help, my Karryn can't level up anymore. i had many battles, victories and defeated. but always said 5 more stats levels until next Warden Level.
FYI: my Warden Level is 24.
 

Gin-Chan

Newbie
Nov 12, 2019
20
6
I really like this game, but i don't understand how the updates works.
Developer release updates periodically or he plan to release full version at once?
 

f4s1k1n

Member
Jul 22, 2017
241
193
I really like this game, but i don't understand how the updates works.
Developer release updates periodically or he plan to release full version at once?
There is a "status" update and "build" update
Status : some art and code that "will" be added to the game (it's still not in the current demo release)
Build : the current demo game (you can play it)
 

fffffffffffk

Member
Sep 1, 2019
275
897
So... anyone know how to unlock flash skill at bartender job?
Boob desire at 100% and being drunk helps. I altered the code on lines 8 and 10, because even after getting 120 passives and a high slut level she wouldn't flash her tits for some reason. You can find this in Karryn's Prison - v.4u\www\js\plugins\RemtairyKarrynWaitress.js

JavaScript:
Game_Actor.prototype.waitressBattle_flashRequirementMet = function() {
    let flashRequirements = 100;
    let boobsDesire = this.boobsDesire;
   
    if(this.isDrunk || this.isDeadDrunk || this.isHorny)
        flashRequirements -= boobsDesire;
    else if(this.isTipsy)
        flashRequirements -= boobsDesire;
    else
        flashRequirements -= boobsDesire;
   
    if(this.hasPassive(PASSIVE_FLAUNT_COUNT_THREE_ID)) flashRequirements -= 100;
    else if(this.hasPassive(PASSIVE_FLAUNT_COUNT_TWO_ID)) flashRequirements -= 75;
    else if(this.hasPassive(PASSIVE_FLAUNT_COUNT_ONE_ID)) flashRequirements -= 40;
   
    if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_FOUR_ID)) flashRequirements -= 60;
    else if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_THREE_ID)) flashRequirements -= 45;
    else if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_TWO_ID)) flashRequirements -= 30;
    else if(this.hasPassive(PASSIVE_SIGHT_PEOPLE_ONE_ID)) flashRequirements -= 15;
   
    if(this.hasPassive(PASSIVE_SIGHT_PLEASURE_TWO_ID)) flashRequirements -= 20;
    else if(this.hasPassive(PASSIVE_SIGHT_PLEASURE_ONE_ID)) flashRequirements -= 10;
   
    return flashRequirements <= 0;
};
 

ktosiek84

Newbie
Jun 13, 2019
96
103
hope in the future they will add more options for invasion during masturbation
mby give a option to fight naked (like we have now) or if you want you let the guys join the fun (if your slut is high enough)
best of both worlds
 
4.60 star(s) 454 Votes