Doctor Archive

Thread: Macro Problems.

Malovec
Sat Jan 17, 2004 8:44 pm
#1

Ok I am trying this macro and I am about 85% understanding it. I have it set up to where the crafting station is in the first slot and it starts it up and i click on the stuff, then it waits and clicks the macro again to start up again. it is giving me an error that says crafting error: no manufacture schematic.



If anyone can tell me exactly where I need to drag what or what to type i would love it.



here is a screen shot


http://members.cox.net/killem2/macro.jpg




"Dee Doo Dittle, Doottile!" - R2-D2
JoHNnYBLaZEpw
Sat Jan 17, 2004 8:56 pm
#2

I'm at work and cant view the screenshot, but I know everything is case sensitive... I had some trouble getting mine to work too, but eventually got it workin



JohnnyBlaze - Bloodfin
gggggggggggggggggggggggggggggggggggggggg
gggggggggggggggggggggggggggggggggggggggg
gggggggggggggggggggggggggggggggggggggggg
gggggggggggggggggggggggggggggggggggggggg
gggggggggggggggggggggggggggggggggggggggg
gggggggggggggggggggggggggggggggggggggggg
gggggggggggggggggggggggggggggggggggggggg
Vendors Located at -1090 -2990 (600m outside Bestine, Tatooine)

Malovec
Sat Jan 17, 2004 9:46 pm
#3

Ok here is my update. I now have it able to start the 00 slot but then after it completes it won't go to the 01 slot and so on.... it just stops no errors or anything, it makes the 00 slot just find but WILL NOT continue on.



"Dee Doo Dittle, Doottile!" - R2-D2
Zoidi
Sat Jan 17, 2004 10:24 pm
#4

I also had problems with macros.


Firstly you need 5 craftingstations.


This is how it should look.


/ui action toolbarSlot00;


/selectDraftScematic 05;


/pause 4.5;


/nextCraftingStage;


/nextCraftingStage;


/createPrototype practice no item;


/createPrototype practice no item;


/pause 1;


/ui action toolbarSlot01;


Repeat the above lines, but change the slot numbers up to 04.


Then after the last "/pause 1;" write:


/ui action toolbarSlot05;


The "pause 4.5;" is how long you have to put in the ingredients, the "pause 1;" is how long it waits before it starts the next crafting station.


The craftingstations should be placed on F1, F2, F3, F4 and F5.


The macro should be placed on F6.


Make a macro for stopping, witch looks like this:


/dump;





Trying is the first step towards failing!
This is me
Malovec
Sat Jan 17, 2004 10:26 pm
#5

sorry to bother you. I am a retard. the first one i did not put a space between toolbarSlot and the 00 the rest i did so it mess it up just a typo lol



"Dee Doo Dittle, Doottile!" - R2-D2
realsebulous
Sat Jan 17, 2004 10:31 pm
#6

Ok 1st off, if you are grinding, I suggest you get 6 food tools for it. Here is my exact layout F5 - F10 are my tools and F1 is my macro slot.




/ui action toolbarSlot04;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot05;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot06;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot07;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot08;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot09;
/selectdraftSchematic 00 ;
/pause 3;
/nextcraftingstage;
/nextcraftingstage;
/createPrototype practice no item;
/pause 3;
/ui action toolbarSlot00;


realsebulous
Sat Jan 17, 2004 10:34 pm
#7

with that one there you are constantly crafting. by the time you do 6th tool, it starts up tool 1.It takes 61 minutes (no failures to work Doc 3 from scratch to doc crafting 4). You use 13,068 Units of Lokain Wheat and Tatooine FB each. (provided no failures)
Malovec
Sat Jan 17, 2004 10:50 pm
#8

I got it working. I am going to use 8-9 I think.



"Dee Doo Dittle, Doottile!" - R2-D2
Nezrik
Sun Oct 10, 2004 1:35 am
#9

I dont know what going on as a late, but my macro's are going haywire. I am a TKM and made a macro that keeps erasing it self everytime i log out. Anyone else having a problem with macro's?


This was basically my macro. Can be exactly sure as I am at work and the macro is on my notepad at home.


/sit;

/pause 1;

/meditate;

/pause 1;

/powerBoost;

/alarmaddin 0 1 Power Boost Ready

/alarmaddin 0 9 Two Minute Power Boost Warning

/alarmaddin 010 One Minute Power Boost Warning


Anyone see a problem with the macro that would cause the problem?



000000000000000000000000000000000000000000000000000000000000000000000000000
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
0000000000000000000
000000000000000000000ATER LATUS000000000000000000000
00
000000000000000000000000000000000000000000AHAZI0000000000000000000000000

Briaco
Sun Oct 10, 2004 1:51 am
#10

no semicolons?



l Briaco Tulander ~Ghost~ l
Jedi Padawan
l Grampy Sanders l
Master Merchant
l Sonestat Ehilon l
Imperial Spy (shhh don't tell)

Nezrik
Sun Oct 10, 2004 1:51 am
#11

sorry, just a typo here. They were in the macro,



000000000000000000000000000000000000000000000000000000000000000000000000000
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
00000000000000000000000000000000000000000000000000000000000000000000000
00
00
0000000000000000000
000000000000000000000ATER LATUS000000000000000000000
00
000000000000000000000000000000000000000000AHAZI0000000000000000000000000

JulesTheHutt
Sun Oct 10, 2004 1:53 am
#12

I have had this problem of dissapearing macros since December. Phone support is clueless, tells me I must be deleting them...lol
ErazorHarpia
Sun Oct 10, 2004 2:18 am
#13

Once you have written the macro, alt-tab and make the macros.txt a read only file, that might work.



-------------------------------------------
84% of statistics are made up on the spot
Page 1 of 2
Previous Next