Back to "ping" tags

Training Camping Fast by Jaseowns

Related: Camping training

Description: This script uses kindling over and over again. The delay is 10 seconds but you can change that to be lower for even faster gains.

1# Training Camping Actively by Jaseowns
2# UO Outlands
3# Requirements:  Tons of Kindling
4# Additional Info: 
5#   To reduce overall kindling use, update line 14 to another time
6#       wait 10000 // for example
7if not findtype "kindling" backpack
8    overhead "Need more kindling" 34
9    wait 5000
10    replay
11endif
12    
13dclicktype "kindling" backpack
14wait 10000
15loop