MMOMinion

Full Version: Request on Crafting profile
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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"
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
(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.
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
...

:)