ripsnortntear
New Member
- Joined
- Jan 9, 2022
- Messages
- 24
I am tryting to get the bot to only farm at night, the two snippets of code that i have to wrk with are
<While condition="not (IsTimeBetween(17,5) or IsTimeBetween(0,5))">
<While condition="not (IsTimeBetween(19,24) or IsTimeBetween(0,5))">
both of these stop between 11pm and midnight and start back up.. changing to
.
<While condition="not (IsTimeBetween(17,5))">
causes a loop.. how to farm full night time only?
<While condition="not (IsTimeBetween(17,5) or IsTimeBetween(0,5))">
<While condition="not (IsTimeBetween(19,24) or IsTimeBetween(0,5))">
both of these stop between 11pm and midnight and start back up.. changing to
.
<While condition="not (IsTimeBetween(17,5))">
causes a loop.. how to farm full night time only?