Back to "b" tags

Train Provocation in Shelter Island by Jaseowns

1# Train Provocation in Shelter Island by Jaseowns
2# UO Outlands
3# Live Stream: 
4# Description:  Stand by corpsers
5if targetexists 
6    hotkey 'Cancel Current Target'
7endif
8useskill 'Provocation'
9wft 500
10if insysmsg "What instrument"
11    if findtype "bamboo flute" backpack as inny
12        target inny
13    elseif findtype "tambourine" backpack as inny
14        target inny
15    elseif findtype "drum" backpack as inny
16        target inny
17    elseif findtype "lute" backpack as inny
18        target inny
19    elseif findtype "lap harp" backpack as inny
20        target inny
21    else
22        overhead "I don't have an inny" 34
23        wait 2000
24        replay
25    endif
26    wft 500
27endif
28if findtype "a corpser" ground -1 -1 10 as mob
29    target mob
30elseif findtype "a giant frog" ground -1 -1 10 as mob
31     if noto mob = hostile
32       target mob
33     else
34        ignore mob
35        replay
36     endif
37else
38    overhead "No mob found" 34
39    wait 2000
40    replay
41endif
42wft 500
43target self
44wait 200
45if insysmsg "You fail to"
46    overhead "I have covid, sorry" 34
47endif
48for 1
49    overhead "Waiting..." 88
50    wait 1000
51endfor
52loop