Back to "b" tags

Train Camping, Peace and Discord to 80 in Shelter by Jaseowns

1# Train Camping, Peace and Discord to 80 in Shelter by Jaseowns
2# UO Outlands
3if skill "Camping" < 80 and findtype "kindling" backpack
4    if not findtype "campfire" ground -1 1 2
5        dclicktype "kindling" backpack
6        wait 1000
7    endif
8endif
9
10clearsysmsg
11
12if skill "Peacemaking" < 80
13    useskill 'Peacemaking'
14    wft 200
15    if insysmsg "what instrument"
16        
17        if findtype "lute" backpack as music
18            target music
19        elseif findtype "lap harp" backpack as music
20            target music
21        elseif findtype "tambourine" backpack as music
22            target music
23        else
24            overhead "No instruments!" 34
25        endif
26        wait 200
27    endif
28    target self
29elseif skill "Discordance" < 80
30    useskill 'Discordance'
31    wft 200
32    if insysmsg "what instrument"
33        if findtype "lute" backpack as music
34            target music
35        elseif findtype "lap harp" backpack as music
36            target music
37        elseif findtype "tambourine" backpack as music
38            target music
39        else
40            overhead "No instruments!" 34
41        endif
42        wait 200
43    endif
44    target self
45endif
46loop