bitburner-scripts
bitburner-scripts copied to clipboard
Add infiltration automation service
Requires you run a python program on your actual computer? https://pastebin.com/psmzQDEZ
~This looks like this is using an external tool, which I don't think is going to be supported in this repository. See #77.~
the reward info text doesn't appear to be working properly only displaying NaN, NaN rep (31)
the reward info text doesn't appear to be working properly only displaying NaN, NaN rep (31)
Does anything show up in the debug console when you launch the infiltrator? And do you have BN5 unlocked?
the reward info text doesn't appear to be working properly only displaying NaN, NaN rep (31)
Does anything show up in the debug console when you launch the infiltrator? And do you have BN5 unlocked?
Nothing shows up in the debug console and i dont have BN5 unlocked yet
figured out the cause the bnMults?.InfiltrationMoney ?? 1
in the formula to calc repGain and moneyGain needs to be in parentheses otherwise it returns NaN as the ?? is only evaluate at the end of the calculation otherwise so (bnMults?.InfiltrationMoney ?? 1)
works
figured out the cause the
bnMults?.InfiltrationMoney ?? 1
in the formula to calc repGain and moneyGain needs to be in parentheses otherwise it returns NaN as the ?? is only evaluate at the end of the calculation otherwise so(bnMults?.InfiltrationMoney ?? 1)
works
Good catch. Pushed the fix.
I was going to start looking at integrating this into the repo now that infiltration has been tied to a new faction, but it looks like recent UI changes have broken its ability to find the buttons it needs (both the service and the looper)
I found a near-working (no websockets needed) script on ullbergm's fork, fixed it up, added a driver script, and created PR #173 for it. I'll look over the looper here to see if it does clever things I didn't think of (since it probably does) once I get a chance later.
Closing this rather stale take in favour of more recent PRs