Lovisa quest called the vault. There is a door that needs a 4 digit code and she mentions the guy wrote things down. Just seems bugged because I dont have any option to find the note. Or Im missing something obvious.Which vault mission exactly?
Lovisa quest called the vault. There is a door that needs a 4 digit code and she mentions the guy wrote things down. Just seems bugged because I dont have any option to find the note. Or Im missing something obvious.Which vault mission exactly?
There are 2 ways for that. 1) the number on the desk. 2) have a high level of Hacking skill.I know I clicked on it as I clicked on everything on the screen but I will try again. Thanks
I found the quest variable
$quest_bro
but I'm unsure on how I'm supposed to change stuff. Not a scripter/programmer.....
What I do know its got something to do with the Tutorial as I see a line stating:
<<if $tutorial is 37>>
<<if $quest_bro is 0>>
What really happened to my brother? Maybe I should investigate the office and see if I can find anything that might shed a light on his disappearance.
<br><br>
<<if $invhold lte 4>>''NOTE!'' <br>This is a Tier2+ subscriber-only quest.<br>''Status:'' //Disabled.// <<else>>I did see a rather peculiar red note book lying on one of the bookshelves a couple of days ago (Go to Manage > Manage house > Office icon on the house layout map > Clues).<</if>>
<</if>>
You do know that CLEA has status 5, which is higher than Einars status? Meaning she is no normal mercenary, but rather a paragon. So good luck with enslaving her, without editing the code or using the console.HEY GUYS
I just want to ask how to enslave CLEA
Which code i should use ?
Thanks. It isn't labelled on my map, but it is there.
As of v8.3.7 you can enslave Paragons without editing the code or using the console it's just difficult to do because of their high Intelligence. But Clea has the Liberated trait and as long as she has it you can't enslave her and I don't think Neuraclean can remove that trait either.You do know that CLEA has status 5, which is higher than Einars status? Meaning she is no normal mercenary, but rather a paragon. So good luck with enslaving her, without editing the code or using the console.
The chance of it happening from poker is actually pretty low you're better off trying to do the RPG night events.So I'm trying to grind intelligence and the wiki suggests you can get up to 90 intelligence from getting critical successes in poker.
My question is what version of poker game do they mean? The one at Furry's or the one at the the Dockgrave tavern. If its the latter what does critical success look like? I've gotten a 999 hand several times but never got an +INT off it.
Not sure how many others will see this, but for the simple minded fellas like me (I took a few years of compsci, so it helped, along with mercy to understand it);New simplified way of cheating via console:
1. Open console (CTRL + SHIFT + J in Chrome / Edge)
2. Copy and paste below code blob into the console and press enter.
Result:Code:function cheatShortcuts() { let slots = SugarCube.State.active.variables.slot for (let i = 1; i < slots.length; i++) { if (slots[i] > 0) { let npc = eval("SugarCube.State.active.variables.npc.av" + slots[i]) let girlname = npc.girlname girlname = girlname.replace(/\W/,"") //Get rid of non-alpha-numerics window[girlname] = npc window[girlname.toLowerCase()] = npc } } window["mc"] = SugarCube.State.active.variables window["Mc"] = SugarCube.State.active.variables window["MC"] = SugarCube.State.active.variables } function startTimer() { autoRefreshTimer = setInterval(function () { cheatShortcuts() }, 1000) } clear() cheatShortcuts() console.log("Cheat shortcuts added. Examples:\nLovisa.virgin = true\nMaiLynn.traitscav = 100\nmc.cash = 1000000") startTimer()
View attachment 3896575
Note: It automatically updates the shortcuts every second. You only need to repeat the code blob again after reloading page.
You don't have permission to view the spoiler content. Log in or register now.Link to additional cheatsYou don't have permission to view the spoiler content. Log in or register now.
Latest bug fix: 2024-09-12; npc name filter improved by JacksWastedLife 2024-11-08
I literally highlighted the number on the table, 8812. That's the code.I know I clicked on it as I clicked on everything on the screen but I will try again. Thanks
Clea and Ayden are hardcoded to not be enslaved and the button just never shows up. There's no trait responsible for it. It's just part of their lore. So yeah, you would have to change the code directly. You will have to wait for someone else to figure out which part of the code though.As of v8.3.7 you can enslave Paragons without editing the code or using the console it's just difficult to do because of their high Intelligence. But Clea has the Liberated trait and as long as she has it you can't enslave her and I don't think Neuraclean can remove that trait either.
You can also increase your chances by marrying a girl and going to the cafe with her in Events & Activities (an option that shows up for wives only, seen below). Socializing with her there can raise your intelligence if your intelligence is lower than her. If it's much lower than hers, the roll will fail though so you will have to find someone near your intelligence stat. If you have 70, find someone 75, etc. The wife can also raise her intelligence here up to 100. The best one for this is theSo I'm trying to grind intelligence and the wiki suggests you can get up to 90 intelligence from getting critical successes in poker.
Thanks. Cleaned up some scripts after reading your list.Well badass calculation is still as bad, as it was a few versions ago (as well as the advanced targeting algorithm).
You don't have permission to view the spoiler content. Log in or register now.
You don't have permission to view the spoiler content. Log in or register now.
I think the above examples should be enough to illustrate the current flaws in the advanced targeting algorithm and the current badass calculations.
Oh and the targeting algorithm (random rolls) also imply a few things about targeting (in non advanced combats) or where the targets are rolled randomly. Meaning if not all follower positions are used, but only 1 follower (and the follower has not the shadowborn trait and is neither wearing stealth armor nor natural armor), then we can get a targeting probability of 4/5 for the mc/pc, if the only follower is in the first follower slot, but we would get a targeting probabilty of 1/5 for the mc/pc, if the only follower is in the fourth follower slot (bottom most position).
Not really hardcoded their ID's are just not in the Affect/Enslave section the only 2 that have a direct hard block are not even Paragons is Celeste and Erica Sunderland if you don't enslave them when you do Conner's quest you lose that option completely.Clea and Ayden are hardcoded to not be enslaved
So I'm trying to grind intelligence and the wiki suggests you can get up to 90 intelligence from getting critical successes in poker.
My question is what version of poker game do they mean? The one at Furry's or the one at the the Dockgrave tavern. If its the latter what does critical success look like? I've gotten a 999 hand several times but never got an +INT off it.