Doctor Archive
Thread: doc macro
Page 1 of 3
FutureJediMaster
Thu Jul 15, 2004 7:54 am
#1
i have read the stickie on doc macro, but i couldnt completely figure out how the macro should go. im just a noob at figuring out macros. can someone please post a successful macro for afk doc buffing at like a starport. thank you very much.
FutureJediMaster
Fri Jul 16, 2004 10:42 pm
#2
once again, can one of those dudes that buffs afk at starports or at dant/dath just show me what their macro looks like.
FutureJediMaster
Fri Jul 16, 2004 10:43 pm
#3
there are just some issues im concerning with working into the macro, like droid batteries, havla/bivoli, not wasting buffs when no one is around, etc.
Skorp76
Sat Jul 17, 2004 12:58 am
#5
Future,
I don't really think you would want to try and use that macro at a starport. What would most likely end up happening is you would burn a hell of a lot of free buffs because you have no way to make sure people pay you. The afk buffbot macro is designed more for people who have a private building that they can set an access fee to enter. So, once the person is in range to get the buffs they have already payed your required fee. I think if you read the entire thread where the buff macro was discussed a couple of days ago you should get some good insight into how it works. Once again though... I would NOT use the macro afk in front of the starport.
-Senz
dingoo
Wed Nov 03, 2004 11:50 pm
#6
i used macro listed here and no matter what i do the crafting tool doesnt even boot up at all, just says crafting sesion ended after a few seconds
Roustabout
Thu Nov 04, 2004 1:46 pm
#7
Post your macro and we can probably tell you what's going on.
beteck
Sun Nov 07, 2004 2:35 am
#8
I was just working on my macro and ran into the same thing and noticed I had
/ui action toolbarSlot1
instead of
/ui action toolbarSlot01
Make sure it is 2 digits
But I myself am stuck after it loads the macro and the schematic I insert the items and it just closes on me here is what I am using:
/ui action toolbarSlot01;
/select DraftSchematic 07;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
Thanks.
Message Edited by beteck on 11-07-2004 04:40 AM
blackdaniel
Sun Nov 07, 2004 9:10 am
#9
http://www.rpgexpert.com/1565.htmlgo to this site maybe soem help there
camohn
Mon Nov 08, 2004 2:00 pm
#10
Crafting Macro
The macro listed there is the one that I personally use, you should be able to just copy and paste it. The only thing about it is that you may have to play around with the draft schematic #.
Message Edited by camohn on 11-08-2004 04:02 PM
Dexxter
Mon Nov 08, 2004 2:01 pm
#11
Dexxter wrote:
beteck wrote:
I was just working on my macro and ran into the same thing and noticed I had
/ui action toolbarSlot1
instead of
/ui action toolbarSlot01
Make sure it is 2 digits
But I myself am stuck after it loads the macro and the schematic I insert the items and it just closes on me here is what I am using:
/ui action toolbarSlot01;
/select DraftSchematic 07;
/pause 5;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
Thanks.
Message Edited by beteck on 11-07-2004 04:40 AM
Use /sel 01 (to change above in red) much faster to type, and change the 01 to what ever number/schem. you are crafting.
Hope that helps
Sorry use the /sel 01; for the about in yellow
Hope this helps again
Dexxter
Mon Nov 08, 2004 2:10 pm
#12
Also I have found that it is easyer to use the /macro (macro name) for the loop. Like for crafting I would name my Macro craft and the very last line in the craft macro would be /macro craft;
Works quite well, so you don't have to use up another slot
just some more help, and let me know it it works
MasterUmpa
Mon Nov 08, 2004 3:17 pm
#13
blackdaniel wrote:
http://www.rpgexpert.com/1565.htmlgo to this site maybe soem help there
yay
Page 1 of 3