Iwin Posted February 22, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Deceiver Posted February 22, 2016 Share Posted February 22, 2016 its the client, go to the options tab Quote Link to comment Share on other sites More sharing options...
Krys Posted February 22, 2016 Share Posted February 22, 2016 Quote Link to comment Share on other sites More sharing options...
Iwin Posted February 22, 2016 Author Share 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. Quote Link to comment Share on other sites More sharing options...
Flamezzz Posted February 22, 2016 Share 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 Quote Link to comment Share on other sites More sharing options...
Iwin Posted February 22, 2016 Author Share 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! Quote Link to comment Share on other sites More sharing options...
Animos Posted February 22, 2016 Share Posted February 22, 2016 You should also disable rendering if you run multiple bots. Quote Link to comment Share on other sites More sharing options...