November 22, 20178 yr 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, 20178 yr by Culpable
November 22, 20178 yr 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.
November 22, 20178 yr Author 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!
November 22, 20178 yr 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
November 22, 20178 yr 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
November 28, 20178 yr breaking system on osbot client is not very flexible, but on scripts u can fix that
November 28, 20178 yr 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.
November 28, 20178 yr 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.
Create an account or sign in to comment