Weaponsmith Archive
Thread: Changed: If you are not getting experience for crafting read this
Page 1 of 1
TheDarkness4u
Fri Apr 02, 2004 11:51 pm
#1
I was getting 0 experience for crafting warheads near a crafting station when i used my macro. Without using the macro, i gained the appropriate experience. This is because you need to change your macro when standing by a crafting station. Add an extra /nextCraftingStage and /createPrototype Practice No Item
if anyone isnot getting experience for crafting and you relogged, its because you need to change your macro from:
/ui action toolbarSlot04;
/selectDraftSchematic 139;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice No Item;
/createPrototype Practice No Item;
/pause 2;
/ui action toolbarSlot05;
/selectDraftSchematic 139;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/createPrototype Practice No Item;
/createPrototype Practice No Item;
/pause 2;
/ui action toolbarSlot05;
To this:
/ui action toolbarSlot04;
/selectDraftSchematic 139;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/selectDraftSchematic 139;
/pause 7;
/nextCraftingStage;
/nextCraftingStage;
/nextCraftingStage; <---- add this line
/createPrototype Practice No Item; <---- and this line
/createPrototype Practice No Item; <---- and this line
/createPrototype Practice No Item;
/createPrototype Practice No Item;
/pause 2;
/ui action toolbarSlot05;
/createPrototype Practice No Item;
/pause 2;
/ui action toolbarSlot05;
Message Edited by TheDarkness4u on 04-02-2004 11:01 PM
Page 1 of 1