• Visit Rebornbuddy
  • Help with orderbot tags

    Discussion in 'Rebornbuddy Profiles' started by ripsnortntear, Jan 11, 2022.

    1. ripsnortntear

      ripsnortntear New Member

      Joined:
      Jan 9, 2022
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      3
      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?
       
    2. ripsnortntear

      ripsnortntear New Member

      Joined:
      Jan 9, 2022
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      3
      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
       
    3. ripsnortntear

      ripsnortntear New Member

      Joined:
      Jan 9, 2022
      Messages:
      24
      Likes Received:
      0
      Trophy Points:
      3
      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.
       

    Share This Page