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!

Changing jobs issue after recent update

cloud1771

Member
Joined
Apr 14, 2015
Messages
39
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
 
There's something you're missing in the code you posted, can you find the "MIN" and "BTN" code on the profile somewhere?
 
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.
 

Attachments

Back
Top