Posts: 8
Threads: 3
Joined: Sep 2014
12-17-2014, 08:31 PM
(This post was last modified: 12-17-2014, 09:12 PM by garra113.)
I was trying to construct a crafting macro but I can never get it to work the way I want (spams nothing but comfort zone) and if its possible, can someone teach me how or make one for me if its not too much? The macro looks like this
/ac "Comfort Zone" <wait.2>
/ac "Inner Quiet" <wait.2>
/ac "Steady Hand II" <wait.2>
/ac "Manipulation" <wait.2>
/ac "Basic Touch" <wait.3>
/ac "Basic Touch" <wait.3>
/ac "Basic Touch" <wait.3>
/ac "Basic Touch" <wait.3>
/ac "Steady Hand II" <wait.2>
/ac "Ingenuity II" <wait.2>
/ac "Innovation" <wait.2>
/ac "Basic Touch" <wait.3>
/ac "Great Strides" <wait.2>
/ac "Byregot's Blessing" <wait.3>
/ac "Careful Synthesis II"
Posts: 44
Threads: 3
Joined: Dec 2014
Do it like:
/ac "Comfort Zone" <me> <wait.2>
/ac "Inner Quiet" <me> <wait.2>
/ac "Steady Hand II" <me> <wait.2>
/ac "Manipulation" <me> <wait.2>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Steady Hand II" <me> <wait.2>
/ac "Ingenuity II" <me> <wait.2>
/ac "Innovatoin" <me> <wait.2>
/ac "Basic Touch" <me> <wait.3>
/ac "Great Strides" <me> <wait.2>
/ac "Byregot's Blessing" <me> <wait.3>
/ac "Careful Synthesis II" <me> <wait.2>
/echo Macro Step 1 complete <se.7>
You almost got it right :3
Btw I wonder what you're crafting
Posts: 8
Threads: 3
Joined: Sep 2014
(12-17-2014, 09:30 PM)Illua Wrote: Do it like:
/ac "Comfort Zone" <me> <wait.2>
/ac "Inner Quiet" <me> <wait.2>
/ac "Steady Hand II" <me> <wait.2>
/ac "Manipulation" <me> <wait.2>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Basic Touch" <me> <wait.3>
/ac "Steady Hand II" <me> <wait.2>
/ac "Ingenuity II" <me> <wait.2>
/ac "Innovatoin" <me> <wait.2>
/ac "Basic Touch" <me> <wait.3>
/ac "Great Strides" <me> <wait.2>
/ac "Byregot's Blessing" <me> <wait.3>
/ac "Careful Synthesis II" <me> <wait.2>
/echo Macro Step 1 complete <se.7>
You almost got it right :3
Btw I wonder what you're crafting
Ugh. I should have clarified. I wanted something like a profile instead of a macro. I want to leave it afk while it mass craft XD I'm trying to do this as a 1 star 40 Dura craft since it doesn't exist anywhere or just RNG based.
Posts: 62
Threads: 7
Joined: Nov 2014
I use the Step <=> options as I don't understand any better way - I'd recommend that.
Put all your skills in then go through and ...
on Comfort Zone, choose step >= 1 and step < 2
on Inner Quiet, choose step >=2 and step <3
...
:)