• Visit Rebornbuddy
  • [OrderBot] Crafting Profiles 50-60

    Discussion in 'Other Profiles' started by Sycho, Jul 30, 2015.

    1. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Crafting Classes 50-60

      [​IMG]

      As I am leveling my crafters I thought I would share the profiles I create to do it. They do not do the 50-60 quests (but I am working on that too).
      These profiles will make items that are stackable so you can leave them running for long periods of time. You should still check on them from time to time since errors can happen no matter how well they are constructed.

      Notes about profiles...
      They DO NOT do quests.
      They DO NOT equip gear.
      They DO auto repair equipped gear as it is needed.
      They DO gather all materials, including crystals.

      Profiles Available:

      Weaver
      Leatherworker
      Goldsmith
      Carpenter
      Blacksmith(In-Process)

      [HR][/HR]
      There are requirements for these profiles to run correctly. All requirements are listed at the top of the profile when you open it in a text editor. An example is below.

      Code:
      <!--//////////////////////////////////////-->
      <!--Class requirments for this profile.-->
      <!--
      Botanist at 51+ to harvest materials.
      Weaver at 50+ with minimum of Craftsmanship 373, Control 343 and 337 CP.
      Culaniarian at 37+ for Hasty Touch and Steady Hand II.
      Alchemist at 50+ for Comfort Zone.
      Goldsmith at 15+ for Manipulation.
      Blacksmith at 15+ for Ingenuity.
      Carpenter at 50+ for Byregot's Blessing.
      -->
      <!--//////////////////////////////////////-->
      
      <!--//////////////////////////////////////-->
      <!--Aetheryte requirments for this profile.-->
      <!--
      Hawthorne Hut
      Bentbranch Meadows
      Falcon's Nest
      Black Brush Station
      Foundation
      Camp Tranquil
      Tailfeather
      -->
      <!--//////////////////////////////////////-->
      
      <!--//////////////////////////////////////-->
      <!--This profile does NOT do quests.-->
      <!--//////////////////////////////////////-->
      
      <!--//////////////////////////////////////-->
      <!--It will repair gear for you but not equip it.
          Strongly suggest upgrading gear every few levels.-->
      <!--//////////////////////////////////////-->
      
      You will also need to change the Gear Set in game to:

      Botany: 2
      Miner: 5
      Fighter Class: 1
      Weaver: 9

      Or, you can change the number in the profile. Change the 2 in "/gs change 2" to whatever your gear sets are set to. Then do the same for the other classes that have codechunks.

      Code:
        <CodeChunks>
          <CodeChunk Name="Botany">
            <![CDATA[ff14bot.Managers.ChatManager.SendChat("/gs change [B]2[/B]");]]>
          </CodeChunk>
        </CodeChunks>
      
      Downloads - These profiles are only available through SVN. If you don't know how to set up SVN a tutorial can be found here

      SVN for all profiles https://subversion.assembla.com/svn/crafting-50-60/


      Credits​

      Thanks to iyake for the NPC repair file.
       
      Last edited: Aug 24, 2015
      mdbsat likes this.
    2. nosupportgiven

      nosupportgiven New Member

      Joined:
      Jul 8, 2015
      Messages:
      6
      Likes Received:
      0
      Trophy Points:
      0
      Wow. nice!
       
    3. cych2769

      cych2769 Member

      Joined:
      Mar 21, 2010
      Messages:
      65
      Likes Received:
      0
      Trophy Points:
      6
      Your work is seriously...PRICELESS.

      Thank you so much for sharing it <3
       
    4. Velai

      Velai New Member

      Joined:
      Jun 11, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Excellent! Will be trying this as soon as I get home! :)
       
    5. razzle

      razzle Member

      Joined:
      Nov 3, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
    6. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Okay, update with the SVN and try it again. Looks like there was a place it was set to 52 instead of 51.
       
    7. Velai

      Velai New Member

      Joined:
      Jun 11, 2014
      Messages:
      17
      Likes Received:
      0
      Trophy Points:
      0
      Hi Sycho!

      Wanted to start off saying this profile is awesome! Excellent work! :) Last night it ran perfectly for me but this morning it seems to be stopping saying the profile has been completed. I might be doing something wrong but it's just odd it was working wonderfully last night and not working at all now!

      Here is the log: View attachment 84100 2015-08-01 09.30.txt
       
    8. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Okay looks like it was something I did when I made a correction last night. Go ahead and update the profile and give it another go.
       
    9. razzle

      razzle Member

      Joined:
      Nov 3, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
      sry another problem it collected ok when i returned and went to weaver it wants me to use the alchemist skill Comfort Zone -- I dont have that skill on this toon.


      View attachment 4552 2015-08-01 14.30.txt
       
    10. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Without it you will not have enough CP to do the crafts as they are currently set up. That being said, you can open the profile and scroll down to the section that has the CraftActions and change it so it fits your current skills.

      You will need to create a new routine and change the area below to what you are able to do.

      Code:
      <Synthesize RecipeId="2756" MinimumCp="307" HQMats="-1,-1"/>
                <While Condition="CraftingManager.IsCrafting">
                  <CraftAction Name="Comfort Zone" ActionId="286" />
                  <CraftAction Name="Inner Quiet" ActionId="256" />
                  <CraftAction Name="Steady Hand II" ActionId="281" />
                  <CraftAction Name="Hasty Touch" ActionId="100108" />
                  <CraftAction Name="Manipulation" ActionId="278" />
                  <RunCode Name="BestTouch"/>
                  <RunCode Name="BestTouch"/>
                  <CraftAction Name="Hasty Touch" ActionId="100108" />
                  <CraftAction Name="Manipulation" ActionId="278" />
                  <CraftAction Name="Steady Hand II" ActionId="281" />
                  <CraftAction Name="Hasty Touch" ActionId="100108" />
                  <CraftAction Name="Hasty Touch" ActionId="100108" />
                  <CraftAction Name="Hasty Touch" ActionId="100108" />
                  <CraftAction Name="Great Strides" ActionId="264" />
                  <RunCode Name="BestByregots"/>
                  <CraftAction Name="Careful Synthesis II" ActionId="100069" />
                  <CraftAction Name="Careful Synthesis II" ActionId="100069" />
                </While>
       
    11. SmokeHaze

      SmokeHaze New Member

      Joined:
      May 1, 2014
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1
      This isnt 50-60 its 51-60 just saying
       
    12. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      As long as you are 50 or higher weaver the profile will run.
       
    13. SmokeHaze

      SmokeHaze New Member

      Joined:
      May 1, 2014
      Messages:
      27
      Likes Received:
      0
      Trophy Points:
      1


      Does that look like its running.
       
    14. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      Instead if making two douchebag comments, you could have just said there was a little bug somewhere, just saying
       
    15. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      The profile is for weaver 50-60 not botanist 50-60.

      Edit: It does look like botany was listed as 50+ instead of 51+ in the requirements, I have corrected that tiny mistake.
       
    16. razzle

      razzle Member

      Joined:
      Nov 3, 2012
      Messages:
      188
      Likes Received:
      1
      Trophy Points:
      18
      ok i did as you suggested and edited the profile now i harvest a little to get to 300 Rainbow Cotton Boils and 227 Cotton Boils the teleport to Foundation
      and toon change to wearver gears and stands there and does nothing


      View attachment 6160 2015-08-03 03.18.txt

      here are the changes I made

      <While Condition="HasAtLeast(12597, 1) and HasAtLeast(5343, 1) and HasAtLeast(8, 1) and Core.Player.ClassLevel &lt; 55">
      <Synthesize RecipeId="2756" MinimumCp="307" HQMats="-1,-1"/>
      <While Condition="CraftingManager.IsCrafting">
      <CraftAction Name="Inner Quiet" ActionId="256" />
      <CraftAction Name="Steady Hand" ActionId="281" />
      <CraftAction Name="Hasty Touch" ActionId="100108" />
      <CraftAction Name="Hasty Touch" ActionId="100108" />
      <CraftAction Name="Manipulation" ActionId="278" />
      <RunCode Name="BestTouch"/>
      <RunCode Name="BestTouch"/>
      <CraftAction Name="Hasty Touch" ActionId="100108" />
      <CraftAction Name="Manipulation" ActionId="278" />
      <CraftAction Name="Hasty Touch" ActionId="100108" />
      <CraftAction Name="Hasty Touch" ActionId="100108" />
      <CraftAction Name="Hasty Touch" ActionId="100108" />
      <CraftAction Name="Careful Synthesis II" ActionId="100069" />
      <CraftAction Name="Careful Synthesis II" ActionId="100069" />
      </While>
       
    17. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      [09:04:50.902 D] No viable path from <-60.44426, 8.113304, 34.83847> to <-210.2958, -16.13492, -55.40603> in 00:00:00.7252809 ms
       
    18. Valpsjuk

      Valpsjuk Member

      Joined:
      Nov 10, 2014
      Messages:
      397
      Likes Received:
      4
      Trophy Points:
      18
      [09:04:50.144 V] [Poi.Clear] Reason: Current behavior changed to NPCRepairTag: NpcId: 1011199, XYZ: <-210.2958, -16.13492, -55.40603>, DialogOption: 0, Threshhold: 75, IsDone: False, HighPriority: False, LineNumber: 206, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: null, .


      Trying to get to Niall for repairs it looks like.

      Niall is in The Jeweled Crozier, in The Pillars, so I think your in the wrong zone maybe....
       
    19. tishat

      tishat Member

      Joined:
      May 29, 2015
      Messages:
      735
      Likes Received:
      7
      Trophy Points:
      18
      ah, that's a good point too
       
    20. Sycho

      Sycho New Member

      Joined:
      Jan 10, 2015
      Messages:
      143
      Likes Received:
      3
      Trophy Points:
      0
      Looks like it was a problem with the way it was trying to use the aethernet system. I have fixed it so will just need to update the profile then copy paste your changes back in.
       

    Share This Page