Artisan Archive

Thread: Need Working Crafting Macro PLZ!!

Jrzyangel23
Sun Jul 31, 2005 1:29 am
#1



I am trying to set up a macro for grinding crafting xp. I have looked at all kinds of macros and tried them. None have worked. It seems to go to downloading schematic and just sits there never bringing it up. I am trying to craft the small glass. The number in the data pad for this schematic is 54 (this is counting from top to bottom left to right). My crafting tool is in toolbar slot 00. I want this done under practice prototype. Will someone plz write me a working macro using the info i have provided, since all my efforts at filling in the xxx on other macros dosent seem to work for me.


THANX SO MUCH!!!!


IGN~ Ectasy or Sexctasy

SERVER~ Tarquines (hope i spelled that right)

Message Edited by Jrzyangel23 on 07-31-2005 04:30 AM

Message Edited by Jrzyangel23 on 07-31-2005 04:31 AM



Corbantis
Tar-Minyatur
Master Officer
160+badges

Achronic Toker
Master Jedi

Iqor Minyatur
12pt Weaponsmith

Tarquinas
Ectasy -Master Medic
xDiggerx
Sun Jul 31, 2005 5:19 pm
#2

Well, I suggest using a macro that does not worry about the crafting schematic number. Problem is getting the "right" number is not as simple as counting them in your datapad. This has been discussed in numerous places before and I can tell you before using the below approach it annoyed the heck out of me. If we were on the same server I would send you some of these pre-done for you but just follow the basic concept below and you should be fine.....this is the basic simple way to set up a grind macro......just run it as many times as you want to match the number of tools your planning to use. Simply replace the text below (/ui action defaultButton) for the current text your using selecting the schematic number.


Write this macro:
/pause 2;
/ui action defaultButton;
end macro here:

Now open a crafting tool.
Pick the item you want to craft.
Click "Next" and advance to the resource input screen.
Click the "X" to close the tool.
Now run your macro.

You'll never have to guess what the schematic number is again.

Need to craft a different item?
Open the tool, select a new item, click next, close the tool, run your macro.


Basically whatever item you previously crafted is the "default" item that comes up the next time you craft. So, very easy to switch between items without having to change your macro at all.


Ok, so I just read through this and I realize it's a bit confusing! LOL I need to run now in RL but will check back later..if nobody else helped you I will write a full one out for you. It's not tough, hang in there.





xDiggerx - Master Bounty Hunter/ Master Combat Medic/Rifleman 4000
zDiggerz - +12 Pt Master Chef / +14pt Master Artisan / Master Merchant
10th Mtn Guild Leader - Imperial Ace Pilot - Imperial Colonel's - FS Crafters
Chef Food - PowerUps * New Sparta, Naboo -5860 5430 * Swoops - Resources
xDiggerx
Mon Aug 01, 2005 8:16 am
#3

Ok, as promised here is a basic crafting macro:



/ui action toolbarSlot01;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot02;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot03;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot04;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;
/ui action toolbarSlot05;
/selectDraftSchematic 47;
/pause 6;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
/pause 2;


This macro will use 5 crafting tools set up in slots 1-5. Put your macro in Slot 00. This will roll in practice mode for you. Just change DraftSchematic 47 for your schematic number. Then all you will need to do here is double click resources into your schematic. If the Pause 6 is not long enough for you to get your resoures double clicked, or perhaps it's too long, just adjust that time for what your crafting. One hint is to only have in your inventory the grind mineral, etc.. your using and make sure the "sort" toggle is on for your crafting items (it shows you in the crafting window only "sorted" resources that can fit in that schematic).




xDiggerx - Master Bounty Hunter/ Master Combat Medic/Rifleman 4000
zDiggerz - +12 Pt Master Chef / +14pt Master Artisan / Master Merchant
10th Mtn Guild Leader - Imperial Ace Pilot - Imperial Colonel's - FS Crafters
Chef Food - PowerUps * New Sparta, Naboo -5860 5430 * Swoops - Resources
Page 1 of 1
Previous Next