Chef Archive
Thread: big help needed
Page 1 of 1
super_moomoo
Sat Feb 12, 2005 9:53 pm
#1
Ok well i finally got to novice chef. now i have a huge problem and am pretty pissed at it. heres the stroy/problem. So i am using a macro. actually ive tried 2 macros.
first is.
/ui action toolbarSlot00;
/selectDraftSchemematic23;
/pause 3;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 1;
/macro crafting2;
i had 8 of these. 1 for each of my crafting tools. it selects soypro to be created. i also tried
/ui action toolbarSlot00;
/selectdraftschematic23;
/pause 7;
/next;
/next;
/createprototype practice no item;
/createprototype practice no item;
/pause 2;
/next;
/macro craft2;
Both selected soypro and went all the way through the process just fine. they even took some of my resources for each craft. i am using food and chemical crafting tools although they are crappy ones i made with left over artisian grinding tools. Ok now the problem. I'm not getting any xp at all for crafting soypro. Using the macro at first i was getting general crafting xp. i was like o well ill log out and back in after 10 minutes and itll be fixed. no go. still the same situation only now i wasnt getting any xp at all. Now if i manually click my way through the crafting process i do get the xp whether in practice or for real i get the xp. i talked with a csr and all he said was i was screwed using a macro basically. Can someone tell me what im doing wrong? i dont want to spent even longer on the grind to master.
I_Zombi
Sat Feb 12, 2005 10:42 pm
#2
A common macro problem is only having two "/nextcraftingstage;" lines. If you're near a crafting station or someone's droid, you need 3 lines like this in your macro for it to complete the item. I do remember sometimes not being able to get any xp for no apparant reason while running a macro tho. I think I just logged out and tried again after a few hours. Also, make sure you're crafting a chef food, not an artisan one. I don't remember which of those categories soypro falls into but that might be an issue too.
Qowin
Sun Feb 13, 2005 6:47 am
#3
your 2nd macro is nrly the same as mine, after the pause 7, stick in :
/nextC;
/nextC;
/nextC;
instead of the 2 you have.
Also after your pause of 2, get rid of the /next;
andreplace it with the next /ui action toolbarSlotxx for your next macro in chain.
Hope this helps.
super_moomoo
Sun Feb 13, 2005 11:27 am
#4
yeah thanks for fixing the macros and the ideas. nothing would work. i tried everything anybody knew. i still cant make anything for chef xp its now making it for general crafting xp right now but a csr said they are tracking my crafts and if by tomorrow i havent gotten any xp they will give me the xp i was supposed to have gotten. so its all good. thanks for the help
Page 1 of 1