• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

taglag

Well-Known Member
Aug 6, 2019
1,209
971
any tweak .js that can make it easier for the skirt, and undies to be stripped in the receptionist area. I guess My character has glued them on :) . ( may be because I hustled and up dated her outfit early on )

Only thing I have made works reasonably well is taking damage from a few fight's before doing the job.

The waitress works fine I assume her outfit is scripted to be and easy strip, but the receptionist outfit must be a lot tougher :( .
 

Neriel

Active Member
Jan 19, 2018
974
983
any tweak .js that can make it easier for the skirt, and undies to be stripped in the receptionist area. I guess My character has glued them on :) . ( may be because I hustled and up dated her outfit early on )

Only thing I have made works reasonably well is taking damage from a few fight's before doing the job.

The waitress works fine I assume her outfit is scripted to be and easy strip, but the receptionist outfit must be a lot tougher :( .
Are you sure, you have v.6n.2? There was a bug in another v.6 version, that made the skirt almost impossible to remove in the Receptionist Job.
 

taglag

Well-Known Member
Aug 6, 2019
1,209
971
Are you sure, you have v.6n.2? There was a bug in another v.6 version, that made the skirt almost impossible to remove in the Receptionist Job.
Yes I have that version.. I mean the goblin does sometimes remove the skirt, and also the panties, but it is not often, and I am just assuming it may have to do with my clothing or level.

I am not a java script-er, but looking at the code leads me to maybe this area of the code
Code:
    }
   
    let success = false;
    while(skillArray.length > 0 && !success) {
        let index = Math.randomInt(skillArray.length);
        let skillId = skillArray.splice(index,1)[0];
        success = this.meetsSkillConditionsEval($dataSkills[skillId],target);
        success = success && this.meetsSkillConditions($dataSkills[skillId]); //cooldown
        if(success) {
            this.useAISkill(skillId, target);
            this._goblinActionCooldown = actionCooldownIfSuccessful;
        }
That code may have nothing to do with the code I found here, but I thought it did.
Code:
            if(this._goblinDistanceSlot === GOBLIN_DISTANCE_MEDIUM)
                skillArray.push(SKILL_ENEMY_CLOTHES_PULL_ID);
But I am grabbing at straw's.. and I am not sure if skillArray is not a catch all, and may not be used just for the goblin to successfully remove the skirt. or undies.
It would be nice though to increase the percentage of chance for the Goblin to remove the clothing, I don't want it to happen every time, but a little more often would for me <<< Note the for Me Be nicer.
 

drchainchair2

Member
Mar 28, 2020
235
599
The goblin AI works by dumping potential skill options into an array then just picking one at random to use at the end of the function. If you want clothes pull to be used more often, add it more times to the array.
 

taglag

Well-Known Member
Aug 6, 2019
1,209
971
The goblin AI works by dumping potential skill options into an array then just picking one at random to use at the end of the function. If you want clothes pull to be used more often, add it more times to the array.
I think I understand what your saying, I am not a java person, but I see where they have multiple statement of the same array, so in and array location like this
Code:
            }
            
            skillArray.push(SKILL_ENEMY_CLOTHES_PULL_ID);
            skillArray.push(SKILL_ENEMY_CLOTHES_PULL_ID);
        }
Add a few more instances, and increase the chance ?
 

Draconicle

Member
Aug 20, 2018
369
46
im, having trouble increasing order now, already at 7 order, n trying to fight is so difficult even in easy mode when slut level is over 130, wat do i do?
 

TheSinful

Member
Jun 11, 2018
421
436
im, having trouble increasing order now, already at 7 order, n trying to fight is so difficult even in easy mode when slut level is over 130, wat do i do?
Are you sure you mean Order? Cuz that's low as hell. Control is the rate at which Order changes (positive means it's increasing, negative means it's decreasing). But the Receptionist job grants order as well for every person you process
 

Beats9821

Member
Nov 19, 2018
198
200
The goblin AI works by dumping potential skill options into an array then just picking one at random to use at the end of the function. If you want clothes pull to be used more often, add it more times to the array.
You are a gentleman and a scholar. I recently picked this game up and I'm all kinds of interested in the modifications you've worked on. I would give you a disgusting amount of hugs and headpats if I was able.
 

Draconicle

Member
Aug 20, 2018
369
46
Are you sure you mean Order? Cuz that's low as hell. Control is the rate at which Order changes (positive means it's increasing, negative means it's decreasing). But the Receptionist job grants order as well for every person you process
yes it order

Edit: Also wat other ways of increasing stat growth are there, i cant get any more now
 

TheSinful

Member
Jun 11, 2018
421
436
yes it order

Edit: Also wat other ways of increasing stat growth are there, i cant get any more now
If you hit level 35, that's it. There's nothing more unless you use something like saveeditonline to just go in and mess with your stats. Though they don't all go by the same name so you'd have to play around to figure out for example, what in game stat Magical Defense will correspond to
 

Draconicle

Member
Aug 20, 2018
369
46
If you hit level 35, that's it. There's nothing more unless you use something like saveeditonline to just go in and mess with your stats. Though they don't all go by the same name so you'd have to play around to figure out for example, what in game stat Magical Defense will correspond to
how do i mess with stats?
 
4.60 star(s) 389 Votes