This is a quick profile that I used to farm Blue Scripts of Crafting - I was doing Cockatrice Meatballs however you can adjust the recipe ID to whatever you want to use for hand-ins just keep in mind this is a level 58 recipe, if you opt for lvl 59 or 60 you need to make sure the Careful Synthesis II's are enough to finish it off.
Gear Used:
MH: i150 HQ
OH: i149 HQ
Left side minus belt: i150 HQ with 0 melds
Right side + Belt: Pre-expansion BiS
Food:
HQ Bouillabaisse
Stats unbuffed:
Craft: 665
Control: 604
How to use:
1. Turn on Collectable Synthesis
2. Start bot
3. *Once the craft is done you have to manually click yes, then it will go back into auto-mode until the collectable window pops up again
*I've searched all over the forums, haven't found how I could implement an auto-yes click on the crafting collectability window so this could run 100% automatically - Any input/help here would be highly appreciated!!
On average I get about 90% full value on collectability unless super bad RNG on the hasty touches
Note: For easier code writing I use a Custom Tags (CraftActionByName) to avoid having to keep looking up action ID #s.
I will attach the CS file for the custom tags (Note: I only added Muscle Memory (CUL new skill) to the list because its used in this profile. You can add all the new skills into the custom tags just need to look up the skill IDs from xivdb.com)
How to install custom tags:
1. Where ever you save the BlueScript XML file, make sure you have a folder called "CustomTags"
2. Inside that folder save the CraftActionByNameTag
View attachment CraftActionByNameTag.cs
View attachment BlueScript.xml
Gear Used:
MH: i150 HQ
OH: i149 HQ
Left side minus belt: i150 HQ with 0 melds
Right side + Belt: Pre-expansion BiS
Food:
HQ Bouillabaisse
Stats unbuffed:
Craft: 665
Control: 604
How to use:
1. Turn on Collectable Synthesis
2. Start bot
3. *Once the craft is done you have to manually click yes, then it will go back into auto-mode until the collectable window pops up again
*I've searched all over the forums, haven't found how I could implement an auto-yes click on the crafting collectability window so this could run 100% automatically - Any input/help here would be highly appreciated!!
On average I get about 90% full value on collectability unless super bad RNG on the hasty touches
Note: For easier code writing I use a Custom Tags (CraftActionByName) to avoid having to keep looking up action ID #s.
I will attach the CS file for the custom tags (Note: I only added Muscle Memory (CUL new skill) to the list because its used in this profile. You can add all the new skills into the custom tags just need to look up the skill IDs from xivdb.com)
How to install custom tags:
1. Where ever you save the BlueScript XML file, make sure you have a folder called "CustomTags"
2. Inside that folder save the CraftActionByNameTag
View attachment CraftActionByNameTag.cs
View attachment BlueScript.xml