Heya! I just encountered this bug when trying to construct a proper macro for crafting.
Apparently, Ingenuity II cannot be macro'd for some reason.
Printable View
Heya! I just encountered this bug when trying to construct a proper macro for crafting.
Apparently, Ingenuity II cannot be macro'd for some reason.
Did you try
/ac "Ingenuity II" ?
You need to put quotes around something that has a space in it.
Here's an example of the 2nd part of my 2-part macro I use often:
/ac "Steady Hand II" <wait.2>
/ac "Great Strides" <wait.2>
/ac "Innovation" <wait.2>
/ac "Ingenuity II" <wait.2>
/ac "Byregot's Blessing" <wait.3>
/ac "Careful Synthesis II" <wait.3>
/ac "Careful Synthesis II" <wait.3>
/ac "Careful Synthesis II" <wait.3>
/ac "Careful Synthesis II" <wait.3>
/echo Step 2 done!
Has ingenuity II in it, and works perfectly..
I think I solved the problem. As it turns out, I capitalized the wait command at the end of Ingenuity II, which caused it to get skipped for some reason.