Culpable Posted November 22, 2017 Share Posted November 22, 2017 (edited) Hey, I got back in botting and this is a fairly new client for me so I have some questions. Is there a way to customize breaks? For instance, could it be possible to set times for the bot to stop? Like: 15:00-17:00 bot, 17:00-17:25 break, 17:25-18:00 bot, 18:00-1:00 break, 1:00-4:00 etc. This would highly benefit the productivity, but all I can do with these settings is to set up pretty bottish-times. 2. What exactly does randomize bot/break time do? 3. Is it possible to see when is the next break? Also, many times the breaking system doesn't even work - i tried botting for 2 hours and set the brake time at 2 hours with no ''randomize'' option set, at the 2 hour mark it didn't break and continued on without no stopping.. What causes this issue? Edited November 22, 2017 by Culpable Quote Link to comment Share on other sites More sharing options...
Muffins Posted November 22, 2017 Share Posted November 22, 2017 For customized break times you'd have to use a custom break handler in a local script. Randomize bot/break time has a +/- 20 min(i think?) that will take a random time from your set (i.e. if its set for 100 mins run, it will run for anywhere from 80 mins to 120 mins randomly) you can see the next break in the logger. Quote Link to comment Share on other sites More sharing options...
Culpable Posted November 22, 2017 Author Share Posted November 22, 2017 Cheers.. with the in built system it's pretty hard to set up complex, harder to spot breaking times so I think it should be looked in the future. Can be locked or whatever! Quote Link to comment Share on other sites More sharing options...
Apaec Posted November 22, 2017 Share Posted November 22, 2017 15 minutes ago, Muffins said: For customized break times you'd have to use a custom break handler in a local script. Randomize bot/break time has a +/- 20 min(i think?) that will take a random time from your set (i.e. if its set for 100 mins run, it will run for anywhere from 80 mins to 120 mins randomly) you can see the next break in the logger. I believe the randomise option applies a +- 10% randomisation for each break time 2 Quote Link to comment Share on other sites More sharing options...
Muffins Posted November 22, 2017 Share Posted November 22, 2017 48 minutes ago, Apaec said: I believe the randomise option applies a +- 10% randomisation for each break time oops thanks, I forgot what it was Quote Link to comment Share on other sites More sharing options...
PKDealer Posted November 28, 2017 Share Posted November 28, 2017 breaking system on osbot client is not very flexible, but on scripts u can fix that Quote Link to comment Share on other sites More sharing options...
battleguard Posted November 28, 2017 Share Posted November 28, 2017 How would you implement custom breaks in scripts is there a way built in or do you need to handle logging out and back in completely in your script. Quote Link to comment Share on other sites More sharing options...
ProjectPact Posted November 28, 2017 Share Posted November 28, 2017 37 minutes ago, battleguard said: How would you implement custom breaks in scripts is there a way built in or do you need to handle logging out and back in completely in your script. Override/disable OSBot’s handler(s) and create your own. Quote Link to comment Share on other sites More sharing options...