moriakaice / bitburner

Collection of scripts for https://danielyxie.github.io/bitburner/
ISC License
117 stars 144 forks source link

update scripts to be compliant with game version 0.47.2 #2

Closed mattgiltaji closed 4 years ago

mattgiltaji commented 4 years ago

Fixes #1 This changes round() to Math.round(), changes all the hacknet functions to the updated calls within the namespace, and changes the allServers files to allServers.txt to fix read/write errors

nephatrine commented 4 years ago

The RAM usage of a number of scripts should also be adjusted in the daemon script as those must have changed since this was created.

weakenCost = 1.75;
growCost = 1.75;
schedulerCost = 2.6 * 2;