Chef Archive
Thread: chef macro
Page 1 of 1
Rinoca
Tue Jan 27, 2004 12:16 pm
#1
Is there a macro that would help a player get XP faster? it takes over 32K xp to advance just the first level. I've gottons of resources but I'd like to get one block done in less that one week. Please suggest a working macro.
AynRand
Tue Jan 27, 2004 2:27 pm
#3
Here is my chef macro:
/r No I am all out of Fishak
/r Yes I am making more
/r It will take a few days due to the complexity of the drink
/r Yes I will email you when its on my vendor
Enjoy.
Diir
Thu Jul 29, 2004 7:21 pm
#4
im sure this question has been answered many times but how do you set up a chf macro?if someone could explain it or give me a link to a past thread i would appreciate it.
Diir
Diir
Aladine
Fri Jul 30, 2004 7:34 am
#6
I'm at work right now, so I'll give you a basic set up of what I use.
I have a multiple macro system
I put the tool macros at UI slots 00,01,02,03,04,05 and the crafting tools as slots 12,13,14,15,16,17
I put my finishing macro at slot 06
and I put my cycle macro in slot 07
and finally I put my dump macro into slot 11
My dump macro (its easier to click then to type /dump while a macro is going) is simply
/dump
My tool macro is just
/ui action toolbarSlotxx; (12-17)
/selectDraftSchematic xx;
My finishing macro is
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
Then my cycle macro is
/macro tool1;
/pause 4.5;
/macro finish;
/pause 02;
/macro tool2;
/pause 4.5;
/macro finish;
/pause 02;
/macro tool3;
/pause 4.5;
/macro finish;
/pause 02;
/macro tool4;
/pause 4.5;
/macro finish;
/pause 02;
/macro tool5;
/pause 4.5;
/macro finish;
/pause 02;
/macro tool6;
/pause 4.5;
/macro finish;
/pause 02;
/macro cycle;
The pauses are a little longer then they really have to be, I'm sure you can shave a few seconds total out of the cycle macro, but I wasn't ready for a furious clicking 10 hour grind, I'd rather do a leisurly paced 12 hour one (or 12 hours and7 minutes to be even closer.)
Also, if you miss the double click on the items, if the final item is loading into the combine sometimes you get a no prototype item error. Just close the box and go on.
If you miss a full item (like GF starts complaining...) then don't worry about it you won't lose resources and it just hits the pause and goes onto the next one.
ryukinku
Fri Jul 30, 2004 1:42 pm
#7
I see that from you registration date you are new. So hopefully this will help you. At the top of the profession boards you visit are sticky threads. One of these will be a FAQ. In there you will find how to grind that profession, macros, etc... Hope you enjoy the game, and good luck.
Page 1 of 1