Ultimate Lumberjack Script by Jaseowns
Description from the author:
# Ultimate Lumberjacking Script by Jaseowns
# UO Outlands
# Requirements:
# organizer 1 as lumber and wood planks
# setup weight checks (default diff weight 30)
#
if not varexist jase_lumber_runebook
overhead "Select your escape runebook" 88
setvar jase_lumber_runebook
endif
if not listexists "jase_lumber_actions"
createlist "jase_lumber_actions"
endif
if inlist "jase_lumber_actions" "red_alert"
overhead "Red Alert!" 34
if skill "Magery" >= 40
overhead 'Recalling...'
while not targetexists
cast "Recall"
wait 200
endwhile
target jase_lumber_runebook
elseif skill "Hiding" >= 40
useskill "Hiding"
endif
poplist "jase_lumber_actions" "red_alert"
overhead "Stopping script..." 34
stop
# replay
endif
clearsysmsg
if diffweight <= 30
organizer 1
while queued
overhead 'Moving items...'
wait 500
endwhile
if diffweight <= 30
overhead "Too heavy still.. check organizer agent 1" 34
replay
endif
endif
if lhandempty ?? 0
if findtype "hatchet" backpack
dclicktype 'hatchet' backpack
wait 200
endif
endif
if lhandempty ?? 0
overhead "No more hatchets!" 34
replay
endif
wait 500
overhead 'Lumberjacking' 0
hotkey 'Use item in hand'
wft 1000
hotkey 'Target Self'
for 75
wait 100
if insysmsg 'world is saving'
for 30
overhead 'Waiting for world save...'
wait 1000
if insysmsg 'save complete'
overhead 'Save complete - continue on!' 88
clearsysmsg
wait 250
replay
elseif insysmsg "now tracking"
pushlist "jase_lumber_actions" "red_alert"
clearsysmsg
wait 250
replay
endif
endfor
elseif insysmsg "now tracking"
pushlist "jase_lumber_actions" "red_alert"
replay
elseif lhandempty ?? 0
overhead "Broke axe" 34
replay
elseif insysmsg 'You do not see any' or insysmsg 'You cannot produce any wood'
overhead 'Move to next spot' 88
wait 250
replay
elseif insysmsg "travel"
overhead 'Waiting for travel...'
wait 1000
replay
else
if insysmsg "any harvestable" or insysmsg "jase_lumber_actions"
// No Ore
overhead 'Move to next spot' 88
replay
elseif insysmsg "skillgain" or insysmsg "harvesting is not allowed"
// Gained skill
replay
elseif insysmsg "world is saving" or insysmsg 'World save complete'
// World Save
replay
elseif insysmsg "You hack"
// Failed
replay
elseif insysmsg "You chop"
// Success
replay
elseif insysmsg "You must wait"
// Wait message
overhead 'You must wait..' 34
wait 500
replay
endif
endif
endfor
if insysmsg "You must wait"
// Wait message
overhead 'You must wait..' 34
wait 500
replay
endif
overhead 'You might have a razor settings on...' 34
for 20
overhead 'Please uncheck Filter Repeated Sys Message.' 34
wait 1000
if insysmsg 'Captcha successful'
overhead 'Success - continue on!' 88
wait 1000
replay
endif
endfor
overhead 'Stopping script - check your Filters Tab' 34Jaseowns ultimate lumberjacking script using one packhorse that will pause for captcha and let you know when to move. If you have tracking and magery, the script will also attempt to recall away if a PK shows. You must attempt to stand still and avoid other actions while the lumberjacker is running but once the script says Move to next spot, walk to the next one, if the captcha break shows up when you don't think it should just restart the script.