Chef Archive
Thread: New Chef Guides
Thank you this was very helpful. But I do want to say one thing. I was surfing through the forum looking for good info when I came across the rudest response I had ever seen in my life. I was shocked that someone asked for help and was basically slapped in the face. I understand the person didn't take the time to look at the sticky but people have to remember that not everyone is forum familiar. The respondant could have been more tactful and less insulting. I will leave my comment at that least I say something just as insulting.
Thank you.
it's already there in the Baby Chef FAQ. that's where i found it, i never did post here until i had already mastered. i was able to get there using info i found already available.
Emalie wrote:
This list needs to include a guide for grinding, otherwise we get many posts about how to grind chef and a bunch of smartmouth chefs responding because they cannot be polite.
Gah i cant get theese Macros to work. can somone plz spell out exactley how the macro should look like from the guide here or another good one tha works. ican put tools in any boxes but preferebly the lower row from 12-23 i suspect is right.
Im working on chef i find crafting very boring (atleast when training) and i am totaly noob when it comes to coding making macros etc. If somone just types it down here exactly as i shall type it in me macro editor i would be very greatful.
Earne Hopbrant/FarStar
/ui action toolbarSlot12;
/selectDraftSchematic ##;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
winnyboy1 wrote:
So say you wanted to grind this ASAP (for holo reasons) keep making Large Glasses? 100 crytal gemstones are so easy to find it doesnt seem fair!
Great guide for a novice chef. And the one above, Zeth's , also has some great material. Thanks to all .
For instance... I have
/ui actiontoolbarSlot00; /selectDraftSchematic 22; etc, etc. (which is for a drinking glass, 10 gemstone)
The problem is, and I've checked the macro a dozen times, is when I press F1 to start my macro, it's preparing
it 22 times, instead of loading schematic 22... and by the time it knows to start the crafting tool, it says
there are already too many things in the queue and it enters an endless loop of crafting saying each tool is
already crafting and locks up my game.
PLEASE email me if you know how to fix this since they put out the new publish... [email protected]
I don't check the boards, I just came here for help.
KRDarklighter wrote:
/ui actiontoolbarSlot00; /selectDraftSchematic 22; etc, etc. (which is for a drinking glass, 10 gemstone)
The problem is, and I've checked the macro a dozen times, is when I press F1 to start my macro...
Well, maybe you just mistyped something, butbased on what you posted, that's what I'd expect. If the macro icon is in the box for "F1", then it is in toolbarSlot00. So you hit F1, the first command in the macro is to hit F1, which starts the macro, and it's first command is to hit F1, which starts the macro... And so on and so forth until the game says "enough", cancels those, and all the macros start "unraveling" trying to continue on with the rest of the commands but since you'll have 10-20 instances of the macro all trying to do the same thing at the same time it barfs.
You want the first toolbarSlot command to point to the box with your first crafting tool. At the end of the macro (when you want to repeat) use the toolbarSlot## that the macro's icon is sitting in.