Doctor Archive
Thread: Crafting Help!
Page 1 of 1
Gambootz
Mon Sep 27, 2004 11:38 pm
#1
I recently made novice doctor. Tried using the same crafting macro I had used for weaponsmith, but it doesn't seem to work. The macro runs through its stages, but at the end there is no timer on the crafting tool and no expereince gained.Here is it:
/ui action toolbarSlot##;
/sel ##;
/pause #;
/nextC;
/nextC;
/nextC;
/create Prototype Practice No Item;
/create Prototype Practice No Item;
/pause #;
--then onto next crafting tool. Like I said I used it for another crafting profession and it worked fine.
Any help would be greatly appreciated.
Gambootz
Tue Sep 28, 2004 4:12 pm
#2
C'mon..someone has to have an idea what I can do about this?? Any suggestions?
CollinScuderia
Tue Sep 28, 2004 4:29 pm
#3
When I tried a macro like this, it would not add the components with the sel# statement - I removed, just hit enter for the correct schematic and added components and the rest ran fine.
Hope it helps.
Obata
Wed Sep 29, 2004 4:00 pm
#4
I could be mistaken (going from memory), but I think it should be "/createprototype" (no space and no caps).
Gambootz
Wed Sep 29, 2004 4:41 pm
#5
Thanks for the input....gonna try it and keep my fingers crossed
Gambootz
Thu Sep 30, 2004 12:10 pm
#6
YES!! You're right Obata...correct command is /createPrototype
Dunno how I missed that considering I used the same macro to grind WS 
Page 1 of 1