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!

[OrderBot] Crafting Profiles 50-60

Sycho

New Member
Joined
Jan 10, 2015
Messages
143
Crafting Classes 50-60



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)


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

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

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>
 
Your current level of botanist is not high enough for this profile. Please level to 51 and start the profile again.
[09:09:26.279 V] [Poi.Clear] Reason: Current behavior changed to RunCode: LineNumber: 79, Name: Stop, IsDone: False, HighPriority: False, InCombat: False, QuestId: 0, StepId: 0, PostCombatDelay: 0, QuestName: null, IsDoneCache: False, Behavior: TreeSharp.ActionRunCoroutine, .
[09:09:26.279 D] Replaced hook [ProfileOrderBehavior_Hook] e3d55282-c115-49ca-9e6c-cbbbfd131f81
[09:09:26.280 N] Stopping the bot.
[09:09:26.280 D] CurrentBot.Stop()
[09:09:26.324 D] TreeHooks.Instance.ClearAll()
[09:09:26.324 N] Clearing all hooks.
[09:09:26.324 D] Replaced hook [PreCombatBuff] b992eca3-80de-41be-ae57-558eea9c996d
[09:09:26.324 D] Replaced hook [Heal] b6ed29bb-335f-49c4-b2df-76cbbbcc1e58
[09:09:26.324 D] Replaced hook [Pull] 5d504ef8-7921-436d-9c64-8f0ea74eaa3f
[09:09:26.324 D] Replaced hook [CombatBuff] dd48c32f-36be-4cd1-895d-ab715f20420a
[09:09:26.324 D] Replaced hook [Combat] f83d8eb6-9b9b-4aeb-ac8e-a0290d866a59
[09:09:26.324 D] Replaced hook [Rest] 53577594-f32e-4b34-a49a-3faa58b059ba
[09:09:26.324 D] Navigator.Clear()
[09:09:26.324 V] [Poi.Clear] Reason: Bot stopped
[09:09:26.324 D] OnStop event
[09:09:26.324 D] OnStop Event Invoking
[09:09:26.324 D] ProfileOrderManager.OnBotStop. Resetting caches.
[09:09:26.324 N] Bot Thread Ended.



Does that look like its running.
 
Does that look like its running.

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

[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
 
[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....
 
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 184235

here are the changes I made

<While Condition="HasAtLeast(12597, 1) and HasAtLeast(5343, 1) and HasAtLeast(8, 1) and Core.Player.ClassLevel < 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>

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.
 
Back
Top