hi Crisis
Test run:
Here what I have so far.
1) Menu need to be move to the side, so your Message box can be seen.
update, after I restarted it was out to the side .
2) Need to add WMF(Medium crate facing East), to you breakgarbage. It wasn't able to get the crate while at 37 skill.
With this added, everything find.
10k board in secure let see what that will do.
3) Only have 30 thinker so, it easier to make Wooden Items, I change the saw to Joinging Plane.
gosub offsetclick 27 110 ; Wooden Items 27 130 ; tools
and
gosub offsetclick 235 90 ; Jointing Plane 235 210 ; saw
4) why the trash barrel? are we suppose to break down all the items.
5) It raise skill fast and it elegant as well, I like it.
let add 10k board and see where we go. at 49.9 Now.
6) just find out that we can't be away from screen, my thinkering menu fail and have to opening my hand.
( so I add to make more Carpentry tools too
sub MakeCarpTools
menu delete scriptstatus
Menu Font BGColor Black
menu Font Color Lime
menu text scriptstatus 95 100 Getting New Carpenter's Tool
finditem %boards C_ , #BackpackID
if #findstack >= 50
goto _makecarptool
set %_diff 50 - #findstack
finditem %boards C_ , %ResourceSecure
if #findstack < 50
{
display You have used up most of your ingots. Halting...
set *request END
return
}
gosub moveit #backpackid %ResourceSecure #findid %_diff
_makecarptool:
finditem %tinkertool C_ , #Backpackid
if #findcnt = 0
{
display You are out of tinker tools. Get a tinker tool and restart script.
set *request END
halt
}
set #lobjectID #Findid
gosub actionblock
event macro 17 0
gosub tinkwait
gosub offsetclick 27 110 ; Wooden Items 27 130 ; tools
wait 5
gosub tinkwait
gosub offsetclick 235 90 ; Jointing Plane 235 210 ; saw
wait %postcraftwait
makelast:
gosub tinkwait
gosub offsetclick 280 450 ; make last
wait %postcraftwait
finditem %carptool C_ , #Backpackid
if #findcnt < 8
goto makelast
gosub tinkwait
gosub offsetclick 30 450 ; exit
wait 10
return