moriakaice / bitburner

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

Efficient servers with 0 RAM are ignored as hack targets #15

Open christhegoalie opened 2 years ago

christhegoalie commented 2 years ago

I've gotten around this by removing the filter when looking for targets: ".filter((hostname) => servers[hostname].ram >= 2)" and, skipping low RAM servers in the 3 exec loops: "if (server.ram <= 1.75) continue;"