Hey guys, I've decided I want to share my 2-star crafting macro with you all. It's a simple three-part macro that's great for churning out HQ 2-star items, or just for general crafting. It needs quite high stats (as is the way with macros), so it's not great for when you're gearing up. But once you are geared up, this thing works wonders.
Minimum stat requirements:
- 770 Craft
- 750 Control (more is better!)
- 422 CP (fully capped)
- Food: Baked Onion Soup (+28 craft, +48 CP)
Cross-class skills required:
- Muscle Memory (CUL 54)
- Comfort Zone (ALC 50)
- Steady Hand II (CUL 37)
- Waste Not II (LTW 50)
- Hasty Touch (CUL 15)
- Byregot's Blessing (CRP 50)
- Ingenuity II (BSM 50)
- Careful Synthesis II (WVR 50)
- Your choice of element for Name/Brand (Lv54/Lv15) for GSM and CUL only
The macro:
PART 1
Code:
/micon "Waste Not II"
/ac "Muscle Memory" <wait.3>
/ac "Comfort Zone" <wait.2>
/ac "Inner Quiet" <wait.2>
/ac "Steady Hand II" <wait.2>
/ac "Waste Not II" <wait.2>
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/ac "Steady Hand II" <wait.2>
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/echo Part 2! <se.2>
PART 2
Code:
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/ac "Comfort Zone" <wait.2>
/ac "Master's Mend II" <wait.3>
/ac "Steady Hand II" <wait.2>
/ac "Hasty Touch" <wait.3>
/ac "Hasty Touch" <wait.3>
/ac "Great Strides" <wait.2>
/ac "Byregot's Brow" <wait.3>
/ac "Steady Hand" <wait.2>
/ac "Byregot's Blessing" <wait.3>
/ac "Ingenuity II" <wait.2>
/echo Finish it! <se.2>
FINISHER: (You will need one of these for each Element)
Code:
/micon "Name of Fire"
/ac "Name of Fire" <wait.2>
/ac "Brand of Fire" <wait.3>
/ac "Brand of Fire" <wait.3>
/ac "Careful Synthesis II" <wait.3>
/ac "Careful Synthesis II"
Points of note:
- You can use this macro for 1-star crafts, in which case add an extra Hasty Touch before the Great Strides.
- The "finisher" is handy for pretty much all macros, as it provides a cheap way to complete any craft.
- This macro uses my "Double Byregot's" trick, which I previously posted about here.
- As with any macro craft, more Control means more forgiveness when Hasty Touch inevitably fails.
Hope this is of use to someone, and of course feedback is welcome!