Easy Hatch Looting (T) by Jaseowns
Description from the author:
# Easy Hatch Looting (T) by Jaseowns
# UO Outlands
// This will automatically place a bomb after looting hatch
@setvar! jaseowns_RecallCrewAutomaticallyAfterLooting 1
@setvar! jaseowns_DropBomb 1
@setvar! jaseowns_DropBombInWarModeOnly 1
if not varexist jaseowns_OurHatch
@setvar! jaseowns_OurHatch 0
endif
if find jaseowns_OurHatch ground -1 -1 2 as jatch
dclick jatch
wait 200
while findtype 3821|3891 backpack as item
lift item 60000
drop jatch -1 -1 1
wait 650
endwhile
elseif findtype "hatch" ground -1 -1 2 as jatch
dclick jatch
settimer jaseowns_LootTimerHelper 0
while not targetexists
useskill "armslore"
wft 500
endwhile
while targetexists
endwhile
@setvar! useABomb 0
if jaseowns_DropBomb = 1
@setvar! useABomb 1
if jaseowns_DropBombInWarModeOnly = 1 and not warmode
@setvar! useABomb 0
endif
endif
if useABomb = 1 and findtype 5188 backpack 2825 as item
while queued
endwhile
if timer jaseowns_LootTimerHelper >= 2000
dclick item
else
wait 2000
dclick item
endif
endif
if jaseowns_RecallCrewAutomaticallyAfterLooting = 1
say "[RecallBoarding"
wait 200
say "[Embarkfollowers"
wait 200
say "[Embark"
wait 200
endif
elseif find jaseowns_OurHatch ground -1 -1 20 as jatch
overhead "Get closer (stand on it)" 34 jatch
overhead "or turn your boat" 34 jatch
wait 200
replay
endifAdded ability to control bomb drop easier








