Page 1 of 1

help for carpentry macro

Posted: Sat Jun 22, 2013 10:59 pm
by Hummer007
Hello, I need some help making a carpentry macro, so far this is what I have:

double click (saw)
wait for menue
menue response 4
wait for menue (any)
menue response 3

I want to take logs from a chest and add then to backpack, what do I use in the macro and where do I insert it?

I also want to place created item into chest, what do I use in the macro and where do I insert it?

how and where do I insert if my tool breaks?

thanks

Re: help for carpentry macro

Posted: Sat Jun 22, 2013 11:53 pm
by Missy B
Hummer007 wrote:Hello, I need some help making a carpentry macro, so far this is what I have:

double click (saw)
wait for menue
menue response 4
wait for menue (any)
menue response 3

I want to take logs from a chest and add then to backpack, what do I use in the macro and where do I insert it?

I also want to place created item into chest, what do I use in the macro and where do I insert it?

how and where do I insert if my tool breaks?

thanks
you will need to set up a restock agent to collect more boards and an organizer agent to move the finished item . also, you will need to add a system message for the tool breaking if you want it to make a new one. however, a more complicated but far more effective way would be to add the items (tinker, carpentry tool) to your counters and "if they get less than or equal to 1" then make a new tool.


If boards <=50
restock agent 1
target absolute bag
end if

if saw <=1
double click tinker tool
wait
target ingots
wait 8 seconds
end if

if tinker tools <=1
double click tinker tools
wait
target ingots
wait 8 seconds
end if



double click (saw)
wait for menu
menu response 4
wait for menu (any)
menu response 3


Organizer agent 1 -to place finished item into bag or trash barrel

Re: help for carpentry macro

Posted: Sun Jun 23, 2013 11:31 am
by Hummer007
thanks for the help, is there any way I can copy for this post and paste directly to the macro?

Re: help for carpentry macro

Posted: Sun Jun 23, 2013 4:53 pm
by Hummer007
ok, under special constructs, I choose "insert if conditional" but under insert there is no logs or boards, how do I manually insert logs or boards for the "if boards are <=50 ? thanks

Re: help for carpentry macro

Posted: Mon Jun 24, 2013 10:20 am
by GeistSR
You have to go to the Display/Counters tab in razor and add new counters for those things. Fill in the item ID if you know it or click target and click the item in-game.