Doctor Archive
Thread: Doctor Macro pls
What do you want the macro to do? Craft? You will still have to double click the resources.
Heal?
Buff?
Cure status?
Cure Disease?
Cure Poison?
All of the above?
I use a combination of a couple of macros to make up one big macro.
(macroname) // don't put this in your macro but title it this
Macro stuff
****************** // end of this particular macro
(insidecraft)
/select ##; // find the number of the schematic you are using and insert here.
/pause 4; // make this larger if you need to,but increase all other pauses acordingly.
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practice no item;
/createPrototype practice no item;
*******************************************************
(craft)
/ui action toolbarSlot00; // this is to open the crafting station put the number of the function key it is associated to F1 = 00
/pause 1; // not necisary if you have a realy good connection
/macro insidecraft;
/pause 5;
// add as many of the above for the number of crafting stations you own.
/macro craft;
*****************************************************
Ok some stuff worth mentioning.
#1 in the craft macro add everything again for every station you own and plan to use.
#2 the end "/macro craft;" loops it.
#3 the "pause 4;" is for you to double click the resources needed. If you increase this increase the "/pause 5;" by the same amount.
#4 make sure you have crafting station on the correct Function Key shortcuts.
Hope this helps. Some find it harder to use this one I find it easier to set up. (less typing)