Artisan Archive
Thread: Macro that doesnt give XP anymore pleas help.
Page 1 of 1
Zace66
Mon Oct 03, 2005 1:36 am
#1
I use the following macro - and have done for some time.....
Yet now I gte no crafting xp from it. I am a master artisan and a basic shipwright and would also like to get to be some architect, but the 30,000 grind XP is aweful, and these macro's helped me sooo much.
Schematic 2 is a harvester in my list. I know I am clicking to add all the ingredients fine before it moves on to the next stage (if i dont get them in in timeI get the error message)
Any help appreciated.
/ui action toolbarSlot16;
/selectDraftSchematic 2;
/pause 8;
/nextCraftingStage;
/nextCraftingStage;
/createProtoType practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot00;
/selectDraftSchematic 2;
/pause 8;
/nextCraftingStage;
/nextCraftingStage;
/createProtoType practice no item;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot00;
SEAkridge
Mon Oct 03, 2005 5:47 am
#2
Try adding one more /nextCraftingStage; to the list. I have three in mine and it works just great. You need the third if you happen to be to close to a crafting station, and if not it doesn't hurt anything.
Teikanna
Wed Oct 05, 2005 11:10 am
#3
yes, you need another "/nextCraftingStage;"
my macro is as following: (copied and pasted straight from in-game)
-
/ui action toolbarSlot00;
/pause 1;
/ui action defaultButton; <----- easy step explained below**
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot01;
/pause 1;
/ui action defaultButton; <----- easy step explained below**
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/ui action toolbarSlot01;
-
make sure all spelling is exact, case-sensitive. (ie: Prototype instead of ProtoType)
**= by using those two lines ( /pause 1; /ui action defaultButton; ) instead of the one line ( /selectDraftSchematic 2; ), you can avoid having to go through all your draft schematics manually, guessing which one, and you can choose which one it will pick, meaning:
Since the crafting tool automatically highlights the last thing you crafted with it, just highlight "Chemical Survey Device" and click "Next". Then close the crafting tool by clicking "X". Then run the macro. When the tool boots up, it will have that Chemical Survey Device selected, pause a second ( /pause 1; ) and then it will go to the next crafting phase ( /ui action defaultButton; ) and continue as normally. This macro I'm using myself at the moment to grind Artisan, and it works much easier than having to guess through the schematics.
Message Edited by Teikanna on 10-05-2005 11:12 AM
Zace66
Wed Oct 05, 2005 1:30 pm
#4
What can I say - thankyou both very much. My crafting is now much easier and quicker.
Great advice.
Cheers
Zace.
Page 1 of 1