Train Discordance at the Zoo by Jaseowns
# Train Discordance at the Zoo by Jaseowns
# UO Outlands
# Live Stream:
# Description: Be at the zoo with instruments
if skill "Discordance" >= 100
overhead "You beat the game" 88
overhead "Adjust skill check" 34
stop
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
if targetexists
hotkey 'Cancel Current Target'
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
if findtype "an anaconda" ground -1 -1 10 as mob
if noto mob = hostile
target mob
else
ignore mob
replay
endif
elseif findtype "a rock guar" ground -1 -1 10 as mob
if noto mob = hostile
target mob
else
ignore mob
replay
endif
elseif findtype "a sand crawler" ground -1 -1 10 as mob
if noto mob = hostile
target mob
else
ignore mob
replay
endif
elseif findtype "a wolfhound" ground -1 -1 10 as mob
if noto mob = hostile
target mob
else
ignore mob
replay
endif
else
overhead "No mob found" 34
wait 2000
replay
endif
for 1
overhead "Waiting..." 88
wait 1000
endfor
loop