diff --git a/Mizzajl/home/autoexec.js b/Mizzajl/home/autoexec.js index 6b92722..18ba375 100644 --- a/Mizzajl/home/autoexec.js +++ b/Mizzajl/home/autoexec.js @@ -103,8 +103,9 @@ export async function main(ns) { //Home Upgrades if (nMoney > ns.singularity.getUpgradeHomeRamCost()) { + let nHomeRAMUpgradeCost = ns.singularity.getUpgradeHomeRamCost(); ns.singularity.upgradeHomeRam(); - ns.tprint(cCyan + "Upgraded home RAM" + cReset); + ns.tprint(cCyan + "Upgraded home RAM to " + (nHomeMaxRAM*2) + " for " + nHomeRAMUpgradeCost + cReset); } else if (nCores < 8 && nMoney > ns.singularity.getUpgradeHomeCoresCost()) { ns.singularity.upgradeHomeCores(); diff --git a/Mizzajl/home/batch.js b/Mizzajl/home/batch.js index 1c4a9b0..9f8c586 100644 --- a/Mizzajl/home/batch.js +++ b/Mizzajl/home/batch.js @@ -22,7 +22,7 @@ export async function main(ns) { const sGrowScript = "RMgrow.js"; const sWeakenScript = "RMweaken.js"; - const nHackThreads = 5; //1 + const nHackThreads = 50; //1 const nHackScriptRAM = 1.75; const nGrowScriptRAM = 1.7; diff --git a/Mizzajl/home/settings.txt b/Mizzajl/home/settings.txt index df79e7e..95d0f21 100644 --- a/Mizzajl/home/settings.txt +++ b/Mizzajl/home/settings.txt @@ -1,4 +1,4 @@ {"setting":{ -"autoUpgrades":false, +"autoUpgrades":true, "autoPurchaseServers":true }} \ No newline at end of file