Back to "b" tags

Bapeth's Ocean Bomb Dropper by barryroser

Description: This script will place a large ship bomb

1# Bapeths Simple Bomb Dropper with Fray Timer
2#
3# "****REQUIRED****"
4# Bapeths Ship Cooldowns xml file (copy paste into your characters Cooldown file)
5# "COPY" Link to get Bapeths Cooldowns "https://outlands.uorazorscripts.com/script/f1e41e2d-411e-461e-9fd0-c4fc2dc234b1"
6# "PASTE" FILE PATH : C:\Program Files (x86)\Ultima Online Outlands\ClassicUO\Data\Profiles\"YOUR-ACCOUNT-NAME"\UO Outlands\"YOUR-CHARACTER" Open file in notepad
7#
8# Script will loop into 'Master Background' if you have it in your script library
9# Script will put you into warmode as a plug in to Master Background script
10#
11# This script will drop a large ship bomb on an enemy ship
12#
13# Script starts here
14warmode on 
15while queued
16    wait 50
17endwhile
18if findtype "barrel" backpack as barrel
19    dclick barrel
20    getlabel backpack ping
21    overhead "Bomb!" 88
22endif
23warmode on 
24script 'Master Background'