05-10-2012, 05:32 AM
I recommend 2 macros
(This one requires hammer in hand, and dagger as the 'make last' item with the gump up already)
1) Making daggers
Pull 399 iron out of a bank/chest via restock agent
For loop that loops 133 times
click make last
waitforgump
end for
execute organiser agent that moves daggers into a chest/bank
2) Smelting Daggers
Pull out 400 daggers from a chest/bank via restock agent
for loop that loops 400 times
click smelt item
target type dagger
waitforgump
end for
execute organiser agent that moves ingots into a chest/bank
That's kind of the gist of the razor macros I used.
(This one requires hammer in hand, and dagger as the 'make last' item with the gump up already)
1) Making daggers
Pull 399 iron out of a bank/chest via restock agent
For loop that loops 133 times
click make last
waitforgump
end for
execute organiser agent that moves daggers into a chest/bank
2) Smelting Daggers
Pull out 400 daggers from a chest/bank via restock agent
for loop that loops 400 times
click smelt item
target type dagger
waitforgump
end for
execute organiser agent that moves ingots into a chest/bank
That's kind of the gist of the razor macros I used.