Target Closest Monster and Peacemake by Jaseowns
# Target Closest Monster and Peacemake by Jaseowns
# UO Outlands
# Live stream question: Japa wanted to know to discord/peacemake the current target
hotkey 'Target Closest Grey Monster'
if targetexists
hotkey 'Cancel Current target'
endif
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
@setvar! myKillTarget lasttarget
target myKillTarget
getlabel myKillTarget desc
overhead desc 88 myKillTarget