Weaponsmith Archive

Thread: weapon crafting macro

Tayse
Tue Dec 23, 2003 4:57 pm
#1

ok, i have searched for this thread and all i have found is some crappy sites that speak latin to me.



can someone please give me a step by step macro for crafting weapons? i know how they generaly work, and i thought i had one that worked but it didnt. i need one for a 2 slot (slot one and slot 2 being general crafting device)


i dont need it to sample, just craft.


after i get it to access the crafting tool, how to i tell it to pick which weapon to craft? then tell it what materials to use? after that i know i need to tell it to practice instead of build. then rotate to the next crafting tool while the first one finishes crafting......get what im saying?



if you cant give me the exact macro for these steps, then can you give me directions to a decent site that explains it well?



Batikki
Tue Dec 23, 2003 5:08 pm
#2

Seek the thread named "Super easy and super uber grinding macro" on page two, grasshoppah, and there you shall find enlightenment.


But, to help ease things a little, I'll tell you this: You must make a control macro that will call a number of crafting macros, and each crafting macro will call a separate crafting tool and select the schematic you want (after you figure out which number it is for YOU).Your code will do all that for you but YOU must select the resources to use. There is no legal way around that part. Sorry, you can't hit the start button and go grab a smoke.


Hope that helps, and welcome to the grind.


B




B'leto Batikki, Starsider
Owner, Outback Weaponry, Vagabond's Rest, Naboo
Master Weaponsmith
Mostly Master Artisan
0-1-4-2 Pistoleer
scout35
Tue Dec 23, 2003 5:22 pm
#3

I did a search for the super easy super uber macro, btw i used the exact words, and did not come up with anything if you couold post a link that'd be great.
scout35
Tue Dec 23, 2003 5:23 pm
#4

I searched for this Super easy and super uber grinding macro and found nothing
Tayse
Tue Dec 23, 2003 5:31 pm
#5

its on page 2, select page 2 and scroll down, its there


FHMilamber
Tue Dec 23, 2003 8:39 pm
#6

Quoted from the Super duper easy grinding macro post for those who are Search impaired.


____________________________________________________________________________________



Dude, i love your macro!! I changed it a little bit to suit my needsmade it a little bit more Noob friendly. I was like **edit** mates? when i first read it.Thought i would share with every one.




Ok to do this you will be useing the top row of F1 - F12 keys in the "first set" of your toolbar quickslots. Very importain to make sure it is the "first set" or it will not work.

You will have to make 3 macros. Pick a name for the macros - i used, 'wsmacro1' 'wsmacro2' 'dump' . You can use what ever you like.

Open the abilities window (Ctrl - a) then hit the macro tab. Hit new macro and give it a name. Then pick an icon for the macro. The icons mean nothing, they are just there to use as a pic to put in the toolbar quickslot.

Write this macro:



/ui action toolbarSlot03;
/selectDraftSchematic 57; <----- This number will diferent for you!
/pause 5; (This is where you double click to put in resources)
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot04;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot05;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot06;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot01; <--- this loops the macro



review the macro for spelling. Then hit 'ok' this will save the macro

Now hit new macro an give it a name and pick an icon (diferent one) then write this macro:

/ui action toolbarSlot07;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot08;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot09;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot10;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot11;
/selectDraftSchematic 57;
/pause 5;
/nextcraftingstage;
/nextcraftingstage;
/createprototype practice no item;
/createprototype practice no item;
/pause 1;
/ui action toolbarSlot00; (This calls Macro#1)
<-- this loops back to the first macro makeing this endless

save it.

now this is a endless macro so you will need a way to stop it. write this macro pick and icon and save it:

/dump


Ok now put macro#1 in F1 toolbar slot
put macro#2 in F2 toolbar slot
put the end macro in F3 toolbar slot
You will need 8 crafting stations now

put the crafting stations in F5,F6,F7,F8,F9,F10,F11,F12 toolbar slots.

now try the macro.


You can make this faster by changing the pause ( /pause 5; ) to 3 or 4 seconds.

*Caution* useing the 3 second pause is really hard, you will not beable to take your eyes off the screen. It is really fast but bruns you out fast.


I was useing this to make metal staffs.

You can use this to make about anything.

The /pause is the time the macro stops for you to load the resorces in the crafting station.


select draft schematic number can be found by useing Ctrl - d to open your data pad then hit the data tab. count the number of schematic in the data pad left to right & top to bottom. I counted down and 57 was the number where my metal stall schematic was.

Good luck.


____________________________________________________________________________________________________




Mil Ber
NA
Page 1 of 1
Previous Next