Fencer Archive
Thread: Need a Macro
Page 2 of 2
IG-88-A
Fri Dec 24, 2004 3:15 pm
#15
Hello all I just got novice weaponsmith, I need a macro to start my grind, my goal is to grind through the experiment points so I can make stuff goodenough to sell from the start. if some could post teir macro for grinding with instructions on how to set it up ( yes I know how to make a macro, but I meant if there were things I needed to do it and get it set up) I would greatly appreciate it thank you all and I hope to provide to your community as soon as possible.
Thanks again
Maju Mamass
Thanks again
Maju Mamass
Gambootz
Fri Dec 24, 2004 11:44 pm
#16
I used 6 tools in my macro..set up in F1-F6 (ui toolbarSlot00-05)
/ui action toolbarSlot00;
/sel ##; (where you select the schematic you'll be grinding on)
/pause #; (insert resources here)
/nextC;
/nextC;
/nextC;
/create Prototype Practice No Item;
/create Prototype Practice No Item;
/create Prototype Practice No Item;
/pause 2;
From here you have the next "ui action" line activate the next crafting tool
I had my macro it 2 parts..one for ui slots 00-02 and the other for ui slots 03-05.
The last line of the first macro should active the second macro.....and the last line of the second one should re-activate the first all over again.
Hope this makes sense and helps.
Page 2 of 2