What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal
RebornBuddy Forums

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Help with orderbot tags

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?
 
so i think im just going to bypass this command altogether. since the mob im looking to wait for only spawns at night it makes since to just go to the grindref and wait for the mob to appear. this will cause it to farm all night while the mob is up
 
this is a closed issue.. just going to the hot spot and waiting for the mob to appear and then grinding when mob is active allows it to grind all night.
 
Back
Top