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
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