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!

All crafting profiles will only craft 2x then stop.

Worldshaker

New Member
Joined
Jan 3, 2015
Messages
22
Any crafting profile I have tried will craft an item 2x and stop saying recipe not found.



Code:
<?xml version="1.0" encoding="utf-8"?>
<Profile>
  <Name>Weaver - Woolen Yarn</Name>
  <Order>
    <If Condition="not HasAtLeast(5337,50)">
      <While Condition="not HasAtLeast(5337,50)">
        <LogMessage Message="Crafting Woolen Yarn" />
        <Synthesize RecipeId="608" RequiredSkills="284,100069" MinimumCp="280" HQMats="-2, -2, -2, -2, -2, -2" />
        <While Condition="CraftingManager.IsCrafting">
          <CraftAction ActionId="248" Name="Steady Hand" />
          <CraftAction ActionId="264" Name="Great Strides" />
          <CraftAction ActionId="284" Name="Innovation" />
          <CraftAction ActionId="100068" Name="Advanced Touch" />
          <CraftAction ActionId="264" Name="Great Strides" />
          <CraftAction ActionId="100068" Name="Advanced Touch" />
          <CraftAction ActionId="264" Name="Great Strides" />
          <CraftAction ActionId="100068" Name="Advanced Touch" />
          <CraftAction ActionId="100069" Name="Careful Synthesis II" />
        </While>
      </While>
    </If>
    <If Condition="HasAtLeast(5337,50)">
      <LogMessage Message="Crafting complete. 50 Woolen Yarn found in your inventory." />
      <StopCrafting />
    </If>
  </Order>
</Profile>
 

Attachments

Can you get a clean log without a bunch of combat stuff in it please?
 
I don't have a high level weaver, can you post a profile you used for the goldsmith?
 
Back
Top