Artisan Archive
Thread: Crafting macro's are not working
Page 1 of 2
lotus-
Sun Jul 18, 2004 2:58 pm
#1
I am just doing a basic macro that starts the to and then selects the scheme to use.
I am grinding general crafting but i get random times where my session ends, for no reason.
I cant do more then 3-4 before it just randomly stops...
macro is
/ui action toolbarSlot12;
/selectDraftschematic 050;
THATS IT..
anyone else having problems with macros and crafting just stopping?
SkyDuster
Sun Jul 18, 2004 5:23 pm
#2
yes, i am experiencing the same thing. I have tried all sorts of slots and tools to see if that is the prob. NOPE??? I don't get it.
orange5
Sun Jul 18, 2004 5:46 pm
#3
me too, but I dont' mind it too much because you don't lose anytime clicking the F key again,,,plus I can give myself a break,,,,,but I am curious as to what happened to cause this change
XianaAylomien
Sun Jul 18, 2004 7:29 pm
#4
Hmm. I have noticed this too. I was making components to make a bigger item. Each time one crafting tool finished it would bork my crafting window. It became very annoying. I wasn't even using a macro or anything. I seemed like the generic crafting tool was doing it more often. Its hard to make 10 components if the stupid windows keep borking. >.<
daveo
Mon Jul 19, 2004 7:26 am
#5
not just when using macros, im just crafting the normal way, clicking next on every step, and im still getting kicked from the crafting session every couple of tries. any devs or csr's care to comment?
daveo
Mon Jul 19, 2004 7:30 am
#6
actually this is being a total pain in the a$$, i cant craft anything! it cancels 2 out of 3 times. i only want one vendor!
Shagg22
Mon Jul 19, 2004 8:32 pm
#7
I've been noticing this tonight too. I can only craft one thing at a time. It's only happening in practice mode though. When one tool finishes it closes the other one that I have open, but only if the first one is in practice mode. When I actually create the items, it doesn't close my second tool. I wonder if this is a bug, or if they stealth nerfed practicing. Can never tell with this game and the devs not telling us much, ok - anything.
Skuzz
Tue Jul 20, 2004 5:08 am
#8
im guessing its a bug, especially if its only happening with practicing. i experienced this weeks ago but it didnt keep going, later in the evening it stopped inexplicably. *shrug*
Rchuno
Wed Jul 21, 2004 10:23 pm
#9
Must have something to do with having more than one tool open at a time. I always make sure that one tool is closed before I open the next one. Adds like an extra second is all to the crafting macro. If you must know here is my crafting macro and it worked fine for my grind today.
It actualy consists of 2 macros, one of which is called by the other just to keep the typing to a minimum.
(insidecraft)
/pause 1;
/selectdraftschematic XX;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/createprototype practice no item;
(outcraft)
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/macro outcraft;
Ok this works wonders for me. Hope it helps ya'll too. Some notes to add would be that the pause 8 can be shortened to 7 if the pause 5 in insidecraft is reduced to a 4. it just all depends on how fast you can click those resources. I like this setup because basicly I only have to change my draft schematic in one place when I level up, and it saves time by not having to type everything in insidecraft over and over again.
It actualy consists of 2 macros, one of which is called by the other just to keep the typing to a minimum.
(insidecraft)
/pause 1;
/selectdraftschematic XX;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/createprototype practice no item;
(outcraft)
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/ui action toolbarSlotYY;
/macro insidecraft;
/pause 8;
/macro outcraft;
Ok this works wonders for me. Hope it helps ya'll too. Some notes to add would be that the pause 8 can be shortened to 7 if the pause 5 in insidecraft is reduced to a 4. it just all depends on how fast you can click those resources. I like this setup because basicly I only have to change my draft schematic in one place when I level up, and it saves time by not having to type everything in insidecraft over and over again.
PurpleWarrior
Thu Jul 22, 2004 5:03 am
#10
Only Generic Crafting Tools are doing this. I /bug reported this about 2 weeks ago.
Make some Weapon Droid and General Item Tools - they're working fine.
Shagg22
Fri Jul 23, 2004 4:16 pm
#12
It's doing it on my Weapon/Droid/Generic Tool and Clothing/Armor, and Structure, and....and if they're both going, only the first finishes for xp and the other one just ends--no xp, and loss of materials.
Message Edited by Shagg22 on 07-23-2004 06:18 PM
Mukata
Sat Jul 24, 2004 8:36 am
#13
i've been using this same macro for a week and yesterday it stopped working.........hmmmmmm
nongjin craftnoobie
Page 1 of 2