help for carpentry macro

Playguides written by Staff and Players.
Much more information on specific skills can be found in our T2A wiki.
Post Reply
Hummer007
Posts: 23
Joined: Fri Mar 08, 2013 4:29 pm

help for carpentry macro

Post 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

Missy B
Posts: 424
Joined: Sun Feb 19, 2012 2:19 am

Re: help for carpentry macro

Post 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
Image

Hummer007
Posts: 23
Joined: Fri Mar 08, 2013 4:29 pm

Re: help for carpentry macro

Post by Hummer007 »

thanks for the help, is there any way I can copy for this post and paste directly to the macro?

Hummer007
Posts: 23
Joined: Fri Mar 08, 2013 4:29 pm

Re: help for carpentry macro

Post 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

GeistSR
Posts: 29
Joined: Mon Apr 29, 2013 8:05 am

Re: help for carpentry macro

Post 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.

Post Reply

Return to “Guides”