Elderstone's Lumberjacker (New Player) by kingxejo
Description from the author:
# ELDERSTONE'S NEW PLAYER LUMBERJACK (7/27/25)
# One hotkey harvests all trees within range and immediately places logs in container of your choice
# SEE SETUP TIPS AT THE END OF THE SCRIPT
if not findtype 'hatchet' hand and findtype 'hatchet' backpack
dclicktype 'hatchet'
overhead 'Check Harvest Aspect' 2086
wait 650
endif
if not findbuff 'tracking'
skill 'tracking'; wait 50
overhead 'Check Harvest Aspect' 2086
endif
clearsysmsg
hotkey 'use item in hand'; waitfortarget; target self
getlabel backpack waitForPing
hotkey 'Organizer Agent-11'
if insysmsg 'stationary penalty'
overhead 'Stationary Penalty' 54; stop
elseif insysmsg 'recently traveled'
overhead 'Recall Timer' 54; stop
elseif insysmsg "harvestable"
overhead "No Available Logs" 54; stop
else
settimer timeOut 0
while not insysmsg "you chop some" or insysmsg "hack at the tree"
if timer timeOut > 5000
break
endif
endwhile
replay
endif
loop
# SETUP INSTRUCTIONS
# 0. Click SAVE after pasting this script, then set the hotkey (Set HK) to a convenient key
# 1. Add Logs to Organizer Agent-11 (Agents => Organizer Agent-11 => Add => target logs in your pack)
# 2. Set your Organizer Agent-11 to a trapped pouch (Agents => Organizer Agent-11 => Clear Hot Bag => Select a trapped pouch)
# OTHER TIPS
# 3. To clean up your Journal, add these text filters (Filters => Add => type keywords (no quotes) ==> Check `Filter System Messages` Box => Okay
# "cannot produce" (also check overhead box)
# "harvestable resources"
# "this item on?"
# "You chop some"
# "Organizer Agent queued"
# "queued action"
# "Organize Agent did not find"
# 4. Create a simple two-line Recall script and hotkey to be ready for Thieves/PKs
# wait 50
# [recallcharge Home (but change "Home" to the EXACT name of a rune in your runetome/runebook)
# EARLY HARVESTING TIPS
# 5. Stick with Mastercrafted Iron or Dull Copper hatchets. No cost benefit above that, just convenience/looks
# 6. To reduce movement time, stand between as many trees as possible (script will harvest all trees within 2 blocks)
# 7. Other than script testing, don't harvest on Shelter Island, there is a 50% yield penalty and too much competition
# 8. Add all 10 Log colors to your Counter Bar so you can view your harvest yield without triggering your trapped pouch
# 9. While lumberjacking, if your trapped pouch triggers (you see/hear explosion), it's a THIEF, run or recall!
# 10. You can also add your spare/backup hatchets to Organizer Agent-11 to keep them protected as wellHarvests all trees within 2 tiles per hotkey. Extremely fast script that triggers the next swing off the system message from the previous one (zero downtime). Will automatically put logs into the bag you set for Organizer Agent-11. This script does NOT include auto-recall for PKs, so pay attention and manage recalls/escape however you see fit.