[UO Steam] FiXXer's Kindling Harvester
Posted: Mon Jan 12, 2015 4:55 pm
Start at the SouthWest of a tree
Code: Select all
// Fixxer's Kindling Harvester v1.01
// Easily converted to farm wood or ore
clearjournal
while not @injournal "There's not enough"
if not findalias 'Blade'
headmsg 'Select Bladed Object'
promptalias 'Blade'
endif
useobject "Blade"
waitingfortarget 15000
targettileoffset 1 -1 0
pause 700
if @injournal "You can't place"
headmsg 'Your pack will not hold more kindling'
canceltarget
stop
endif
endwhile
headmsg 'Move to the SouthWest of the next Tree' 24
pause 5000