Hi all! I wanted to share the crafting macros I use for 70/80 durability goods at level 60. Using these macros you can easily reach HQ on most white item and older 70/80 durability recipes. Please note this set of macros has some hasty touches so you will sometimes get a normal quality product. Also special note, as written this macro uses 402 CP. If you DO NOT have enough CP you can reduce the CP cost by swapping one or two basic touch for hasty touch!
Crossclass skills required:
Comfort Zone (ALC 50), Steady Hand II (CUL 37), Muscle Memory (CUL 54), and Careful Synthesis II (WVR 50).
The macro comes in three parts: The idea is you always start your sequence with TwoStar80DurabilityStart. You end with TwoStar80DurabilityEndNormal if the condition is normal/good/poor. You end with TwoStar80DurabilityEndExcellent if the condition is excellent.
TwoStar80DurabilityStart:
/action "Muscle Memory" <me> <wait.3>
/action "Comfort Zone" <me> <wait.2>
/action "Inner Quiet" <me> <wait.2>
/action "Steady Hand II" <me> <wait.2>
/action "Hasty Touch" <me> <wait.3>
/action "Basic Touch" <me> <wait.3>
/action "Basic Touch" <me> <wait.3>
/action "Basic Touch" <me> <wait.3>
/action "Basic Touch" <me> <wait.3>
/action "Master's Mend II" <me> <wait.3>
/action "Steady Hand II" <me> <wait.2>
/action "Basic Touch" <me> <wait.3>
/action "Innovation" <me> <wait.2>
/action "Basic Touch" <me> <wait.3>
TwoStar80DurabilityEndNormal(if condition normal/good):
/action "Great Strides" <me> <wait.3>
/action "Byregot's Blessing" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
TwoStar80DurabilityEndExcellent(if condition excellent):
/action "Byregot's Blessing" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
/action "Careful Synthesis II" <me> <wait.3>
Let me know if you have any questions!