Iwin Posted February 22, 2016 Posted February 22, 2016 (edited) Is there a way to get a script to enable low cpu mode?I've been looking at the API for a little while, but I have not found anything useful.Thanks! Edited February 22, 2016 by Iwin
Iwin Posted February 22, 2016 Author Posted February 22, 2016 its the client, go to the options tab I want my script to enable low cpu mode so I do not have to do it manually.
Flamezzz Posted February 22, 2016 Posted February 22, 2016 (edited) http://osbot.org/api/org/osbot/rs07/GameConstants.html I think you can write a value here and it should work. Edited February 22, 2016 by Flamezzz 1
Iwin Posted February 22, 2016 Author Posted February 22, 2016 http://osbot.org/api/org/osbot/rs07/GameConstants.html I think you can write a value here and it should work. As far as I can tell, this worked. GameConstants.lowCPUDebug = true; log("LOW CPU: " + bot.lowCpu());Although it didn't tick the box on the client (which isn't an issue) Thank you very much!
Animos Posted February 22, 2016 Posted February 22, 2016 You should also disable rendering if you run multiple bots.