Train Discordance in Shelter Island by Jaseowns
# Train Discordance in Shelter Island by Jaseowns
# UO Outlands
# Live Stream:
if targetexists
hotkey 'Cancel Current Target'
endif
if findtype "bamboo flute" backpack as inny
dclick inny
elseif findtype "tambourine" backpack as inny
dclick inny
elseif findtype "drum" backpack as inny
dclick inny
elseif findtype "lute" backpack as inny
dclick inny
elseif findtype "lap harp" backpack as inny
dclick inny
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 don't have an inny" 34
wait 2000
replay
endif
wft 500
endif
target self
wait 200
if insysmsg "You fail to discord any nearby"
overhead "I have covid, sorry" 34
endif
for 1
overhead "Waiting..." 88
wait 1000
endfor
loop