Use last target and Discordance by Jaseowns
# Use last target and Discordance by Jaseowns
# UO Outlands
# Live stream question: Japa wanted to know to discord the current target
if targetexists
hotkey 'Cancel Current target'
endif
@setvar! myKillTarget lasttarget
if noto myKillTarget = "friend"
overhead "Retarget" 34
@setvar! myKillTarget
endif
useskill 'Discordance'
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