Back to "peacemaking" tags

Ask Target Monster and Peacemake by Jaseowns

1# Ask Target Monster and Peacemake 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
8overhead "Hey select a target" 88
9@setvar! myKillTarget
10
11useskill 'Peacemaking'
12wft 500
13if insysmsg "What instrument"
14    if findtype "bamboo flute" backpack as inny
15        target inny
16    elseif findtype "tambourine" backpack as inny
17        target inny
18    elseif findtype "drum" backpack as inny
19        target inny
20    elseif findtype "lute" backpack as inny
21        target inny
22    elseif findtype "lap harp" backpack as inny
23        target inny
24    else
25        overhead "I do not have an inny" 34
26        wait 2000
27        replay
28    endif
29    wft 500
30endif
31
32
33target myKillTarget 
34getlabel myKillTarget desc
35overhead desc 88 myKillTarget