• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • All crafting profiles will only craft 2x then stop.

    Discussion in 'Rebornbuddy Support' started by Worldshaker, Feb 28, 2015.

    1. Worldshaker

      Worldshaker New Member

      Joined:
      Jan 3, 2015
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      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>
       

      Attached Files:

    2. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      Can you get a clean log without a bunch of combat stuff in it please?
       
    3. Worldshaker

      Worldshaker New Member

      Joined:
      Jan 3, 2015
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      Sorry bout that, heres a new one.
       

      Attached Files:

    4. mastahg

      mastahg Administrator Staff Member

      Joined:
      Feb 27, 2011
      Messages:
      5,343
      Likes Received:
      383
      Trophy Points:
      83
      I don't have a high level weaver, can you post a profile you used for the goldsmith?
       
    5. Worldshaker

      Worldshaker New Member

      Joined:
      Jan 3, 2015
      Messages:
      22
      Likes Received:
      0
      Trophy Points:
      1
      Well its working now no problem. I did turn off all plugins though.
       

    Share This Page