Forum › Forums › Discussion › Crafting Solver Relevance
This topic contains 19 replies, has 14 voices, and was last updated by dax 5 years, 1 month ago.
-
AuthorPosts
-
September 6, 2019 at 12:30 am #17162
Make a separate macro for reuse/csII/CSIII (or w/e action you have on your macro after reuse, normally CSIII/CSII) and set that button on your hotbar.
/ac “reuse”
/ac “careful synthesis III”
If reuse procs, it’ll use it. Otherwise, it’ll complete the synth.That’s how my macro is set up:
/ac “Inner Quiet” <wait.2>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Steady Hand II” <wait.2>
/ac “Advanced Touch” <wait.3>
/ac “Great Strides” <wait.2>
/ac “Byregot’s Blessing” <wait.3>
/ac Reuse <wait.2>
/ac “Careful Synthesis III” <wait.3>The problem is how do I just get miqo to just hit the macro button and then do nothing until its time to hit craft again? As it is now, miqo keeps spamming the macro button and throwing everything off.
September 6, 2019 at 12:35 am #17163September 6, 2019 at 12:48 am #17164Make a separate macro for reuse/csII/CSIII (or w/e action you have on your macro after reuse, normally CSIII/CSII) and set that button on your hotbar.
/ac “reuse”
/ac “careful synthesis III”
If reuse procs, it’ll use it. Otherwise, it’ll complete the synth.That’s how my macro is set up:
/ac “Inner Quiet” <wait.2>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Steady Hand II” <wait.2>
/ac “Advanced Touch” <wait.3>
/ac “Great Strides” <wait.2>
/ac “Byregot’s Blessing” <wait.3>
/ac Reuse <wait.2>
/ac “Careful Synthesis III” <wait.3>The problem is how do I just get miqo to just hit the macro button and then do nothing until its time to hit craft again? As it is now, miqo keeps spamming the macro button and throwing everything off.
Oh you have that on a macro, and having miqo push the macro button instead of doing the macro sequence in miqo? Yeah no idea, Lol Normally you’d enter a “,” after the macro so miqo knows to stop after the synth. But I only use miqo’s macro builder so I wouldnt really know how your set up’d work.
October 5, 2019 at 11:17 am #17822Make a separate macro for reuse/csII/CSIII (or w/e action you have on your macro after reuse, normally CSIII/CSII) and set that button on your hotbar.
/ac “reuse”
/ac “careful synthesis III”
If reuse procs, it’ll use it. Otherwise, it’ll complete the synth.That’s how my macro is set up:
/ac “Inner Quiet” <wait.2>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Delicate Synthesis” <wait.3>
/ac “Steady Hand II” <wait.2>
/ac “Advanced Touch” <wait.3>
/ac “Great Strides” <wait.2>
/ac “Byregot’s Blessing” <wait.3>
/ac Reuse <wait.2>
/ac “Careful Synthesis III” <wait.3>The problem is how do I just get miqo to just hit the macro button and then do nothing until its time to hit craft again? As it is now, miqo keeps spamming the macro button and throwing everything off.
The way to solve this is to add a bunch of “,” after the macro. So for me it looks like this -> “ctrl+shift+Y,,,,,”.
Miqo then pushes the first button but will say it doesn’t know what the other key is. So it will finish the macro successfully. The output is like this –
(12:15:52) Crafting step 1 -> key ‘ctrl+shift+y’
(12:15:54) Crafting step 2 -> key ‘??’
(12:15:57) Crafting step 3 -> key ‘??’
(12:16:00) Crafting step 4 -> key ‘??’
(12:16:03) Crafting step 5 -> key ‘??’
(12:16:18) Meow, collecting!
(12:16:19) Yes, crafting SUCCESS! (5/65)
(12:16:21) Hitting Confirm button. :3- This reply was modified 5 years, 1 month ago by PotionSeller.
October 10, 2019 at 5:01 am #17906 -
AuthorPosts
You must be logged in to reply to this topic.