Artisan Archive
Thread: Artisan crafting macro bugged. Devs please see this and fix it!
Page 1 of 1
OD-Attila
Mon Feb 07, 2005 8:45 pm
#1
The macro is this...
/ui action toolbarSlotxx;
/selectDraftschematicxx;
/pause xx;
/nextCraftingStage;
/nextCraftignStage;
/pause 1;
/createPrototype Practice no item;
/createPrototype Practice no item;
/pause xx;
the problem...
The macro is this...
/ui action toolbarSlotxx;
/selectDraftschematicxx;
/pause xx;
/nextCraftingStage; (here is the part that messes up. You have entered your resources by now and are moving to craft the item)
/nextCraftignStage;
/pause 1;
/createPrototype Practice no item; (but at this point, the macro dumps it self) WHY OH WHY DOES IT DO THAT?
/createPrototype Practice no item;
/pause xx;
I lost crafting materials without realizing what was happening. Someone please tell me what I have done wrong or confirm that it doesn't work.
Fodder650
Mon Feb 07, 2005 8:58 pm
#2
This isnt the fault of the devs. This is the fault of your macro. Either your /uiactiontoolbar slot or /selectdraftschematic lines are missing a space before the number. I forget which.
OD-Attila
Mon Feb 07, 2005 9:31 pm
#5
Um I have the correct spacing the spacing isn't the point. It's the lines that I have shown you that the problem exists.
Dpjarrett
Mon Feb 07, 2005 9:45 pm
#6
Try increasing all of your pauses and see if that helps. A lot of times macros will dump and start showing error messages because something lags somewhere, the macro skips and step, all of your actions are thrown off by one step, which causes the macro to fail.
Good luck!
Stena
Tue Feb 08, 2005 3:24 am
#7
Are you near a crafting station, that might be why it isnt working, i've had this happen to me before and i moved away and it was fine.
Skelec
Tue Feb 08, 2005 3:49 pm
#8
no I've tested this out and it seems that /nextCraftingStage is currently not working. I haven't figured out a viable way to work around it yet, but I'm working on it.
Xorbok
Tue Feb 08, 2005 5:44 pm
#9
just glancing at your macro, i would say it is the same i am using. If you are "losing" resources, then you are actually crafting items. If you have never used this macro before, it does appear to "dump" at the point you have said, but that is because it is finished. YOu should have a count down on the crafting tool indicating that the item is actually crafting. You will NOT, however, actually get an item because you have the macro set up to /createprototype practice ... This actually puts the crafting in practice mode which gives you more experience for crafting the item but does not give you an actual item output. It will still use the resources and you should be getting the xp, just no item. I think that is what i read the problem as anyway, hope this helps
Xorbok
Mon Aug 01, 2005 4:44 pm
#10
just glancing at your macro, i would say it is the same i am using. If you are "losing" resources, then you are actually crafting items. If you have never used this macro before, it does appear to "dump" at the point you have said, but that is because it is finished. YOu should have a count down on the crafting tool indicating that the item is actually crafting. You will NOT, however, actually get an item because you have the macro set up to /createprototype practice ... This actually puts the crafting in practice mode which gives you more experience for crafting the item but does not give you an actual item output. It will still use the resources and you should be getting the xp, just no item. I think that is what i read the problem as anyway, hope this helps
Page 1 of 1