Back to "b" tags

Bapeth's Ocean Reload Cannons by barryroser

Description: This script will reload your cannons. Cooldown must match your ships custom reload time.

1# Bapeths Simple Cannon Reload
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# The cooldowns with "Tigger Text" Must be adjusted to "your ships stats" and "your Wizard Grimoire upgrades" in the UO in game Options
8#
9# Script will loop into 'Master Background' if you have it in your script library
10#
11# This script will reload your cannons and create a cooldown
12#
13# Script Starts Here
14if not cooldown "Cannons"
15    say '[Reload' 45
16    getlabel backpack ping
17    if insysmsg 'No cannons require reloading at the moment.'
18        overhead 'Cannons Fully Loaded' 45
19        warmode off 
20        script 'Master Background'
21        stop
22    elseif insysmsg "reload the cannons"
23        overhead "Reloading underway..." 45
24        warmode off 
25        script 'Master Background'
26        stop
27    endif
28    overhead '*Reloading*' 45
29    warmode off 
30    script 'Master Background'
31    stop
32else 
33    overhead "Cannons are busy..." 45
34endif
35script 'Master Background'