Like other areas its broken from the riots, so you need to fix the Visiting Room in the Edicts Menu. Choose the Fort and Floor 1 and there will be options to get the Receptionist Uniform, and fix the room.How do you do the receptionist job? I have floors 1 and 2 done already but cant seem to find it.
Christ of mighty ........ why dont you try everything could execute ?Why in archives "Karryn's Prison v 5f EN.zip" and older there is no "game.exe". Where can I get it? "Game.exe" from other rpg mv games don't work :-( .
Sorry, "nw.exe" worksChrist of mighty ........ why dont you try everything could execute ?
Sure. It's fairly easy.Could you share how to make Karryn always aroused please?
RemtairyKarryn.js
in your www\js\plugins
folder and search for the following (or goto line 2039 in v0.7B.p):Game_Actor.prototype.arousalPoint = function() {
let value = this._arousalBasePoint + this.end * VAR_AP_PER_END + this.level * VAR_AP_PER_CLVL;
return value;
};
return value;
with return 0;
.RemtairyKarrynReceptionist.js
and search for the following (or goto line 1679 in v0.7B.p):Game_Actor.prototype.dmgFormula_receptionistBattle_Breather = function() {
let percent = Math.max(0.15, this.hrg * 8);
let dmg = this.maxstamina * percent * 10;
return Math.round(dmg);
};
* 10
in the dmg
line. You can choose a different value, it's how much stamina you get.There's no cowgirl position, stop spreading false information.Is there a specific requirement for this? She always goes into missionary when shes defeated for me.
dead linkMega
We'll be skipping v0.5d and go straight to v.05e
Changelog
v.5d
v.5e
- Fixed a bug related to obtaining a Flaunt passive
- Fixed a CG bug with the titty fuck CG
- Restore Mind now displays a message to tell you how effective it was
- Fixed the 5th accessory slot not granting all of its bonus
- Tinkered with the guards defeat CG
- Tinkered with some stuff here and there
- Minor text corrections
- Tinkered with the Restore Mind skill
- Added minor stuff to the receptionist side job
- Minor text corrections
yeee
For now, you can do the bar job then the receptionist job, but not vice versa. Maybe it's a bug? Not sure.does anybody know if i can make karryn work both jobs in 1 day? receptionist and waitress. if i do the receptionist job, i can't do the bar job. i hope there is a code tweek. thanks
sweet, thank youFor now, you can do the bar job then the receptionist job, but not vice versa. Maybe it's a bug? Not sure.
Hey! Is there an easy way to make toys stay on after battle until removed manually?Oh, and while the balancing is still being worked on, here's a little tweak to make the 'breather' move in the receptionist game more powerful. You can decide how much you want to boost it:
Open upRemtairyKarrynReceptionist.js
and search for the following (or goto line 1530 in v.5e):
As you can see, I added aJavaScript:Game_Actor.prototype.dmgFormula_receptionistBattle_Breather = function() { let percent = Math.max(0.1, this.hrg * 10); let dmg = this.maxstamina * percent * 10; return Math.round(dmg); };
* 10
in thedmg
line. You can choose a different value, it's how much stamina you get.