Doctor Archive

Thread: /nextCraftingStage bugged now?

BrandonIT
Sat Oct 16, 2004 7:10 pm
#1


I'm using a macro crafter grind macro running and I've been getting strange results.


/ui action toolBarSlot00; (launch the crafting tool)

/pause 1;

/selectDraftSchematic 09; (pick the ABEC schematic)

/pause 8; (gives me time to put in ingredients)

/nextCraftingStage; <--This is where everything falls apart.

/pause 1;

/nextCraftingStage;

/pause 1;

/createPrototype practice;

/pause 3;


For some reason, the /nextCraftingStage command does nothing. In fact, it bugs the crafting session it seems because from then on, if I try to press the Assemble button, I get an error saying there's no ingredients loaded even though I've already loaded them and I can't load them again, the system won't let me.


Has anyone experienced any problems like this or can someone run a quick test on their macro to see if it's working still?




Erdeid - Master Commando
Erleid - Master Musician, Master Entertainer, Master Artisan
nope...gone again...
Teioh
Sat Oct 16, 2004 7:49 pm
#2


/nextcraftingstage does go to the next crafting stage it just doesn't update the crafting window so it looks like it is doing nothing. I think if you add one more nextc and two more createp commands, it'll work.

Message Edited by Teioh on 10-16-2004 08:49 PM



Oh and one more thing. Have you guys ever seen those sigs that are lines of text and look like they are a part of the post?

-------
Ingame Names
Anno
rarely Teioh-II
almost never Aio

PaxEternus
Sun Oct 17, 2004 4:40 am
#3

I have the same problem. It just cuts out and I get a "Crafting Session Ended" message when the macro is ment to finish = but no item or xp.



~ ego optare tibi pax eternus ~
CooperStarforge
Sun Oct 17, 2004 5:31 am
#4

If you are standing next to a crafting station/crafting droid you must have 3 /nextcraftingblahblah instead of 2


Conversly...


If you have 3 and only need 2 it still works..


so...


just put 3 in and run it through.


Cooper Starforge

Bria

Unguilded



It is by will alone I set my mind in motion. It is by the juice of Sapho that thoughts acquire speed, the lips acquire stains, the stains become a warning. It is by will alone I set my mind in motion." (Dune)
is-o
Sun Oct 17, 2004 5:47 am
#5

i would suggest taking the pauses out to look like this



/ui action toolBarSlot00; (launch the crafting tool)

/pause 1;

/selectDraftSchematic 09; (pick the ABEC schematic)

/pause 8; (gives me time to put in ingredients)

/nextCraftingStage; <--This is where everything falls apart.

/nextCraftingStage;

/createPrototype practice;

/pause 3;


this is just advise take it or leave it
PaxEternus
Sun Oct 17, 2004 6:06 am
#6

Have any of you used you grinding macros and had them working recently?

It's not working for me not matter how I use pauses, or how many /nextCraftingStage 's I put in. It just ends with no xp and no item.



~ ego optare tibi pax eternus ~
Marzuk147
Sun Oct 17, 2004 6:41 am
#7

"
/createPrototype practice;"

This is your problem, its

/createPrototype practise no item;

Also yes make sure you have 3 /nextCraftingStage; in there.
CooperStarforge
Sun Oct 17, 2004 6:46 am
#8

oh snap I didn't actually read his macro.. or I would have picked that one up.. sorry but when I hear the words



"My macro was working.. but now it's not.. I think the game is broke"


My automatic response it to tell them to throw one more /nextcraftingblahblah in there


Seeing as it has fixed 7/8 (now) of every time I've heard that line


Cooper Starforge

Bria

MTK/ALLLLMOST MDOC



It is by will alone I set my mind in motion. It is by the juice of Sapho that thoughts acquire speed, the lips acquire stains, the stains become a warning. It is by will alone I set my mind in motion." (Dune)
Marzuk147
Sun Oct 17, 2004 7:18 am
#9

Yeah well my guess is that it was working simply until he changed it ^^
PaxEternus
Sun Oct 17, 2004 8:33 am
#10

Anyone know how to copy and paste text in-game? Ctrl+c are character sheet, and Ctrl+v are planetary map, so...?



~ ego optare tibi pax eternus ~
Ronskii
Sun Oct 17, 2004 3:16 pm
#11

here is the one i use for all kinds of crafting this is with 5 tools and i have never had it not work just adjust the time for adding ingedients and change the item to what you need.


/ui action toolbarPane05;
/ui action toolbarSlot07;
/select 09;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noItem;
/pause 1;
/createPrototype;
/pause 2;
/ui action toolbarPane05;
/ui action toolbarSlot08;
/select 09;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noItem;
/pause 1;
/createPrototype;
/pause 2;
/ui action toolbarPane05;
/ui action toolbarSlot09;
/select 09;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noItem;
/pause 1;
/createPrototype;
/pause 2;
/ui action toolbarPane05;
/ui action toolbarSlot10;
/select 09;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noItem;
/pause 1;
/createPrototype;
/pause 2;
/ui action toolbarPane05;
/ui action toolbarSlot11;
/select 09;
/pause 4;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice noItem;
/pause 1;
/createPrototype;
/pause 2;
/ui action toolbarSlot20;


BrandonIT
Sun Oct 17, 2004 7:57 pm
#12

O.k., I'll try fixing mine with the suggestions here (I'm not near a crafting station), and if that doesn't work, I'll try cut & pasting the macro above in and see what happens.




Erdeid - Master Commando
Erleid - Master Musician, Master Entertainer, Master Artisan
nope...gone again...
MoogleDee
Mon Oct 18, 2004 12:15 am
#13

You have to bind it yourself, go into your options and push keymap, under chat you'll find a place to bind copy and paste. Personally I use ctrl+; for copy and ctrl+' for paste.



~ Kyoji Tsukuru ~
Imperial Inquisition Ace

Page 1 of 2
Previous Next