Doctor Archive

Thread: DOCTOR grinding CRAFTING MACRO?

BaccaChewOs
Sun Jul 18, 2004 9:24 pm
#1

plz post the macro or a link to one.


thanks,


-gatekeeper



vnnnntnnnxggggggggggggggggggg
Egorr Nuperlut /\ Axel Stari Djk
(gggggggggggggggggggxnnntnnnnv
"The ice in my teeth keeps the cristal cold"
Schekap
Mon Jul 19, 2004 6:15 am
#2

i put crafting tools in the F1-12 slots and i make a macro for each slot, i then place the macro under the slot it uses


/ui action toolbarSlot 00

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



That is the basic macro you will need to tweek it to your preferences and schematics. if you really want to get crazy you can even do it like this,


please note you will have to adjust thepause timeso that the first crafting stationhas completed before itloops back, and you will have to find yourown draft schematic #. make sure you have a different crafting tooll in each F-1 F12 toolbar.


Create this macro and name it "craft"



/ui action toolbarSlot 00

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 01

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 02

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 03

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 04

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 05

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 06

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 07

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 08

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 09

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 10

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage



/ui action toolbarSlot 11

/selectDraftSchematic xx

/pause 3

/nextCraftingStage

/nextCraftingStage

/nextCraftingStage

/createPrototype Practice noitem

/createPrototype Practice noitem

/nextCraftingStage


/macro craft




no watch the xp roll in, that is assuming i you have the resouces to do it :-)


Schek




Schekap - And I aprove this message
Paid for by MoveOnRebels.org

Akinas86
Mon Jul 19, 2004 2:56 pm
#3


just wanted to add after each /command there should be a ;


also there is no space between /ui action toolbarSlot 00, it should be /ui action toolbarSlot00


this is the most common reason macros won't work, the second is that the commands are cap sensitive.
Str8Pimpin
Mon Jul 19, 2004 4:01 pm
#4

What would be best to craft with this marco to get you the most XP?



This is the remix edition to the song about pissin- Dave chappelle
Gods_right_Hand
Mon Jul 19, 2004 4:41 pm
#5

Yah, i have a problem when ever i use a crafting macro. When ever i put in the draft schmatic # it always goes to the same item. I keep on changing the number hoping it will change it but i doesnt. Got any info that can help me...


Jonga Liko
DeadByLove
Mon Jul 19, 2004 5:04 pm
#6

I think the consensus for crafting is you use anything that uses organic and inorganic to get to Pharm 4 (e.g. Stim A) and then it's Adv. Bio Effect Controllers all the way to master.


As for the same schematic being picked regardless of the number used: are you using a relatively high number? (relative to your total number of schematics)


If so, whenever you pick a number higher than the total number of available schematics, the last schematic gets selected by default.
HawksHarness
Tue Jul 20, 2004 2:53 pm
#7

ok, im a n00b doctor and ive never done ANY macro's before. when i try to enter the macro that is listed above it goes wrong. in the 2nd line of the top macro i type in:


/selectdraftschematic xx;


it says it can find no such drafting schematic. i know "xx" stands for the schematic number, but how do i find this number? could someone post an example of one of their macro exactly how u have it written.


thanks alot
NerfHazard
Tue Jul 20, 2004 4:16 pm
#8






HawksHarness wrote:

ok, im a n00b doctor and ive never done ANY macro's before. when i try to enter the macro that is listed above it goes wrong. in the 2nd line of the top macro i type in:


/selectdraftschematic xx;


it says it can find no such drafting schematic. i know "xx" stands for the schematic number, but how do i find this number? could someone post an example of one of their macro exactly how u have it written.


thanks alot






First go to the schematics tab in the datapad and change the view so that it shows a list. Then start at zero withthe first schematic that the crafting tool can make and count until you find the one your looking for, but you still have to count the ones you can make with the crafting tool.
HawksHarness
Tue Jul 20, 2004 10:11 pm
#9

thanks for the reply. Im still having problems tho.


my macro looks like this:


/ui action toolbarslot01;

/select draft schematic03;

/pause5;

/nextcraftingstage;

/nextcraftingstage;

/nextcraftingstage;

/createprototype practice noitem;

/createprototype practice noitem;

/nextcraftingstage;



but it fails every time

what am i doing wrong?


It does fine til it gets past the /pause5; ........ it acts like it aint loading the resources but i have the correct resources in my inventory, im trying to craft advanced bio effect controller in a macro.


please someone help b4 i pull out all my hair.


thanks in advance.

Mehaev
Wed Jul 21, 2004 2:45 am
#10

Because of the lag that I have on Chimaera I had to add a /pause 3; at the end (or it starts before the last crafting has ended) and extend the first pause to /pause 6;


Like this



/ui action toolbarslot01;

/select draft schematic03;

/pause 6;

/nextcraftingstage;

/nextcraftingstage;

/nextcraftingstage;

/createprototype practice noitem;

/createprototype practice noitem;

/nextcraftingstage;

/pause 3;



________________________________________________


Gawan - Master Combat Medic / Master Doctor
Mehaev
Wed Jul 21, 2004 3:15 am
#11

If your still having problems. Try and extend the first pause and work your way down to were it fails. Thats how I found out that 6 sec in the first pause works great for me, same with the last pause.



________________________________________________


Gawan - Master Combat Medic / Master Doctor
Knocky
Wed Jul 21, 2004 3:19 am
#12


/ui action toolbarSlot01;
/selectDraftSchematic 40;
/pause 4;
/nextC;
/nextC;
/nextC;
/CreatePrototype practice no item;
/CreatePrototype practice no item;
/pause 2;






Try this format if you are still having problems.


Take note of the space between /selectDraftSchematic and your schematic number and there is no spaces at all in /selectDraftSchematic.


Also note where the capitalized letters are. It is cap-specific in a macro.

Message Edited by Knocky on 07-21-2004 03:22 AM

HawksHarness
Wed Jul 21, 2004 7:06 am
#13

ok guys, thanks so much for the help. I think i getting it figured out.


one problem im still having tho. my macro is not loading the resources into the slots in the crafting tool. if i manually double click on them then they will load and the macro works and loops back and does it again as it should, but everytime it gets to the screen to load the resources i have to manually load them or it fails.


how do i get it to do this on its own?


thanks so much again guys 4 the help
Page 1 of 2
Previous Next