Created: 09/17/2022, 12:42:46 AM Updated: 09/17/2022, 12:42:46 AM View Change History
1
2
3
4hotkey 'Target Closest Grey Monster'
5if targetexists
6 hotkey 'Cancel Current target'
7endif
8
9useskill 'Discordance'
10wft 500
11if insysmsg "What instrument"
12 if findtype "bamboo flute" backpack as inny
13 target inny
14 elseif findtype "tambourine" backpack as inny
15 target inny
16 elseif findtype "drum" backpack as inny
17 target inny
18 elseif findtype "lute" backpack as inny
19 target inny
20 elseif findtype "lap harp" backpack as inny
21 target inny
22 else
23 overhead "I do not have an inny" 34
24 wait 2000
25 replay
26 endif
27 wft 500
28endif
29
30@setvar! myKillTarget lasttarget
31target myKillTarget
32getlabel myKillTarget desc
33overhead desc 88 myKillTarget