Loot an enemy hold by dabiri
//Spyglass Routine
if not findtype 5365 backpack
overhead "No spyglass"
stop
endif
if not cooldown 'Spyglass' and not queued
if targetexists
overhead 'Skipping spyglass' 15
cooldown 'Spyglass' 2000
else
gumpclose 2890020940
dclicktype 5365
wft 500
if targetexists neutral
target 'self'
waitforgump 2890020940
gumpresponse 4 2890020940
waitforgump 2890020940
cooldown 'Spyglass' 6300
endif
endif
endif
wait 500
#Check for a ship hold
#restock 2 is from here https://outlands.uorazorscripts.com/script/7e2f2049-95b7-4f4c-abc0-36c50a901155
if findtype '16019' ground any any 2 true as found
dclick found
wait 250
restock 2
wait 250
target found
endif
if findtype '16046' ground any any 2 true as found
dclick found
wait 250
restock 2
wait 250
target found
endif
if findtype '15973' ground any any 2 true as found
dclick found
wait 250
restock 2
wait 250
target found
endif
if findtype '16057' ground any any 2 true as found
dclick found
wait 250
restock 2
wait 250
target found
endif