Game Guides Archive
Thread: need the artisen crafting code for grinding.
Page 1 of 1
e-Chu-Ta
Mon Sep 27, 2004 11:26 pm
#1
I saw a grinding code for crafting Items. but I can't find it now. Can someone please reply the code for me? Thanks.
EttaBrummi
Tue Sep 28, 2004 1:51 am
#2
e-Chu-Ta wrote:
I saw a grinding code for crafting Items.
It seems no one else was curious enough, so i'll ask it
wth is a "grinding code" ?
Liamo
Tue Sep 28, 2004 3:20 am
#3
Are you talking about a "Macro" that automatically does some of the keystrokes for you? If so, you might want to try the profession forums for Artisan (but for me, since you STILL have to enter in resources I can do it just as fast myself by clicking and it's not a time saver).
If you're looking for anything else, I don't know.
MoDrogon
Tue Sep 28, 2004 7:41 am
#4
Wakkoin
Tue Sep 28, 2004 9:29 am
#5
Isn't it Up, Up, Down, Down, Left, Right, Left, Right, A, B, Select, Start?
Nomorenerfs
Wed Sep 29, 2004 1:59 pm
#6
Wakkoin wrote:
Isn't it Up, Up, Down, Down, Left, Right, Left, Right, A, B, Select, Start?
Almost as good as:
/startcraftingSession;
/quit wastingTime;
/macro ubercheatCode;
Adiquet
Wed Sep 29, 2004 2:09 pm
#7
Here is the Macro that I have .. and it seems to work really well.
Name the new macro Crafting
Put a Crafting Device in slot 00 or F-1
Put a Crafting Device in slot 01 or F-2
Put your macro in slot 03 or F-3
You may need to adjust the pause times to suit your needs and you will want to replace the 'xx' with the Schematic you want to create.
Example in mine the survival knife is Schematic 00
/ui action toolbarSlot00;
/selectDraftSchematic xx;
/pause 8;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype no item;
/createPrototype no item;
/pause 8;
/ui action toolbarSlot01;
/selectDraftSchematic xx;
/pause 8;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype no item;
/createPrototype no item;
/pause 8;
/macro Crafting
Name the new macro Crafting
Put a Crafting Device in slot 00 or F-1
Put a Crafting Device in slot 01 or F-2
Put your macro in slot 03 or F-3
You may need to adjust the pause times to suit your needs and you will want to replace the 'xx' with the Schematic you want to create.
Example in mine the survival knife is Schematic 00
/ui action toolbarSlot00;
/selectDraftSchematic xx;
/pause 8;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype no item;
/createPrototype no item;
/pause 8;
/ui action toolbarSlot01;
/selectDraftSchematic xx;
/pause 8;
/nextCraftingstage;
/nextCraftingstage;
/createPrototype no item;
/createPrototype no item;
/pause 8;
/macro Crafting
Adiquet
Wed Sep 29, 2004 2:28 pm
#8
I came up with a macro to Sample more then 1 resource in the area. It works great the way it is but Im sure it can be tweeked to suit your needs.
First Create a Macro with the name Sample.
If you do not know how to create a macro this is how.
1. Press Ctrl + A This will bring up your Command Browser.
2. Click on Macro.
3. Click on Add
4. Here is where you want to Name your macro .. Name this new Macro .. Sample
5. Pick an Icon
6. Now here is where you put in the macro
/ui action toolbarSlot00;
/pause 5; Time to tell the Survey Device what you want to sample.
/ui action toolbarSlot00; Closes the Survey window
/sample;
/pause 300; # of seconds you want to survey
/stand;
/pause 300; # of seconds you want to Heal
/ui action toolbarSlot01; This will select the F-Key you have the 2nd Survey Device assigned to.
/pause 5; Time to tell the Survey Device what you want to sample.
/sample;
/pause 300; # of seconds you want to survey
/stand;
/pause 300; # of seconds you want to Heal
/macro Sample; Loops Macro
Ok here is what you want to do ..
Your F-Keys Rance from 00 - 11 for the frist row
So put a Survey Device, like a Mineral Survey Device, in 00 or F-1
Put a second Survey Device, like a Chemical Survey Device in 01 or F-2
Now Place your Macro you just created in 02 or F-3
Now
Go out and take some surveys .. Survey for Mineral and Chemical .. when you find an area with High Samples of each, you are ready to begin your Sampling.
Press your F-3 key .. to begin your Macro.
Now Sit back and watch your Resources add up.
Remember ... Sample in an area where you will not be attacked.
Hope this helps..
First Create a Macro with the name Sample.
If you do not know how to create a macro this is how.
1. Press Ctrl + A This will bring up your Command Browser.
2. Click on Macro.
3. Click on Add
4. Here is where you want to Name your macro .. Name this new Macro .. Sample
5. Pick an Icon
6. Now here is where you put in the macro
/ui action toolbarSlot00;
/pause 5; Time to tell the Survey Device what you want to sample.
/ui action toolbarSlot00; Closes the Survey window
/sample;
/pause 300; # of seconds you want to survey
/stand;
/pause 300; # of seconds you want to Heal
/ui action toolbarSlot01; This will select the F-Key you have the 2nd Survey Device assigned to.
/pause 5; Time to tell the Survey Device what you want to sample.
/sample;
/pause 300; # of seconds you want to survey
/stand;
/pause 300; # of seconds you want to Heal
/macro Sample; Loops Macro
Ok here is what you want to do ..
Your F-Keys Rance from 00 - 11 for the frist row
So put a Survey Device, like a Mineral Survey Device, in 00 or F-1
Put a second Survey Device, like a Chemical Survey Device in 01 or F-2
Now Place your Macro you just created in 02 or F-3
Now
Go out and take some surveys .. Survey for Mineral and Chemical .. when you find an area with High Samples of each, you are ready to begin your Sampling.
Press your F-3 key .. to begin your Macro.
Now Sit back and watch your Resources add up.
Remember ... Sample in an area where you will not be attacked.
Hope this helps..
Page 1 of 1