Back to "ping" tags

Training Camping Passively by Jaseowns

Related: Camping training

Description: This script takes minimal kindling by only making a campfire when necessary and using passive gains.

1# Training Camping Passively Alone by Jaseowns
2# UO Outlands
3# Requirements:  Kindling + Not being near other people's campfires
4if skill 'camping' < 120
5    if not findtype "kindling" backpack
6        overhead "Need more kindling" 34
7        wait 5000
8        replay
9    endif
10        
11    if not findtype "campfire" ground 0 1 1
12        dclicktype "kindling" backpack
13    endif
14    loop
15endif