• Visit Rebornbuddy
  • No Known Required Recipe

    Discussion in 'Rebornbuddy Support' started by fifidong, Jul 11, 2015.

    1. fifidong

      fifidong Member

      Joined:
      May 31, 2012
      Messages:
      124
      Likes Received:
      0
      Trophy Points:
      16
      Simple Order Bot script with Cedar Lumber using Carpenter.

      Code:
      <Synthesize RecipeId="2195" />
      Completes but results in log below, ending in a single iteration.
      Code:
      [05:30:58.085 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 6, IsDone: False, MinimumCp: 0, RecipeId: 2195, UseCR: False, RequiredSkills: null, HQMats: null, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [05:30:58.650 N] [Synthesize] We don't know the required recipe.
      [05:30:58.650 N] Stopping the bot. Reason:[Synthesize] We don't know the required recipe.
      
      View attachment 2268 2015-07-10 20.34.txt

      Thank you in advance.
       
      Last edited: Jul 11, 2015
    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Can you post your profile please
       
    3. fifidong

      fifidong Member

      Joined:
      May 31, 2012
      Messages:
      124
      Likes Received:
      0
      Trophy Points:
      16
      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Profile>
      	<Name>Carpenter - 51_Cedar_Log</Name>
      	<Order>
      		<While Condition="True">
      			<Synthesize RecipeId="2195" />
      			<While Condition="CraftingManager.IsCrafting">
      				<CraftAction ActionId="244" Name="Steady Hand" />
      				<CraftAction ActionId="278" Name="Manipulation" />
      				<CraftAction ActionId="100008" Name="Advanced Touch" />
      				<CraftAction ActionId="100069" Name="Careful Synthesis II" />
      				<CraftAction ActionId="100069" Name="Careful Synthesis II" />
      				<CraftAction ActionId="244" Name="Steady Hand" />
      				<CraftAction ActionId="100008" Name="Advanced Touch" />
      				<CraftAction ActionId="100008" Name="Advanced Touch" />
      				<CraftAction ActionId="100069" Name="Careful Synthesis II" />
      				<CraftAction ActionId="100007" Name="Standard Synthesis" />
      			</While>
      		</While>
      	</Order>
      </Profile>
      
       
    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,232
      Likes Received:
      364
      Trophy Points:
      83
      Tested the profile and it worked fine for me. Can you reproduce this issue, does it happen all the time or only some times.
       
    5. nosupportgiven

      nosupportgiven New Member

      Joined:
      Jul 8, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      This seems to happen when I get my CP down very low.
      It works once. Then it gets...

      Code:
      [15:45:45.673 D] DoAction CraftAction 100009 0xE0000000
      [15:45:48.436 V] [Poi.Clear] Reason: Current behavior changed to Craftaction id:100069 MinDelay:250 MaxDelay:500.
      [15:45:48.436 D] Replaced hook [ProfileOrderBehavior_Hook] b5ec9a00-b320-413a-88ca-3a8b3c91c31b
      [15:45:48.436 N] [CraftAction] Casting Careful Synthesis II (100069) 
      [15:45:48.436 D] DoAction CraftAction 100069 0xE0000000
      [15:45:52.897 V] [Poi.Clear] Reason: Current behavior changed to Synthesize: LineNumber: 27, IsDone: False, MinimumCp: 0, RecipeId: 2653, UseCR: False, RequiredSkills: null, HQMats: System.Int32[], HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
      [15:45:52.898 D] Replaced hook [ProfileOrderBehavior_Hook] 2c6f60c4-fdef-4b61-94d4-b50db92f30c2
      [15:45:53.488 N] [Synthesize] We don't know the required recipe.
      [15:45:53.488 N] Stopping the bot. Reason:[Synthesize] We don't know the required recipe.
      [15:45:53.488 D] CurrentBot.Stop()
      [15:45:53.488 N] Connection closed! 192.99.148.87:31214
      [15:45:53.488 D] TreeHooks.Instance.ClearAll()
      [15:45:53.488 N] Clearing all hooks.
      
      Using Profile
      Code:
      <?xml version="1.0" encoding="utf-8"?>
      <Profile>
      	<Name>Archaeornis Leather</Name>
      	<Order>
      		<While Condition="True">
      			<Synthesize RecipeId="2653" HQMats="0, 0, 0" />
      			<While Condition="CraftingManager.IsCrafting">
      				<CraftAction ActionId="286" Name="Comfort Zone" />
      				<CraftAction ActionId="257" Name="Inner Quiet" />
      				<CraftAction ActionId="100069" Name="Careful Synthesis II" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="100047" Name="Master's Mend" />
      				<CraftAction ActionId="281" Name="Steady Hand II" />
      				<CraftAction ActionId="285" Name="Waste Not II" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="281" Name="Steady Hand II" />
      				<CraftAction ActionId="100108" Name="Hasty Touch" />
      				<CraftAction ActionId="284" Name="Innovation" />
      				<CraftAction ActionId="265" Name="Great Strides" />
      				<CraftAction ActionId="100009" Name="Byregot's Blessing" />
      				<CraftAction ActionId="100069" Name="Careful Synthesis II" />
      			</While>
      		</While>
      	</Order>
      </Profile>
      
       

    Share This Page