• Visit Rebornbuddy
  • Changing jobs issue after recent update

    Discussion in 'Rebornbuddy Support' started by cloud1771, May 13, 2015.

    1. cloud1771

      cloud1771 Member

      Joined:
      Apr 14, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      I have several orderbot profiles that after the update don't change jobs.
      these profiles worked fine just before the date but now they simply do not change jobs so they only gather on whatever job you started with.

      Here is my log file
      View attachment log 5-13-2015.txt

      all the profiles i am trying to use, use the codechunk method

      and have the following if statement to check the job

      <If Condition="Core.Me.CurrentJob != ClassJobType.Miner">
      <RunCode Name="MIN"/>
      <WaitTimer WaitTime="3"/>
      </If>

      or

      <If Condition="Core.Me.CurrentJob != ClassJobType.Botanist">
      <RunCode Name="BTN"/>
      <WaitTimer WaitTime="3"/>
      </If>

      Thanks
       
    2. Neverdyne

      Neverdyne Community Developer

      Joined:
      Sep 12, 2014
      Messages:
      644
      Likes Received:
      18
      Trophy Points:
      18
      There's something you're missing in the code you posted, can you find the "MIN" and "BTN" code on the profile somewhere?
       
    3. cloud1771

      cloud1771 Member

      Joined:
      Apr 14, 2015
      Messages:
      39
      Likes Received:
      0
      Trophy Points:
      6
      I attached the profile I have been running
      I copied the code chunks out and put them in a separate test file just to see if it would simply change jobs... It did
      so it could just be an issue with the profile timing or something...it was just odd that it worked yesterday and today it doesn't.
       

      Attached Files:

    Share This Page