Back to "disco" tags

Use last target and Discordance by Jaseowns

1# Use last target and Discordance by Jaseowns
2# UO Outlands
3# Live stream question: Japa wanted to know to discord the current target 
4if targetexists 
5    hotkey 'Cancel Current target'
6endif
7
8@setvar! myKillTarget lasttarget 
9
10if noto myKillTarget = "friend"
11    overhead "Retarget" 34
12    @setvar! myKillTarget
13endif
14
15useskill 'Discordance'
16wft 500
17if insysmsg "What instrument"
18    if findtype "bamboo flute" backpack as inny
19        target inny
20    elseif findtype "tambourine" backpack as inny
21        target inny
22    elseif findtype "drum" backpack as inny
23        target inny
24    elseif findtype "lute" backpack as inny
25        target inny
26    elseif findtype "lap harp" backpack as inny
27        target inny
28    else
29        overhead "I do not have an inny" 34
30        wait 2000
31        replay
32    endif
33    wft 500
34endif
35
36
37target myKillTarget 
38getlabel myKillTarget desc
39overhead desc 88 myKillTarget