Doctor Archive

Thread: My Crafting macro doesn't work

Hadopas
Sun Feb 08, 2004 2:01 am
#1

so is nextCraftingStage still suppose to work, cause it doesn't do anything for me??
Laipi
Sun Feb 08, 2004 2:16 am
#2


i only use /next;


my macro isnt setup for experimentation so i have to make sure no droids are around or a crafting station.



im really trying to remember but i cant



heres roughly waht i remember



/ui action toolbarSlot00;


/selectxx (insert number for schematic here - cant remember what it is for adv bio)


/pause 6


/next


/next


/createprototype no item


/crateprototype no item


/pause 2


/ui action toolbarSlot01; and so on... until i hit slot 06 (sixth crafting tool)


/ui action toolbarSlot07 (insert crafting macro here to repeat itself)



i hope thats accurate.. like i said thats roughly what i remember right now


Message Edited by Laipi on 02-08-2004 03:17 AM

Hadopas
Sun Feb 08, 2004 2:20 am
#3

hmmm what happens with mine is it opens up the crafting tool, then opens up the schematic, then i choose my resources, then it does appears to donothing from there. Do you see the next screens come up etc when you do it? Also do you know the command to list all the commands you can use in macros?
Laipi
Sun Feb 08, 2004 2:24 am
#4

no idea about the command for commands


the way mine works the only screen i see over and over is where i insert the ingrediants. thats it.


over and over and over and over and over until i get bored


its exactly 480 xp every 36 seconds




Hadopas
Sun Feb 08, 2004 2:29 am
#5

really? well r u able to send me your macro in and email in the game or just post it here when you get home. Myabe mine is bugged somewhere....thanks
Laipi
Sun Feb 08, 2004 2:44 am
#6

my biggest advice for right now is triple check EVERY single character in the macro.



the first time i wrote the macro out i had types and mistakes everywhere.



text ingame is such a **edit** to work with sometimes...



ill email it when i get home


Hadopas
Sun Feb 08, 2004 2:57 am
#7

thanks, yeah i have triple checked the things but can't find where they are wrong.......
Worldmaker2k4
Sun Feb 08, 2004 5:38 am
#8


Here: (This is was running on my character a whole fifteen minutes ago, so I know it works)


Slot 00 - Macro icon for crafting macro

Slot 01-XX - Crafting tools. (How many you need depends on length of time for item "creation". For BECs, use 4. For ABECs, use seven)


/ui action toolbarSlot01;

/selectDraftSchematic xx; (xx represents the item in question. BEC is usually 6, ABEC is 00)

/pause 4;

/nextC;

/nextC;

/nextC;

/createPrototype practice noitem;

/createPrototype practice noitem;

/pause 3;


From there, just repeat the above as many times as you have crafting tools, adjusting the toolbarSlot01 to whichever slot they're in. When you're finished, add the following line:


/ui action toolbarSlot00;


This loops back to the macro itself, obviously.


To explain how this works, the macro will use each tool in turn, opening it to the schematic you choose, then putting you at the resource window. You have the 4 second pause to click resources (which is more than enough, if you're not retarded, and allows for any lag), then the macro finishes creation in practice mode. (If you honestly need the item, just leave off "practice noitem".)


All you have to do, ever, is just double-click resources. When you want to end the macro, wait until you've entered resources, then drag the macro icon out of slot 00. The loop will end at the last crafting tool.


EDIT: (Do NOT forget the ; at the end of every line)

Message Edited by Worldmaker2k4 on 02-08-2004 04:39 AM




MMMNJaran Anduuth - The White RaspNMMM
Den of the Rasp: Perishables and Equipment Black Market - Dantooine (-3939, 1285)

DarthBukai
Sun Feb 08, 2004 5:46 am
#9

According to the DE FAQ, after entering your materials there should be:


/nextcraftingstage

/nextcraftingstage

/createprototype Practice noitem

/createprototype Practice noitem


For some reason these need to be entered twice with no pause for them to work properly. I loop with 5 tools and it seems to work rather well. Then again, I cut my teeth on MA/MDE.



Zuni Fhettisch - Future Uncertain
Ex-Master Droid Engineer/ Artisan/ Merchant - Loved his 'Droids but saw no love
Gone to Medical Academy like Mom always wanted him to - Master Medic/ Master Doc
Ex-Master Marksman, Commando, Swordsman, Brawler, TKA, Fencer
Hadopas
Sun Feb 08, 2004 1:48 pm
#10

well i have been trying to get the following macro to work:


Toolbar Setup

Slot 00-04: Crafting Tools

Slot 05: Schematic Macro

Slot 06: Create Practice Item Macro

Slot 07: Loop Macro

Slot 08: Dump macro

Slot 09: Create Item Macro

Draft Schematic Macro

/selectDraftSchematic xx (xx is your schematic number)

Create Practice Item Macro

/nextCraftingStage;/nextCraftingStage;/createPrototype practice noitem;/createPrototype practice noitem;

Loop Macro

/ui action toolbarSlot00;
/pause 1;
/ui action toolbarSlot05;
/pause ?; (Depends on how long it takes you to add resources)
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot01;
/pause 1;
/ui action toolbarSlot05;
/pause ?; (Depends on how long it takes you to add resources)
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot02;
/pause 1;
/ui action toolbarSlot05;
/pause ?; (Depends on how long it takes you to add resources)
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot03;
/pause 1;
/ui action toolbarSlot05;
/pause ?; (Depends on how long it takes you to add resources)
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot04;
/pause 1;
/ui action toolbarSlot05;
/pause ?; (Depends on how long it takes you to add resources)
/ui action toolbarSlot06;
/pause 2;
/ui action toolbarSlot07;


But it just doesn't seem to go.After trying for a while it looks like it isn't working at the
create practice item macro. It looks like nextCraftingStage doesn't do anything, has this been changed to another command? Also how do i get the list of all the commands available? Cheers
Laipi
Sun Feb 08, 2004 1:55 pm
#11

you've got the most complicated way of doing that macro...



im at work so i cant post my craft macro but mines very short and goes infinity with you just adding resources with 6 seconds to add ... i just type /dump when im ready to stop



i use 6 crafting tools and it spaces the prototype time out perfectly so it can go through them one by one non stop in a loop



adv bio is the way to go at 80 xp per


Page 1 of 1
Previous Next