Weaponsmith Archive
Thread: New WS needs help with crafting macro
Page 2 of 2
Vade_WS
Wed Dec 22, 2004 1:30 am
#14
It was obviously a poor design choice: they could have allowed you to use a name key instead of a number key for looking up schematics.
Anyway, I wrote my own macro to do this. Just boot a crafting session and then run a macro that looks something like this:
/selectDraftSchematic 00; pause 5;
/selectDraftSchematic 01; pause 5;
/selectDraftSchematic 02; pause 5;
/selectDraftSchematic 03; pause 5;
/selectDraftSchematic 04; pause 5;
/selectDraftSchematic 05; pause 5;
/selectDraftSchematic 06; pause 5;
/selectDraftSchematic 07; pause 5;
You get the picture. Enabling cut and paste will speed up writing this macro. It's not that much fun to write, but you only have to do it once.
When you run it, count along with the display. If you see the "wrong" schematic, just click on the back button. When you see the right schematic, just remember your count and /dump.
I hope this helps.
Anyway, I wrote my own macro to do this. Just boot a crafting session and then run a macro that looks something like this:
/selectDraftSchematic 00; pause 5;
/selectDraftSchematic 01; pause 5;
/selectDraftSchematic 02; pause 5;
/selectDraftSchematic 03; pause 5;
/selectDraftSchematic 04; pause 5;
/selectDraftSchematic 05; pause 5;
/selectDraftSchematic 06; pause 5;
/selectDraftSchematic 07; pause 5;
You get the picture. Enabling cut and paste will speed up writing this macro. It's not that much fun to write, but you only have to do it once.
When you run it, count along with the display. If you see the "wrong" schematic, just click on the back button. When you see the right schematic, just remember your count and /dump.
I hope this helps.
Page 2 of 2