Training Camping Passively by Jaseowns
Description: This script takes minimal kindling by only making a campfire when necessary and using passive gains.
# Training Camping Passively Alone by Jaseowns # UO Outlands # Requirements: Kindling + Not being near other people's campfires if skill 'camping' < 120 if not findtype "kindling" backpack overhead "Need more kindling" 34 wait 5000 replay endif if not findtype "campfire" ground 0 1 1 dclicktype "kindling" backpack endif loop endif