Ask Target Monster and Peacemake by Jaseowns
# Ask Target Monster and Peacemake by Jaseowns
# UO Outlands
# Live stream question: Japa wanted to know to discord the current target
if targetexists
hotkey 'Cancel Current target'
endif
overhead "Hey select a target" 88
@setvar! myKillTarget
useskill 'Peacemaking'
wft 500
if insysmsg "What instrument"
if findtype "bamboo flute" backpack as inny
target inny
elseif findtype "tambourine" backpack as inny
target inny
elseif findtype "drum" backpack as inny
target inny
elseif findtype "lute" backpack as inny
target inny
elseif findtype "lap harp" backpack as inny
target inny
else
overhead "I do not have an inny" 34
wait 2000
replay
endif
wft 500
endif
target myKillTarget
getlabel myKillTarget desc
overhead desc 88 myKillTarget