Artisan Archive
Thread: noivce artisan needs help from you wise artisans
Page 1 of 1
vega1984
Sun Mar 07, 2004 3:24 pm
#1
i have no idea how to use a macro and want one for crafting xp if someone could help me by telling me a macro and how to use it as well as what amount and what supplys i need
thank you
Seba
Eclipse
Mogro
Mon Mar 08, 2004 9:39 am
#3
Preface:
Macro shortcut is in toolbar slot 00, 1st crafting kit in slot 01, 2nd crafting kit in slot 02.
/toolbarSlot01; *boots 1st crafting tool
/selectDraftSchematic 144; *loads draft schematic # 144
/pause 4; *gives you 4 seconds to select resources
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practise no item;
/createPrototype practise no item;
/pause 3; *gives crafting tool time to close before opening the second
/toolbarSlot02; *boots 2nd crafting tool
/selectDraftSchematic 144; *loads draft schematic # 144
/pause4; *gives you 4 seconds to select resources
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype practise no item;
/createPrototype practise no item;
/pause 3;*gives crafting tool time to close before opening the second
/toolbarSlot00; *Reinitializes the macro
Please note:
The text in white is the macro, the yellow text will be left out and is for explanation only. Also, case sensitivity IS important. I believe I made no errors, but this is done from my head.
Loading the correct schematic is half the battle.
Mogro
Mon Mar 08, 2004 9:40 am
#4
Crap, the commands that read "/toolbarSlotXX;" should read as follows:
/ui action toolbarSlotXX; (where XX is the slot number)
Page 1 of 1