Weaponsmith Archive
Thread: New macro that works with practice...
Has anyone tried this?
Ok. I figured out the Practice problem. I am a tailor but this may work work you WS as well. Here is what I am doing:
In my hotbar i have 5 crafting tools in a row (slots 00 - 04), in slot 06 i have a master macro called majorgrind, in slot 07 through slot 11 i have macros labelled grind1 through grind5.
Majorgrind:
/ui action toolbarSlot07;
/pause 8;
/ui action toolbarSlot08;
/pause 8;
/ui action toolbarSlot09;
/pause 8;
/ui action toolbarSlot10;
/pause 8;
/ui action toolbarSlot11;
/pause 8;
/ui action toolbarSlot06;
/pause 8;
Grind1: (located in slot07)
/ui action toolbarSlot01;
/pause 1;
/sel 56; [this is shorthand for /selectdraftschematic 56 which is a ribbed shirt for me]
/pause 4; [this provides me just enough time to double click the two components required]
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
Grind 2 through 5 are the same with the only change being the slot called for the crafting tool in line 1.
This generates practice xp values and does not leave an item in inventory. The only action required by you is two double clicks (if your item requires two materials)
Hope this helps all of you.
fly safe,
Frooniumdrive
-Limper- Novice Tailor, Tatooine, Chilastra
Hmm...that's odd. I've created macros in the past that do what it appears yours is doing. The only thing is that mine don't give pratice xp and they create the prototype in my inventory (even when practice is checked)
Here's the part that's different in yours:
/createPrototype practice no item; ----- mine only had /createPrototype;
This is the part that will make me kiss the ground you walk on if it works. Since I'm at work and can't get ingame to test this, is that the exact syntax for this command? It's not /createPrototype_practice_no_item; or anything like that?
Under the assumption that this works, let me be among the first to say "Thank you" for finally breaking the Practice macro-barrier!
I wasn't the one who developed the macro...I just moved it from a different thread because I wanted to know if it works.
The thanks go out to Frooniumdrive if it does work.
i'm having some trouble
everything seems to work except the /nextCraftingStage command. I'm positive that my syntax is correct, it just has no effect. I tried using the command when the crafting window is open, but same result. After I type the command in, nothing happens, and when i click the "assemble" button, the station claims i don't have the neccessary resources filled when the boxes obviously are. Any advise??
thanks for any help
Oh... my.... god....
ya don't mind that last post of mine... this baby WORKS!
tag baby YA! it may not be perfect, but if perfect is 100%, this baby's at 98!
grindin days just got a LOT easier!!!!!
![]()
now all we need is a
/put items in correct spots
command, then we'll be all set.