|
Post by ironclad on Mar 20, 2015 13:10:28 GMT 1
I'm trying to get razor to target one of the items I've just crafted, breastplate in this case, but the Target by Type platemail (1415) line only works like half of the time, right now I can't get it to work even after Re-targeting a platemail that is actually in my bag...
All I get is "What you have selected does not seem to exist."
How do you guys select one of you crafted items?
|
|
|
Post by archaxe on Mar 20, 2015 16:02:32 GMT 1
I use this way, but Platemail Breastplate doesn't seem to work 100% of the time. Not sure what causes this, but in my macro (used to smelting breastplates) I just craft a few at a time before running a smelting loop. It hasn't messed up once; the probability of the macro targetting a breastplate is high enough for the bag never to fill up.
My macro (pseudocode) looks pretty much like this
--- say .autoloop 1 Repeat 10 times craft breastplate end repeat say .autoloop 10 smelt breastplate ---
|
|
|
Post by ironclad on Mar 20, 2015 16:47:55 GMT 1
I use this way, but Platemail Breastplate doesn't seem to work 100% of the time. Not sure what causes this, but in my macro (used to smelting breastplates) I just craft a few at a time before running a smelting loop. It hasn't messed up once; the probability of the macro targetting a breastplate is high enough for the bag never to fill up. My macro (pseudocode) looks pretty much like this --- say .autoloop 1 Repeat 10 times craft breastplate end repeat say .autoloop 10 smelt breastplate --- This is pretty much what my macro does as well, but the smelting part (where it's supposed to target a breastplate in my bag) it fails like 80% of the time. If I leave it unattended it will fill my bag and waste tons of ingots Thx though, seems I'm not alone with the problem, even if it's more common for me. EDIT: Solved it by equipping a breastplate and setting it as absolute target. You can start smelting by targeting the one you have equipped, but it will only smelt all other similar items you have in your bag and stop when only the equipped one is left
|
|
|
Post by archaxe on Mar 20, 2015 22:01:46 GMT 1
Nice work around indeed!
|
|