Created: 08/03/2022, 02:35:10 AM Updated: 09/11/2022, 06:57:42 PM View Change History
1
2
3
4if targetexists
5 hotkey 'Cancel Current Target'
6endif
7
8if findtype "bamboo flute" backpack as inny
9 dclick inny
10elseif findtype "tambourine" backpack as inny
11 dclick inny
12elseif findtype "drum" backpack as inny
13 dclick inny
14elseif findtype "lute" backpack as inny
15 dclick inny
16elseif findtype "lap harp" backpack as inny
17 dclick inny
18endif
19
20useskill 'Discordance'
21wft 500
22if insysmsg "What instrument"
23 if findtype "bamboo flute" backpack as inny
24 target inny
25 elseif findtype "tambourine" backpack as inny
26 target inny
27 elseif findtype "drum" backpack as inny
28 target inny
29 elseif findtype "lute" backpack as inny
30 target inny
31 elseif findtype "lap harp" backpack as inny
32 target inny
33 else
34 overhead "I don't have an inny" 34
35 wait 2000
36 replay
37 endif
38 wft 500
39endif
40target self
41wait 200
42if insysmsg "You fail to discord any nearby"
43 overhead "I have covid, sorry" 34
44endif
45for 1
46 overhead "Waiting..." 88
47 wait 1000
48endfor
49loop